NSX-T Data Center REST API

PolicyKubernetesResource (type)

{
  "additionalProperties": false,
  "description": "Details of the kubernetes resource belonging to a Group",
  "id": "PolicyKubernetesResource",
  "module_id": "PolicyGroupRealization",
  "properties": {
    "display_name": {
      "readonly": true,
      "required": true,
      "title": "The name of kubernetes resource",
      "type": "string"
    },
    "external_id": {
      "readonly": true,
      "required": true,
      "title": "The id of kubernetes resource",
      "type": "string"
    }
  },
  "title": "Kubernetes resource details",
  "type": "object"
}