MigrationFeedbackRequestListResult
MigrationFeedbackRequestListResult
List of detailed feedback requests from the migration tool where user input is required.
AllOf
JSON Example
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"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"
}
]
}