UNPKG

@itentialopensource/adapter-cisco_prime

Version:

This adapter integrates with system described as: cisco prime

50 lines 1.22 kB
{ "actions": [ { "name": "getToken", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/login", "requestSchema": "schemaTokenReq.json", "responseSchema": "schemaTokenResp.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "", "responseDatatype": "", "headers": {}, "sso": { "protocol": "", "host": "", "port": 0 }, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getToken-default.json" } ] }, { "name": "healthcheck", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/webacs/api/v4/op/statisticsService/system/info?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "", "responseDatatype": "", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/healthcheck-default.json" } ] } ] }