NSX-T Data Center REST API

AdvanceServiceConfig (type)

{
  "additionalProperties": false, 
  "description": "Contain optional configuration for deployment.", 
  "id": "AdvanceServiceConfig", 
  "module_id": "PolicyCloudNative", 
  "properties": {
    "kubectl_tool": {
      "desciption": "Filename of uploaded Kubernetes tools. Advanced\nconfiguraion option on UI has option to deploy\nKubernetes tools. User need to get this file from\nVMware website. File will contain kubectl binary,\nhelm binary and signature to verify them.\n", 
      "readonly": true, 
      "title": "Filename of uploaded Kubernetes tools", 
      "type": "string"
    }, 
    "messaging_service_name": {
      "description": "FQDN to access kafka messaging service pod.", 
      "title": "Messaging service FQDN", 
      "type": "string"
    }, 
    "service_name": {
      "description": "FQDN to access deployment pod.", 
      "title": "Service FQDN", 
      "type": "string"
    }
  }, 
  "title": "Advanced deployment configuration", 
  "type": "object"
}