Schemas
The following JSON schema is used to represent resources in the /Scopes collection in the VAO REST API. Properties included in the schema represent VAO scope settings and can be used for query parameter values in GET requests.
SiteScopeInfo
Property | Type | Description |
---|---|---|
id | string | System ID assigned to a VAO scope of the specified VAO server in the VAO REST API. |
name | string | Name of the VAO scope. |
description | string | Description of the VAO scope. |
isDefault | boolean | Identifies whether the VAO scope is the default scope of the VAO server. |
state | string | State of the VAO scope. |
serverId | string | System ID assigned to the VAO server in the VAO REST API. |
siteName | string | Name of the VAO server. |