NSX-T Data Center Global Manager REST API

OnboardingFeatureInfo (type)

{
  "description": "Feature information currently under process or refered to.",
  "id": "OnboardingFeatureInfo",
  "module_id": "GmConfigOnboarding",
  "properties": {
    "name": {
      "readonly": true,
      "required": false,
      "title": "Feature Name",
      "type": "string"
    },
    "path": {
      "readonly": true,
      "required": false,
      "title": "Resource Path",
      "type": "string"
    },
    "resource_type": {
      "readonly": true,
      "required": false,
      "title": "Resource Type",
      "type": "string"
    }
  },
  "title": "Onboarding Feature Information",
  "type": "object"
}