Description
The properties resource is a container for ArcGIS Video Server configuration properties that govern its behavior.
Request parameters
| Parameter | Details |
|---|---|
(Required) | The response format. The default response format is Values: |
Server properties
| Property | Details |
|---|---|
| Sets the maximum number of frames allowed in an uploaded video layer as an integer. Defaults to |
| Sets the maximum uploadable file size to the server site in MB. Defaults to |
| Enables or disables the Services directory. If Values: |
| Alters the maximum accepted file size that can be uploaded. The default value is |
| Alters the maximum allowed request size. This value is an integer between |
| Assigns a specific elevation service as the source elevation for services. The |
| Explicitly defines the organization URL used for client communication. This property is required for sites with reverse proxy implementations and architectures without web adaptors. Using Example |
| Changes the IP address or hostname which appears at the beginning of livestream URLs. These will default to the name of the machine hosting ArcGIS Video Server, but can be altered to meet users' needs. |
| An array of up to 100 web application domains to restrict CORS access to ArcGIS Video Server. |
| Defines an alternate location to use when building a site export zip. |
| Machines record their status once per minute in the configuration store if they are active. This property defines the time period of inactivity after which a machine will be suspended from receiving administrative and publishing requests. Once a suspended machine records an active status, it will be reinstated to receive such requests. The default value is 60 minutes. See |
| Machines record their status once per minute in the configuration store if they are active. This property defines the time period of inactivity after which a machine will be unregistered from the site. This property is disabled by default, with a value of |
| This property declares the threshold (in GB) of usable disk space for server directories. If the threshold is crossed, ArcGIS Server will log messages about low disk space. If this property is not set, the default threshold is 5 GB. |
| Specifies the HTTP host name of the proxy server. |
| Specifies the HTTP port number of the proxy server. |
| Specifies the HTTP proxy server username. |
| Specifies the HTTP proxy server password. |
| Set this property to Values: |
| Specifies the HTTPS host name of the proxy server. |
| Specifies the HTTPS port number of the proxy server. |
| Specifies the HTTPS proxy server username. |
| Specifies the HTTPS proxy server password. |
| Set this property to Values: |
Example usage
The following is a sample request URL used to access the properties resource:
https://organization.example.com/<context>/admin/system/properties?f=pjsonJSON Response syntax
{
"<property1>": <value1>,
"<property2>": <value2>,
"disableServicesDirectory>": "<true | false>",
...
}JSON Response example
{
"maxFrameCount": 1000,
"maxFileUploadSize": 5000,
"disableServicesDirectory": false
}