@itentialopensource/adapter-alkira
Version:
This adapter integrates with system described as: alkiraApi.
106 lines • 2.75 kB
JSON
{
"actions": [
{
"name": "getNATRules",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/nat-rules?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getNATRules-default.json"
}
]
},
{
"name": "createNATRule",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/nat-rules?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getNATRule",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/nat-rules/{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": "updateNATRule",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/nat-rules/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteNATRule",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/nat-rules/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}