NSX-T Data Center REST API

VpcState (type)

{
  "additionalProperties": false,
  "id": "VpcState",
  "module_id": "PolicyVpcStatistics",
  "properties": {
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the data was last updated; unset if data source has never updated the data.",
      "readonly": true,
      "required": false
    },
    "logical_gateway_id": {
      "description": "The Id of the VPC logical gateway.",
      "readonly": true,
      "required": false,
      "title": "VPC logical gateway Id",
      "type": "string"
    },
    "per_node_status": {
      "description": "VPC per node status.",
      "items": {
        "$ref": "VpcStateNodeStatus"
      },
      "readonly": true,
      "required": false,
      "title": "VPC state node status",
      "type": "array"
    }
  },
  "title": "VPC state",
  "type": "object"
}