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: |
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>": <value1>,
...
}JSON Response example
{
"maxFrameCount": 1000,
"maxFileUploadSize": 5000,
"disableServicesDirectory": false
}