All Products
Search
Document Center

Resource Management:ListAssociatedTransferSetting

Last Updated:Feb 13, 2025

Queries the settings of the Transfer Associated Resources feature.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object

The returned result.

RequestIdstring

The request ID.

7556FD65-45D2-5C45-9FC9-A7DE831C775C
AssociatedTransferSettingobject

The settings of the Transfer Associated Resources feature.

AccountIdstring

The ID of the Alibaba Cloud account.

121998723923****
Statusstring

The status of the Transfer Associated Resources feature. Valid values:

  • Enable: enabled
  • Disable: disabled
Enable
RuleSettingsarray<object>

The settings of transfer rules.

RuleSettingobject

The settings of transfer rules.

AssociatedResourceTypestring

The type of the associated resource.

disk
MasterResourceTypestring

The type of the primary resource.

instance
AssociatedServicestring

The service code of the associated resource.

ecs
MasterServicestring

The service code of the primary resource.

ecs
Statusstring

The status of the Transfer Associated Resources feature. Valid values:

  • Enable: enabled
  • Disable: disabled
Enable
EnableExistingResourcesTransferstring

Indicates whether the Transfer Existing Associated Resources feature is enabled. Valid values:

  • false
  • true
true

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError message
404EntityNotExists.AssociatedTransferSettingThe associated transfer setting does not EXIST.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-01-29The Error code has changed. The response structure of the API has changedView Change Details