@itentialopensource/adapter-openstack_cinder
Version:
This adapter integrates with system described as: Openstack Block Storage (Cinder) Service
249 lines • 6.57 kB
JSON
{
"actions": [
{
"name": "listSnapshotsAndDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/snapshots/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": "createASnapshot",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v3/{pathv1}/snapshots?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "listAccessibleSnapshots",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/snapshots?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showASnapshotSMetadata",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/snapshots/{pathv2}/metadata?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createASnapshotSMetadata",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v3/{pathv1}/snapshots/{pathv2}/metadata?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateASnapshotSMetadata",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/{pathv1}/snapshots/{pathv2}/metadata?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showASnapshotSDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/snapshots/{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": "updateASnapshot",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/{pathv1}/snapshots/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteASnapshot",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v3/{pathv1}/snapshots/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showASnapshotSMetadataForASpecificKey",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/snapshot/{pathv2}/metadata/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteASnapshotSMetadata",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v3/{pathv1}/snapshots/{pathv2}/metadata/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateASnapshotSMetadataForASpecificKey",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/{pathv1}/snapshots/{pathv2}/metadata/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}