UNPKG

@itentialopensource/adapter-alkira

Version:

This adapter integrates with system described as: alkiraApi.

188 lines 5.16 kB
{ "actions": [ { "name": "getpanfwservices", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/panfwservices?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getpanfwservices-default.json" } ] }, { "name": "createPANFWService", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/panfwservices?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getPANFWService", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/panfwservices/{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": "updatePANFWService", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/panfwservices/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deletePANFWService", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/panfwservices/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getPANFWServiceInstanceConfiguration", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/panfwservices/{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": "" } ] }, { "name": "getPANAutoscaleOptionsUsingGET", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/panfwservices/{pathv2}/autoscaleoptions?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updatePANAutoscaleOptionsUsingPUT", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/panfwservices/{pathv2}/autoscaleoptions?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deletePANAutoscaleOptionsUsingDELETE", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/panfwservices/{pathv2}/autoscaleoptions?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }