Cisco Cisco Elastic Services Controller 2.3 Developer's Guide

Page of 81
ESC REST Northbound API Documentation
Table of Contents
Resources managed by ESC REST
Tenants
Networks
Subnets
Flavors
Images
Deployments
Behavior of ESC REST operations
GET operations are synchronous the request/response parameters are described with an example of a
request/response
POST, DELETE, and PUT operations are asynchronous. The asynchronous design use the “web hooks”
approach using two independent "one-way" invocations - one to start a long-running operation (Client to
ESC) and the other one to notify a requester that it is completed (ESC to client)
ESC REST API Headers/Path/Body Parameters