NSX-T Data Center REST API

NetworkApplianceState (type)

{
  "description": "Virtual network appliance state information",
  "extends": {
    "$ref": "BaseNetworkApplianceState"
  },
  "id": "NetworkApplianceState",
  "module_id": "NetworkAppliance",
  "polymorphic-type-descriptor": {
    "type-identifier": "VirtualNetworkApplianceState"
  },
  "properties": {
    "management_interface_state": {
      "$ref": "ManagementInterfaceEndpointState",
      "description": "This field contains the realized information of management interface.",
      "readonly": true,
      "title": "Realized Management interface endpoint State"
    },
    "resource_type": {
      "$ref": "NetworkApplianceStateType",
      "description": "Indicates Resource type of BaseNetworkAppliance,",
      "required": true
    },
    "virtual_network_appliance_state": {
      "$ref": "VirtualNetworkApplianceState",
      "description": "This field contains the overall virtual network state information.",
      "readonly": true,
      "title": "Overall Virtual Network Appliance Type"
    }
  },
  "title": "Virtual Network Appliance State",
  "type": "object"
}