- URL:
- https://<root>/machines/<machine>/sslcertificates
- Methods:
GET- Operations:
- Generate, Import Existing Server Certificate, Import Root or Intermediate Certificate
- Child Resources:
- Certificate
- Version Introduced:
- 12.0
Description
The sslcertificates resource outputs a list of all certificates available on an ArcGIS Video Server machine.
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. |
Response properties
| Property | Details |
|---|---|
| The |
Example usage
The following is a sample request URL used to access the ssl resource:
https://organization.example.com/video/admin/machines/machine.example.com/sslCertificates?f=pjsonJSON Response syntax
{
"sslCertificates": [
"certificate_1",
"certificate_2",
"certificate_3",
"selfsignedcertificate"
]}JSON Response example
{
"sslCertificates": [
"domain",
"intermediate",
"root",
"selfsignedcertificate"
]}