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.

147 lines 3.89 kB
{ "actions": [ { "name": "getAllVLANPools", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/class/fvnsVlanInstP.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": "createDynamicVLANPool", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/mo/uni/infra/vlanns-[{pathv1}]-dynamic.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getVLANPoolDetails", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/mo/uni/infra/vlanns-[{pathv1}]-dynamic.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": "createStaticVLANPool", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/mo/uni/infra/vlanns-[{pathv1}]-static.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "associateVLANPoolWithVMM", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/mo/uni/vmmp-VMware/dom-{pathv1}.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getVMMDomainVLANPoolAssociation", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/mo/uni/vmmp-VMware/dom-{pathv1}.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": "addVLANRangeToPool", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/mo/uni/infra/vlanns-[{pathv1}]-dynamic/from-[vlan-{pathv2}]-to-[vlan-{pathv3}].json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }