NSX-T Data Center REST API

IpAddressBlockCidrUsedByDetails (type)

{
  "additionalProperties": false,
  "description": "Details of the service or VM using the allocated CIDR",
  "id": "IpAddressBlockCidrUsedByDetails",
  "module_id": "PolicyIpam",
  "nsx_feature": "IPSpaces",
  "properties": {
    "cluster_id": {
      "description": "VM cluster ID",
      "read_only": true,
      "type": "string"
    },
    "display_name": {
      "description": "Display name of the policy service or VM",
      "read_only": true,
      "type": "string"
    },
    "external_id": {
      "description": "VM external ID",
      "read_only": true,
      "type": "string"
    },
    "host_id": {
      "description": "VM host ID",
      "read_only": true,
      "type": "string"
    },
    "path": {
      "description": "Policy path of the object using this IP/CIDR or VM external ID",
      "read_only": true,
      "type": "string"
    },
    "used_for": {
      "description": "Represents the usage type for the allocated CIDR",
      "enum": [
        "VPC_SUBNET",
        "VPC_NAT",
        "VPC_LB",
        "VPC_EIP",
        "VPC_STATIC_ROUTE",
        "PROJECT_NAT",
        "VPN",
        "WORKLOAD_ALLOCATED_DISCOVERED_IP",
        "WORKLOAD_STATIC_DISCOVERED_IP",
        "TIER0"
      ],
      "read_only": true,
      "type": "string"
    }
  },
  "title": "IpAddressBlock CIDR UsedBy Details",
  "type": "object"
}