NSX-T Data Center REST API
FeedBack (type)
{
"additionalProperties": false,
"description": "Provide details of validation/errors occurred during collection ,translation and apply phase in MP to Policy promotion.",
"id": "FeedBack",
"module_id": "MPPolicyMigration",
"properties": {
"error_list": {
"items": {
"$ref": "FeedBackErrorMessage
},
"required": true,
"title": "Error array list",
"type": "array"
},
"mp_display_name": {
"required": true,
"title": "Manager resource display name",
"type": "string"
},
"mp_id": {
"required": true,
"title": "Manager resource id",
"type": "string"
},
"type": {
"required": true,
"title": "Manager resource type",
"type": "string"
}
},
"title": "Provide details related to feeback for MP to Policy promotion.\n",
"type": "object"
}