NSX-T Data Center REST API

CapacityUsage (type)

{
  "description": "usage of each capacity type ex. vm, cpu",
  "extends": {
    "$ref": "Resource"
  },
  "id": "CapacityUsage",
  "module_id": "License",
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
      "items": {
        "$ref": "ResourceLink"
      },
      "readonly": true,
      "title": "References related to this resource",
      "type": "array"
    },
    "_schema": {
      "readonly": true,
      "title": "Schema for this resource",
      "type": "string"
    },
    "_self": {
      "$ref": "SelfResourceLink",
      "readonly": true,
      "title": "Link to this resource"
    },
    "capacity_type": {
      "readonly": true,
      "title": "type of the capacity field",
      "type": "string"
    },
    "usage_count": {
      "readonly": true,
      "title": "count of number of items of capacity_type",
      "type": "integer"
    }
  },
  "type": "object"
}