UNPKG

@itentialopensource/adapter-alkira

Version:

This adapter integrates with system described as: alkiraApi.

127 lines 3.49 kB
{ "actions": [ { "name": "getciscosdwaningresses", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/ciscosdwaningresses?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getciscosdwaningresses-default.json" } ] }, { "name": "createCiscoSDWANIngress", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/ciscosdwaningresses?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getCiscoSDWANIngress", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/ciscosdwaningresses/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateCiscoSDWANIngress", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/ciscosdwaningresses/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteCiscoSDWANIngress", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/ciscosdwaningresses/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getCiscoSDWANConnectorInstanceConfiguration", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/ciscosdwaningresses/{pathv2}/instances/{pathv3}/configuration?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "PLAIN", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }