Get Gateway Migration
Fetch the Hitless migration job associated with given migration job logicalId on this gateway acting as the Blue Gateway
The logicalId
GUID of the Gateway
The logicalId
GUID of the migration job on a Gateway
Request successfully processed
{
"logicalId": "string",
"name": "string",
"description": "string",
"enterprise": {
"logicalId": "string",
"name": "string"
},
"greenGateway": {
"logicalId": "string",
"name": "string"
},
"migrationStatus": "string",
"created": "string",
"modified": "string",
"auditLog": [
{
"statusChange": "string",
"user": "string",
"time": "string",
"message": "string"
}
]
}
logicalId
name
description
enterprise
greenGateway
migrationStatus
created
modified
auditLog
Unauthorized
"UnAuthorized Object"
A unique error code
The name of the property to which the error applies, if applicable
A detailed description of the error condition intended for developers of API clients, which may include recommendations for resolution
A non-technical description of the error condition
A link to applicable external documentation
Resource not found
"ResourceNotFoundError Object"
A unique error code
The name of the property to which the error applies, if applicable
A detailed description of the error condition intended for developers of API clients, which may include recommendations for resolution
A non-technical description of the error condition
A link to applicable external documentation
Rate Limit Exceeded
"RateLimitExceededError Object"
A unique error code
The name of the property to which the error applies, if applicable
A detailed description of the error condition intended for developers of API clients, which may include recommendations for resolution
A non-technical description of the error condition
A link to applicable external documentation
Internal server error
"InternalServerError Object"
A unique error code
The name of the property to which the error applies, if applicable
A detailed description of the error condition intended for developers of API clients, which may include recommendations for resolution
A non-technical description of the error condition
A link to applicable external documentation
curl -H 'Authorization: <value>' https://{api_host}/api/sdwan/v2/gateways/{gatewayLogicalId}/migrations/{migrationLogicalId}