DiscoveredNode
Properties
Timestamp of last modification
The server will populate this field when returing the resource. Ignored on PUT and POST.
Schema for this resource
Certificate of the discovered node
Local Id of the discovered node in the Compute Manager
Description of this resource
Defaults to ID if not set
External id of the discovered node, ex. a mo-ref from VC
Hardware Id is generated using system hardware info. It is used to retrieve fabric node of the esx.
IP Addresses of the the discovered node.
Discovered Node type like Host
Id of the compute manager from where this node was discovered
Key-Value map of additional specific properties of discovered node in the Compute Manager
OS type of the discovered node
OS version of the discovered node
External id of the compute collection to which this node belongs
The type of this resource.
The stateless property describes whether host persists its state across reboot or not. If state persists, value is set as false otherwise true.
JSON Example
{
"_last_sync_time": 0,
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"certificate": "string",
"cm_local_id": "string",
"description": "string",
"display_name": "string",
"external_id": "string",
"hardware_id": "string",
"ip_addresses": [
"string"
],
"node_type": "string",
"origin_id": "string",
"origin_properties": [
{
"key": "string",
"value": "string"
}
],
"os_type": "string",
"os_version": "string",
"parent_compute_collection": "string",
"resource_type": "string",
"stateless": false,
"tags": [
{
"scope": "string",
"tag": "string"
}
]
}