NSX-T Data Center REST API

ContainerInfrastructureInfo (type)

{
  "description": "Details of infrastructure hosting the container cluster e.g. vSphere, AWS, VMC etc..",
  "id": "ContainerInfrastructureInfo",
  "module_id": "InventoryContainerObj",
  "properties": {
    "infra_type": {
      "description": "Type of the infrastructure.",
      "enum": [
        "vSphere",
        "AWS",
        "Azure",
        "Google",
        "VMC",
        "KVM",
        "Baremetal"
      ],
      "readonly": false,
      "required": true,
      "title": "Type of the infrastructure",
      "type": "string"
    }
  },
  "title": "Details of container infrastructure",
  "type": "object"
}