Skip to content
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

ParameterDetails

f

(Required)

The output format for this operation. The default value is html.

Values: html | json | pjson

token

(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

PropertyDetails

sslCertificates

The sslCertificates property lists all certificates available on a given machine.

Example usage

The following is a sample request URL used to access the sslCertificates resource:

Use dark colors for code blocksCopy
1
https://organization.example.com/video/admin/machines/machine.example.com/sslCertificates?f=pjson

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
{
  "sslCertificates": [
    "certificate_1",
    "certificate_2",
    "certificate_3",
    "selfsignedcertificate"
]}

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
{
  "sslCertificates": [
    "domain",
    "intermediate",
    "root",
    "selfsignedcertificate"
]}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.