NSX-T Data Center REST API

MigrationFeedbackCategory (type)

{
  "additionalProperties": false,
  "description": "Categorization of feedback requests from the migration tool where user input is required.",
  "id": "MigrationFeedbackCategory",
  "module_id": "Migration",
  "properties": {
    "accepted_values": {
      "description": "List of acceptable values for this feedback request.",
      "items": {
        "type": "string"
      },
      "readonly": true,
      "required": false,
      "title": "Acceptable values for this feedback request",
      "type": "array"
    },
    "category": {
      "description": "Functional area that this query falls into.",
      "readonly": true,
      "required": true,
      "title": "Functional area for the feedback query",
      "type": "string"
    },
    "count": {
      "description": "Total number of feedback requests for this functional area.",
      "readonly": true,
      "required": true,
      "title": "Total number of feedback requests for this functional area",
      "type": "int"
    },
    "resolved": {
      "description": "Total number of resolved feedback requests for this functional area.",
      "readonly": true,
      "required": true,
      "title": "Count of resolved feedback requests for this functional area",
      "type": "int"
    }
  },
  "title": "Category of feedback for Migration",
  "type": "object"
}