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"
    },
    "network_stack": {
      "description": "Indicates the networking stack supported by the VPC.",
      "enum": [
        "FULL_STACK_VPC",
        "VLAN_BACKED_VPC"
      ],
      "nsx_feature": "VTEPLessMode",
      "readonly": true,
      "required": false,
      "title": "Network stack",
      "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"
}