@itentialopensource/adapter-openstack_nova
Version:
This adapter integrates with system described as: Opensatck Compute (Nova) Service.
58 lines • 1.62 kB
JSON
{
"$id": "schema.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": true,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "listHypervisors",
"enum": [
"listHypervisors",
"listHypervisorsDetails",
"showHypervisorStatisticsDEPRECATED",
"showHypervisorDetails",
"showHypervisorUptimeDEPRECATED",
"searchHypervisorDEPRECATED",
"listHypervisorServersDEPRECATED"
],
"external_name": "ph_request_type"
},
"hypervisorHostnamePattern": {
"type": "string",
"description": "The hypervisor host name or a portion of it. The hypervisor hosts are selected with the host name matching this pattern.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "hypervisor_hostname_pattern"
},
"withServers": {
"type": "boolean",
"description": "Include all servers which belong to each hypervisor in the response output.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "with_servers"
},
"hypervisorId": {
"type": "string",
"description": "The ID of the hypervisor as a UUID.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "hypervisor_id"
}
},
"definitions": {}
}