MigrationFeedbackRequest

MigrationFeedbackRequest
MigrationFeedbackRequest

Detailed feedback requests from the migration tool where user input is required.

JSON Example
{
    "accepted_actions": [
        "string"
    ],
    "accepted_value_type": "string",
    "accepted_values": [
        "string"
    ],
    "federation_site_id": "string",
    "hash": "string",
    "id": "string",
    "message": "string",
    "multi_value": false,
    "object_id": "string",
    "rejected": false,
    "resolution": "string",
    "resolved": false,
    "sub_vertical": "string",
    "suggested_action": "string",
    "suggested_value": "string",
    "v_object_id": "string",
    "v_object_name": "string",
    "vertical": "string"
}
array of string
accepted_actions
Optional

List of acceptable actions for this feedback request.

string
accepted_value_type
Optional

Data type of the items listed in acceptable values list.

array of string
accepted_values
Optional

List of acceptable values for this feedback request.

string
federation_site_id
Optional

Id of the site in NSX-T Federation

string
hash
Optional

Identify a feedback request type across objects. This can be used to group together objects with similar feedback request and resolve them in one go.

string
id
Optional

Identifier of the feedback request.

string
message
Optional

Detailed feedback request with options.

boolean
multi_value
Optional

Indicates if multiple values can be selected as response from the list of acceptable value.

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
sub_vertical
Optional

Functional sub-area that this query falls into.

string
suggested_action
Optional

The suggested action to resolve this feedback request.

string
suggested_value
Optional

The suggested value to resolve 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.

string
vertical
Optional

Functional area that this query falls into.