@itentialopensource/adapter-alkira
Version:
This adapter integrates with system described as: alkiraApi.
127 lines • 3.61 kB
JSON
{
"actions": [
{
"name": "getFortinetFWServices",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/ftnt-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/getFortinetFWServices-default.json"
}
]
},
{
"name": "createFortinetFWService",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/ftnt-fw-services?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/createFortinetFWService-default.json"
}
]
},
{
"name": "getFortinetFWService",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/ftnt-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/getFortinetFWService-default.json"
}
]
},
{
"name": "updateFortinetFWService",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/ftnt-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/updateFortinetFWService-default.json"
}
]
},
{
"name": "deleteFortinetFWService",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/ftnt-fw-services/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getFortinetFWServiceInstanceConfiguration",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/ftnt-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": ""
}
]
}
]
}