Get Migration Unit Aggregate Info
Get migration units aggregate-info
Component type based on which migration units to be filtered
Opaque cursor to be used for getting next page of records (supplied by current result page)
Identifier of group based on which migration units to be filtered
Flag to indicate whether to return only migration units with errors
Comma separated list of fields that should be included in query result
Metadata about migration unit to filter on
Maximum number of results to return in this page (server may return fewer)
Flag to indicate whether to return only selected, only deselected or both type of migration units
sort_ascending
Field by which records are sorted
OK
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"errors": [
"string"
],
"percent_complete": "number",
"status": "string",
"unit": {
"current_version": "string",
"display_name": "string",
"group": {
"is_valid": false,
"target_display_name": "string",
"target_id": "string",
"target_type": "string"
},
"id": "string",
"metadata": [
{
"key": "string",
"value": "string"
}
],
"type": "string",
"warnings": [
"string"
]
}
}
]
}
Not Found
curl -H 'Authorization: <value>' https://{api_host}/api/v1/migration/migration-units/aggregate-info