Next Topic

Previous Topic

Book Contents

Get Environment

Returns system-wide properties of the VSA. No authentication is required.

GET /environment

Model Schema

Field

Datatype

Filterable

Sortable

SystemVersion

string

 

 

PatchLevel

string

 

 

CustomerID

string

 

 

TimeZoneOffset

int

 

 

Attributes

object

 

 

Sample Response Model


{
  "Result": {
    "SystemVersion": "string",
    "PatchLevel": "string",
    "CustomerID": "string",
    "TimeZoneOffset": 0,
    "Attributes": {}
  },
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}