@itentialopensource/adapter-openstack_cinder
Version:
This adapter integrates with system described as: Openstack Block Storage (Cinder) Service
210 lines • 5.61 kB
JSON
{
"actions": [
{
"name": "disassociateAQoSSpecificationFromAllAssociations",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/qos-specs/{pathv2}/disassociate_all?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "unsetKeysInAQoSSpecification",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/{pathv1}/qos-specs/{pathv2}/delete_keys?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getAllAssociationsForAQoSSpecification",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/qos-specs/{pathv2}/associations?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "associateQoSSpecificationWithAVolumeType",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/qos-specs/{pathv2}/associate?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "disassociateQoSSpecificationFromAVolumeType",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/qos-specs/{pathv2}/disassociate?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showAQoSSpecificationDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/qos-specs/{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": "setKeysInAQoSSpecification",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/{pathv1}/qos-specs/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteAQoSSpecification",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v3/{pathv1}/qos-specs/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createAQoSSpecification",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v3/{pathv1}/qos-specs?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "listQoSSpecifications",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/qos-specs?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}