HCP Tenant Management Help
With the HSwift API, object names are specified in URLs. Some characters have special meaning in URLs and may be interpreted incorrectly when used for other purposes. To avoid ambiguity, percent-encode the special characters listed in the table below.
Character | Description |
---|---|
Space | %20 |
Tab | %09 |
New line |
%0A |
Carriage return | %0D |
+ | %2B |
% | %25 |
# | %23 |
? | %3F |
& | %26 |
\ | %5C |
Percent-encoded values are not case sensitive.
Trademarks and Legal Disclaimer
© 2015, 2019 Hitachi Vantara Corporation. All rights reserved.