@itentialopensource/adapter-nuage
Version:
Itential Nuage Adapter
24 lines • 627 B
JSON
{
"$id": "vm-schema_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": "getVMs",
"enum": [
"getVMs", "getEnterpriseVMs", "getDomainVMs", "getZoneVMs", "getSubnetVMs", "getVportVMs"
],
"external_name": "ph_request_type"
},
"name": {
"type": "string",
"description": "the name of the vm",
"external_name": "name"
}
},
"definitions": {}
}