NSX-T Data Center Global Manager REST API
OnboardingAttribute (type)
{ "description": "Generic config onboarding attributes in form attribute name and its corresponding values.", "id": "OnboardingAttribute", "module_id": "GmConfigOnboarding", "properties": { "name": { "readonly": true, "required": true, "title": "Attribute name", "type": "string" }, "value": { "readonly": true, "required": false, "title": "Attribute value", "type": "string" }, "value_type": { "default": "STRING", "enum": [ "STRING", "INTEGER", "BOOLEAN" ], "readonly": true, "required": false, "title": "Attribute Type", "type": "string" } }, "title": "Config Onboarding Attributes", "type": "object" }