- URL:
- https://<root>/security
- Methods:
GET- Child Resources:
- Configuration, PSA
- Version Introduced:
- 12.0
Description
The security resource returns a list of all security operations available for an ArcGIS Video Server deployment. It outputs the primary site administrator, or psa account, along with all security config settings.
Request parameters
| Parameter | Details |
|---|---|
(Required) | The output format for this operation. The default value 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 request URL used to access the security resource:
https://organization.sample.com/video/admin/security?f=pjsonJSON Response syntax
{"resources": [
"config",
"psa"
]}JSON Response example
{"resources": [
"config",
"psa"
]}