- URL:
- https://organization.example.com/<context>/admin
- Methods:
GET- Operations:
- Generate Token, Delete Site, Export Site, Import Site
- Child Resources:
- Backup Restore Info, Machines, Security, Services, System, Logs, Info, Mode, About, Data, Uploads
- Version Introduced:
- 12.0
Description
This is the root resource for administering ArcGIS Video Server. Starting from this root, all of ArcGIS Video Server's environment is organized into a hierarchy of resources and operations. A version number is returned as a part of this resource.
After installing ArcGIS Video Server on a server machine, you must create a new site. A site is a collection of server resources, such as server machines, data, and so on. Once a site has been created, the result is a root resource for administering an ArcGIS Video Server deployment. The root resource returns a collection of hierarchically organized, top-level resources that provide access to additional resources and operations: Machines, Security, Services, System, Logs, Info, Mode, About, Data, and Uploads resources.
Request parameters
| Parameter | Details |
|---|---|
(Required) | The response format. The only supported response format is |
Response properties
| Property | Details |
|---|---|
| Lists the available base resources on the ArcGIS Video Server administrator site. |
| Outputs a |
| The current version of ArcGIS Video Server. |
Example usage
The following is a sample request URL used to access the site root:
https://organization.example.com/<context>/admin?f=pjsonJSON Response example
{
"resources": [
"machines",
"security",
"logs",
"about"
],
"siteId": "c55a5964-6622-45a9-80e7-051439257129",
"version": "12.0.0"
}