NSX-T Data Center REST API

SummaryMigrationFeedbackRequest (type)

{
  "additionalProperties": false,
  "description": "Minimal description of feedback requests.",
  "id": "SummaryMigrationFeedbackRequest",
  "module_id": "Migration",
  "properties": {
    "details": {
      "description": "Details about this specific feedback request.",
      "readonly": true,
      "required": false,
      "title": "Details about this specific feedback request",
      "type": "string"
    },
    "federation_site_id": {
      "description": "Id of the site in NSX-T Federation",
      "readonly": true,
      "required": false,
      "title": "Id of the site in NSX-T Federation",
      "type": "string"
    },
    "id": {
      "description": "Identifier of the feedback request.",
      "readonly": true,
      "required": true,
      "title": "UUID of the feedback request",
      "type": "string"
    },
    "object_id": {
      "description": "Identifier of the object for which feedback is requested.",
      "readonly": true,
      "required": false,
      "title": "UUID of the object",
      "type": "string"
    },
    "rejected": {
      "description": "Indicates if previous response was invalid. Please provide a valid response.",
      "readonly": true,
      "required": false,
      "title": "Indicates if the previous feedback response was rejected",
      "type": "boolean"
    },
    "resolution": {
      "description": "If the feedback request was resolved earlier, provides details about the previous resolution.",
      "readonly": true,
      "required": false,
      "title": "Previous resolution details for this feedback request",
      "type": "string"
    },
    "resolved": {
      "description": "Indicates if a valid response already exist for this feedback request.",
      "readonly": true,
      "required": false,
      "title": "Indicates if this feedback request has already been resolved",
      "type": "boolean"
    },
    "v_object_id": {
      "description": "Identifier for this object in the source NSX endpoint.",
      "readonly": true,
      "required": true,
      "title": "Id of this object in the source NSX endpoint",
      "type": "string"
    },
    "v_object_name": {
      "description": "Name of this object in the source NSX endpoint.",
      "readonly": true,
      "required": true,
      "title": "Name of this object in the source NSX endpoint",
      "type": "string"
    }
  },
  "title": "Feedback detail required for Migration",
  "type": "object"
}