UNPKG

@itentialopensource/adapter-openstack_cinder

Version:

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

45 lines 1.14 kB
{ "actions": [ { "name": "showQuotaClassesForAProject", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v3/{pathv1}/os-quota-class-sets/{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": "updateQuotaClassesForAProject", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/v3/{pathv1}/os-quota-class-sets/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }