- URL:
- https://<root>/data/configureEnterpriseDataStores
- Methods:
POST- Version Introduced:
- 12.0
Description
The configure operation detects any relevant data items registered with ArcGIS Enterprise and registers them with ArcGIS Video Server.
Request parameters
| Parameter | Description |
|---|---|
(Required) | The response format. The default response format is Values: |
(Required) | Users interacting programmatically with this endpoint must generate a token that must be included as a request parameter. A token can be obtained using the Generate Token operation. |
Example usage
The following is a sample POST request for the configure operation:
POST /<context>/admin/data/configureEnterpriseDataStores HTTP/1.1
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
token=<token>&f=pjsonJSON Response example
{
"numAdded": 0
}