@itentialopensource/adapter-openstack_cinder
Version:
This adapter integrates with system described as: Openstack Block Storage (Cinder) Service
107 lines • 2.79 kB
JSON
{
"actions": [
{
"name": "deleteAConsistencyGroupSnapshot",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v3/{pathv1}/cgsnapshots/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showConsistencyGroupSnapshotDetail",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/cgsnapshots/{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": "listAllConsistencyGroupSnapshotsWithDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/cgsnapshots/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": "listAllConsistencyGroupSnapshots",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/cgsnapshots?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createAConsistencyGroupSnapshot",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v3/{pathv1}/cgsnapshots?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}