@itentialopensource/adapter-openstack_cinder
Version:
This adapter integrates with system described as: Openstack Block Storage (Cinder) Service
147 lines • 3.89 kB
JSON
{
"actions": [
{
"name": "listProjectSConsistencyGroups",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/consistencygroups?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createAConsistencyGroup",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v3/{pathv1}/consistencygroups?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showAConsistencyGroupSDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/consistencygroups/{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": "createAConsistencyGroupFromSource",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v3/{pathv1}/consistencygroups/create_from_src?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteAConsistencyGroup",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v3/{pathv1}/consistencygroups/{pathv2}/delete?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "listConsistencyGroupsAndDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/consistencygroups/detail?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateAConsistencyGroup",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/{pathv1}/consistencygroups/{pathv2}/update?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}