Cisco Cisco Elastic Services Controller 2.2 Developer's Guide

Page of 88
In an HA setup every ESC HA VM will have its own self-signed generated 
certificate. Upon an HA switchover, ESC north bound client will be 
required to re-accept the new 
certificate it will be served.
 
 
REST API List 
 
1-  Tenants : Manage ESC tenants
 
 
 
 
 
 
DELETE 
/v0/tenants/{internal_tenant_id} 
Delete a tenant from ESC
 
 
 
 
Implementation Notes
 
Delete a tenant from ESC
 
 
"external_tenant_id": 
"string"
"name": 
"string"
"enabled": 
false
"event_type": 
"CREATE_TENANT"
"internal_tenant_id": 
"string"
 
GET 
/v0/tenants 
Get all tenants
 
 
Implementation Notes
 
All tenants in ESC will be returned as a List
 
 
Response Class (Status 200)
 
Model   
Model Schema 
 
 
 
 
 
 
 
 
 
 
 
 
 
Response  Content  Type 
T
ry it out