@itentialopensource/adapter-openstack_cinder
Version:
This adapter integrates with system described as: Openstack Block Storage (Cinder) Service
25 lines • 583 B
JSON
{
"actions": [
{
"name": "showAllBackEndCapabilities",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/capabilities/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}