NSX-T Data Center REST API
VirtualNetworkApplianceClusterMemberPublishState (type)
{
"description": "VNA Cluster Member Publish State",
"id": "VirtualNetworkApplianceClusterMemberPublishState",
"module_id": "VirtualNetworkApplianceCluster",
"properties": {
"appliance_path": {
"readonly": true,
"title": "Path of Appliance",
"type": "string"
},
"failure_code": {
"description": "This is the publish status failure error code of the cluster config updates.",
"readonly": true,
"title": "Publish Status Failure Code of VNA Cluster Config Updates",
"type": "integer"
},
"failure_message": {
"description": "This is the publish status error message of the config updates.",
"readonly": true,
"title": "Publish Status Failure Message of VNA Cluster Config Updates",
"type": "string"
},
"state": {
"$ref": "ConfigPublishState",
"description": "This field indicates the publish state of the node. The state could be unknown if the member has not yet been realized.",
"readonly": true,
"title": "Publish Status of VNA Cluster Config Updates."
}
},
"title": "VNA Cluster Member Publish State",
"type": "object"
}