NSX-T Data Center REST API

HostedEntityInfo (type)

{
  "id": "HostedEntityInfo",
  "module_id": "ClusterManagement",
  "properties": {
    "entity_type": {
      "description": "The type of entity hosted could be MP, CCP, VMC App etc.",
      "readonly": true,
      "required": true,
      "title": "Type of entity",
      "type": "string"
    },
    "entity_uuid": {
      "readonly": true,
      "required": true,
      "title": "Unique identifier of entity",
      "type": "string"
    }
  },
  "type": "object"
}