Cisco Cisco Expressway

下载
页码 31
Introduction
Welcome to the Expressway REST API documentation. The Expressway 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 Expressway 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 Expressway node.
Base URI
The base URI to access the Expressway 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 Expressway-E:
/edge/ <remaining path>
(for example
, http://10.0.0.1/api/provisioning/edge/credential
)
.
Cisco Expressway-C:
/controller/ <remaining path>
(for example,
http://10.0.0.1/api/provisioning/controller/domain
).
Common between Cisco Expressway-E and Cisco Expressway-C:
/common/<remaining path>
(for example,
http://10.0.0.1/api/provisioning/common/certs/root
).
6
Cisco Expressway REST API Reference Guide
Introduction