REST API Reference Version 5.1.1.0Search

Data Types

The REST API supports the following data types that various actions use.

Data Type Description
String The simplest form of JSON, which is plain text; for example:

NSAppSyncType: 'vss', 'vmware'

Number Unsigned 64-bit integer, such as 1234
Boolean true or false
Object JSON object which contains multiple members; for example:
  • Object JSON example (Arrays):
  • name: qatestarray
  • id: 09088d2734f073eee4000000000000000000000001
Array of Objects JSON object that contains a list of object sets. An example would be a list of volume ACL, as it could contain multiple access control records.

For detailed description of the data types, see Data Types