@itentialopensource/adapter-openstack_nova
Version:
This adapter integrates with system described as: Opensatck Compute (Nova) Service.
151 lines • 3.9 kB
JSON
{
"actions": [
{
"name": "listHypervisors",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/os-hypervisors?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "listHypervisorsDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/os-hypervisors/detail?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showHypervisorStatisticsDEPRECATED",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/os-hypervisors/statistics?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showHypervisorDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/os-hypervisors/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showHypervisorUptimeDEPRECATED",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/os-hypervisors/{pathv1}/uptime?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "searchHypervisorDEPRECATED",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/os-hypervisors/{pathv1}/search?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "listHypervisorServersDEPRECATED",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/os-hypervisors/{pathv1}/servers?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}