@itentialopensource/adapter-versa_director
Version:
This adapter integrates with system described as: versaDirectorApi.
46 lines • 1.31 kB
JSON
{
"actions": [
{
"name": "getTemplateReferences",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nextgen/template/{pathv1}/associations/references/deviceGroup/{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/getTemplateReferences-default.json"
}
]
},
{
"name": "getAllTemplateReferences",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nextgen/template/{pathv1}/associations/sequence/deviceGroup/{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/getAllTemplateReferences-default.json"
}
]
}
]
}