Queries the settings of the Transfer Associated Resources feature.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|
The current API does not require request parameters
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "7556FD65-45D2-5C45-9FC9-A7DE831C775C",
"AssociatedTransferSetting": {
"AccountId": "121998723923****",
"Status": "Enable",
"RuleSettings": [
{
"AssociatedResourceType": "disk",
"MasterResourceType": "instance",
"AssociatedService": "ecs",
"MasterService": "ecs",
"Status": "Enable"
}
],
"EnableExistingResourcesTransfer": "true"
}
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
404 | EntityNotExists.AssociatedTransferSetting | The associated transfer setting does not EXIST. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-01-29 | The Error code has changed. The response structure of the API has changed | View Change Details |