Last Updated on : 2023-06-20 14:54:02download
Trigger the failover process of a specified gateway.
POST: /v1.0/alps/transfer/trigger
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
sources_gw_id | String | body | true | The ID of a new gateway. |
sn_or_gw_id | String | body | true | The ID of a faulty gateway. |
Parameter name | Type | Description |
---|---|---|
result | Object | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
source_gw_id | String | The ID of a new gateway. |
target_gw_id | String | The ID of a faulty gateway. |
jobId | Long | The ID of a specified task. |
transfer_status | String | The status of transfer. Valid values:
|
POST: /v1.0/alps/transfer/trigger
{
"sourcesGwId": "6c58c30deb348f4*******",
"snOrGwId": "6ccf98422e7711cde*****"
}
{
"result": {
"transfer_status": "FINISH",
"source_gw_id": "6c58c30deb348f4*******",
"target_gw_id": "6ccf98422e7711cde*****",
"jobId": 240004
},
"t": 1640771464052,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback