UNPKG

@itentialopensource/adapter-alkira

Version:

This adapter integrates with system described as: alkiraApi.

126 lines 3.34 kB
{ "actions": [ { "name": "getAllRoutePolicies", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/route-policies?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAllRoutePolicies-default.json" } ] }, { "name": "createRoutePolicies", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/route-policies?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteAllRoutePolicies", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/route-policies?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getRoutePolicy", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/route-policies/{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": "updateRoutePolicy", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/route-policies/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteRoutePolicy", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/route-policies/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }