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.

51 lines 1.24 kB
{ "actions": [ { "name": "getToken", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/aaaLogin.json", "requestSchema": "schemaTokenReq.json", "responseSchema": "schemaTokenResp.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "sso": { "protocol": "", "host": "", "port": 0 }, "responseObjects": [ { "type": "default", "key": "imdata", "mockFile": "mockdatafiles/gettoken.json" } ] }, { "name": "healthcheck", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/class/fvBD.json", "requestSchema": "schemaHealth.json", "responseSchema": "schemaHealth.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/healthcheck.json" } ] } ] }