Skip to content
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

ParameterDetails

f

(Required)

The response format. The only supported response format is html.

Response properties

PropertyDetails

resources

Lists the available base resources on the ArcGIS Video Server administrator site.

siteId

Outputs a siteId value associated with the site.

version

The current version of ArcGIS Video Server.

Example usage

The following is a sample request URL used to access the site root:

Use dark colors for code blocksCopy
1
https://organization.example.com/<context>/admin?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
{
    "resources": [
        "machines",
        "security",
        "logs",
        "about"
    ],
    "siteId": "c55a5964-6622-45a9-80e7-051439257129",
    "version": "12.0.0"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.