Get Migration Job Stats
Fetch the Stats for the 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
{
"_href": "string",
"migrationJobLogicalId": "string",
"migrationStatus": "string",
"blueGatewayStats": {
"connectedVceCount": "number",
"tunnelCount": "number",
"tunnelCountV6": "number",
"establishedNsdTunnelCount": "number",
"flowCount": "number"
},
"greenGatewayStats": {
"connectedVceCount": "number",
"tunnelCount": "number",
"tunnelCountV6": "number",
"establishedNsdTunnelCount": "number",
"flowCount": "number"
},
"impactedEdges": [
{
"edgeIdentifier": "number",
"enterpriseIdentifier": "number",
"edgeLogicalId": "string",
"edgeName": "string",
"edgeLastContact": "string",
"edgeState": "string",
"blueGatewayTunnelStatus": "string",
"greenGatewayTunnelStatus": "string"
}
]
}
_href
migrationJobLogicalId
migrationStatus
blueGatewayStats
greenGatewayStats
No field or null value means that the migration job has not been started yet. Impacted Edges have not got calculated
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}/stats