Get Migration Wave

Get Migration Wave

Get migration wave. Fetch based on group type

Request
URI
GET
https://{api_host}/api/ni/migration/{groupType}
COPY
Path Parameters
string
groupType
Required

type of group


Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns MigrationWave of type(s) application/json
{
    "waveGroups": [
        {
            "entity_id": "string",
            "entity_name": "string",
            "mw_name": "string",
            "mw_id": "string",
            "group_entity_id": "string",
            "group_entity_name": "string"
        }
    ],
    "groupType": "string",
    "timestamp": "number"
}
waveGroups
Optional

waveGroups

string
groupType
Optional

groupType

number
timestamp
Optional

timestamp


401

Unauthorized

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

details
Optional

details


403

Forbidden

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

details
Optional

details


500

Internal Error

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

details
Optional

details