UNPKG

@itentialopensource/adapter-openstack_glance

Version:

This adapter integrates with system described as: Openstack Image (Glance) Service

66 lines 1.57 kB
{ "actions": [ { "name": "createTask", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v2/tasks?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "listTasks", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v2/tasks?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "showTaskDetails", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v2/tasks/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }