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.

65 lines 1.63 kB
{ "actions": [ { "name": "getAllBridgeDomains", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/class/fvBD.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": "createDHCPRelayPolicy", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/mo/uni/tn-{pathv1}/relayp-{pathv2}.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "associateDHCPRelayToBD", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/mo/uni/tn-{pathv1}/BD-{pathv2}.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }