Update Gateway Migration
Finalize, Abort Migration or Complete Migration 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
Update Gateway Migration Job request schema
"PatchGatewayMigrationJobRequestSchema Object"
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
ValidationError
"ValidationError 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
A list of property-specific errors
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
UnsupportedMediaTypeError
"UnsupportedMediaTypeError 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
DataValidationError
"DataValidationError 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 -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]'