SummaryMigrationFeedbackRequest

SummaryMigrationFeedbackRequest
SummaryMigrationFeedbackRequest

Minimal description of feedback requests.

JSON Example
{
    "details": "string",
    "federation_site_id": "string",
    "id": "string",
    "object_id": "string",
    "rejected": false,
    "resolution": "string",
    "resolved": false,
    "v_object_id": "string",
    "v_object_name": "string"
}
string
details
Optional

Details about this specific feedback request.

string
federation_site_id
Optional

Id of the site in NSX-T Federation

string
id
Optional

Identifier of the feedback request.

string
object_id
Optional

Identifier of the object for which feedback is requested.

boolean
rejected
Optional

Indicates if previous response was invalid. Please provide a valid response.

string
resolution
Optional

If the feedback request was resolved earlier, provides details about the previous resolution.

boolean
resolved
Optional

Indicates if a valid response already exist for this feedback request.

string
v_object_id
Optional

Identifier for this object in the source NSX endpoint.

string
v_object_name
Optional

Name of this object in the source NSX endpoint.