SMARTZONE UPS USER MANUAL
Appendix L: JSON API Web Service
This API enforces constraints on certain JSON types:
• Objects: may only be nested one level in a resource or 2 levels in a resource
collection.
• Numbers: must be within the range and precision defined by the property.
• Strings: must not exceed the maximum (encoded) length defined by the
property AND must contain only ASCII printable characters, except where
noted. Some strings have a no space requirement or special format
requirement.
• Arrays: must not be nested and must contain delimited strings or primitive
numbers.
General PDU Limitations:
• String encoded tabs, backspaces, form feeds and Unicode are not supported.
• Exponential numbers are not supported.
• Nested arrays or arrays of objects are not supported.
• Maximum object depth is 2.
/redfish/v1/SessionService
/redfish/v1/SessionService/Sessions
/redfish/v1/SessionService/Sessions/{session_ids}
/redfish/v1/AccountService
/redfish/v1/AccountService/Accounts
/redfish/v1/AccountService/Accounts/{username}
/redfish/v1/AccountService/Roles
/redfish/v1/AccountService/Roles/{rolename}