Forming the API URL - API Endpoints

The system prefixes the Cisco Catalyst SD-WAN Manager API URL with /dataservice. Most API name spaces are:

  • /template: Feature template, device template, device policy
  • /statistics: Aggregated device state and statistics
  • /device: Device action and real-time device state

The API version does not appear in the URL; instead, you can find it in the vendor-specific accept header, such as: Accept: application/vnd.cisco.2.0+json. The default version is v1.0.

In a multitenant deployment, the API is available only for "provider" and "provider and tenant" views. The documentation for each API endpoint explains this behavior, and the system enforces it during API invocation.