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