UNPKG

@itentialopensource/adapter-alkira

Version:

This adapter integrates with system described as: alkiraApi.

127 lines 3.71 kB
{ "actions": [ { "name": "getCiscoFTDvFWServices", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/cisco-ftdv-fw-services?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getCiscoFTDvFWServices-default.json" } ] }, { "name": "createCiscoFTDvFWService", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/cisco-ftdv-fw-services?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createCiscoFTDvFWService-default.json" } ] }, { "name": "getCiscoFTDvFWService", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/cisco-ftdv-fw-services/{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/getCiscoFTDvFWService-default.json" } ] }, { "name": "updateCiscoFTDvFWService", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/cisco-ftdv-fw-services/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateCiscoFTDvFWService-default.json" } ] }, { "name": "deleteCiscoFTDvFWService", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/cisco-ftdv-fw-services/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/deleteCiscoFTDvFWService-default.json" } ] }, { "name": "getCiscoFTDvFWServiceInstanceConfiguration", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/cisco-ftdv-fw-services/{pathv2}/instances/{pathv3}/configuration?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }