@itentialopensource/adapter-openstack_cinder
Version:
This adapter integrates with system described as: Openstack Block Storage (Cinder) Service
185 lines • 4.85 kB
JSON
{
"actions": [
{
"name": "listAllCinderServices",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v3/{pathv1}/os-services?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "disableACinderService",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/{pathv1}/os-services/disable?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "logDisabledCinderServiceInformation",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/{pathv1}/os-services/disable-log-reason?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "enableACinderService",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/{pathv1}/os-services/enable?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getCurrentLogLevelsForCinderServices",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/{pathv1}/os-services/get-log?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "setLogLevelsOfCinderServicesDynamically",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/{pathv1}/os-services/set-log?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "freezeACinderBackendHost",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/{pathv1}/os-services/freeze?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "thawACinderBackendHost",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/{pathv1}/os-services/thaw?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "failoverACinderBackendHost",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v3/{pathv1}/os-services/failover_host?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}