Node
{
"description": "string",
"discovered_ip_addresses": [
"string"
],
"display_name": "string",
"external_id": "string",
"fqdn": "string",
"id": "string",
"ip_addresses": [
"string"
],
"resource_type": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
]
}
This field is deprecated. TransportNode field 'description' must be used instead. For EdgeNode and PublicCloudGatewayNode, this field is ignored if specified in request payload.
Discovered IP Addresses of the fabric node, version 4 or 6
This field is deprecated. TransportNode field 'display_name' must be used instead. For HostNode, this field defaults to ID if not set. For EdgeNode and PublicCloudGatewayNode, this field is ignored if specified in request payload.
ID of the Node maintained on the Node and used to recognize the Node
Fully qualified domain name of the fabric node
Unique identifier of this resource.
IP Addresses of the Node, version 4 or 6. This property is mandatory for all nodes except for automatic deployment of edge virtual machine node. For automatic deployment, the ip address from management_port_subnets property will be considered.
Fabric node type, for example 'HostNode', 'EdgeNode' or 'PublicCloudGatewayNode'
This field is deprecated. TransportNode field 'tags' must be used instead. For EdgeNode and PublicCloudGatewayNode, this field is ignored if specified in request payload.