@itentialopensource/adapter-versa_director
Version:
This adapter integrates with system described as: versaDirectorApi.
127 lines • 3.36 kB
JSON
{
"actions": [
{
"name": "getSpokeGroups",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nextgen/spokegroup?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getSpokeGroups-default.json"
}
]
},
{
"name": "createSpokeGroup",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/nextgen/spokegroup?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/createSpokeGroup-default.json"
}
]
},
{
"name": "getSpokeGroupById",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nextgen/spokegroup/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getSpokeGroupById-default.json"
}
]
},
{
"name": "updateSpokeGroup",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/nextgen/spokegroup/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/updateSpokeGroup-default.json"
}
]
},
{
"name": "deleteSpokeGroup",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/nextgen/spokegroup/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getExistingSpokeGroups",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/spokegroup?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}