@itentialopensource/adapter-alkira
Version:
This adapter integrates with system described as: alkiraApi.
126 lines • 3.47 kB
JSON
{
"actions": [
{
"name": "getAllExtendedCommunityLists",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/extended-community-lists?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getAllExtendedCommunityLists-default.json"
}
]
},
{
"name": "createExtendedCommunityLists",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/extended-community-lists?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteAllExtendedCommunityLists",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/extended-community-lists?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getExtendedCommunityList",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/extended-community-lists/{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": "updateExtendedCommunityList",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/extended-community-lists/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteExtendedCommunityList",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/tenantnetworks/{pathv1}/extended-community-lists/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}