Returns system-wide properties of the VSA. No authentication is required.
GET /environment
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"Result": {
"SystemVersion": "string",
"PatchLevel": "string",
"CustomerID": "string",
"TimeZoneOffset": 0,
"Attributes": {}
},
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}