UNPKG

@itentialopensource/adapter-openstack_glance

Version:

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

24 lines 546 B
{ "actions": [ { "name": "deleteImageFromStore", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/v2/stores/{pathv1}/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }