UNPKG

@itentialopensource/adapter-apic

Version:

Cisco Application Policy Infrastructure Controller (Cisco APIC) is the unifying point of automation and management for the Application Centric Infrastructure (ACI) fabric.

86 lines 2.16 kB
{ "actions": [ { "name": "getAllEPGs", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/class/fvAEPg.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getEPGsInTenant", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/node/class/fvAEPg.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "createEPGWithVMM", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/mo/uni/tn-{pathv1}/ap-{pathv2}.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "associateEPGWithVMM", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/mo/uni/tn-{pathv1}/ap-{pathv2}/epg-{pathv3}.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }