Description
This is the root resource of the ArcGIS Video Server services directory.
Request parameters
| Parameter | Details |
|---|---|
| The response format. The default response format is Values: |
Response properties
| Property | Details |
|---|---|
| The URL of the portal ArcGIS Video Server is federated with. |
| The version of ArcGIS Video Server being run in the deployment, with a patch number. |
| The version of ArcGIS Video Server being run in the deployment, without a patch number. |
| The |
Example usage
The following is a sample request URL used to access the root resource:
https://organization.example.com:21443/arcgis/rest?f=pjsonJSON Response syntax
{
"owningSystemUrl": "https://organization.example.com/portal",
"fullVersion": "Version with Patch",
"currentVersion": "Version without Patch",
"authInfo": {
"tokenServicesUrl": "https://organization.example.com/portal/sharing/rest/generateToken",
"isTokenBasedSecurity": "< true | false>"
}
}JSON Response example
{
"owningSystemUrl": "https://organization.example.com/portal",
"fullVersion": "12.0.0",
"currentVersion": 12.0,
"authInfo": {
"tokenServicesUrl": "https://organization.example.com/portal/sharing/rest/generateToken",
"isTokenBasedSecurity": true
}
}