UNPKG

@itentialopensource/adapter-openstack_cinder

Version:

This adapter integrates with system described as: Openstack Block Storage (Cinder) Service

106 lines 2.88 kB
{ "actions": [ { "name": "createOrUpdateGroupSpecsForAGroupType", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v3/{pathv1}/group_types/{pathv2}/group_specs?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "listGroupSpecsForAGroupType", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v3/{pathv1}/group_types/{pathv2}/group_specs?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "showOneSpecificGroupSpecForAGroupType", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v3/{pathv1}/group_types/{pathv2}/group_specs/{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": "updateOneSpecificGroupSpecForAGroupType", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/v3/{pathv1}/group_types/{pathv2}/group_specs/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteOneSpecificGroupSpecForAGroupType", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/v3/{pathv1}/group_types/{pathv2}/group_specs/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }