UNPKG

@itentialopensource/adapter-alkira

Version:

This adapter integrates with system described as: alkiraApi.

106 lines 2.97 kB
{ "actions": [ { "name": "getGlobalCidrLists", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/global-cidr-lists?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getGlobalCidrLists-default.json" } ] }, { "name": "createGlobalCidrList", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/global-cidr-lists?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createGlobalCidrList-default.json" } ] }, { "name": "getGlobalCidrList", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/global-cidr-lists/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getGlobalCidrList-default.json" } ] }, { "name": "updateGlobalCidrList", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/global-cidr-lists/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateGlobalCidrList-default.json" } ] }, { "name": "deleteGlobalCidrList", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/global-cidr-lists/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }