Cisco Cisco TelePresence Video Communication Server Expressway

다운로드
페이지 31
Introduction
Welcome to the Cisco VCS REST API documentation. The Cisco VCS REST API is compliant with RAML version 0.8
(
). Although the API is fully compliant, it does not support nested APIs.
Schemas
All request and response schema on the Cisco VCS REST API use JSON Schema version 4 (
) . Request parameters are not supported and only JSON schemas are used.
Authentication
The API is only accessible via HTTPS and requires authentication. The authentication credentials are the
administrator credentials on the Cisco VCS node.
Base URI
The base URI to access the Cisco VCS REST API is as follows: http://<external_address>/api/provisioning (for
example,
http://10.0.0.1/api/provisioning
).
The REST API is published in the following categories:
Cisco VCS Expressway:
/edge/ <remaining path>
(for example
, http://10.0.0.1/api/provisioning/edge/credential
)
.
Cisco VCS Control:
/controller/ <remaining path>
(for example,
http://10.0.0.1/api/provisioning/controller/domain
).
Common between Cisco VCS Expressway and Cisco VCS Control:
/common/<remaining path>
(for example,
http://10.0.0.1/api/provisioning/common/certs/root
).
6
Cisco Video Communication Server REST API Reference Guide
Introduction