All Products
Search
Document Center

Enterprise Distributed Application Service:CreateIDCImportCommand

Last Updated:Mar 01, 2024

Generates a command that is used to import instances to a hybrid cloud Elastic Compute Service (ECS) cluster.

Operation description

Description

You must call the CreateIDCImportCommand operation first to generate a command used to import hybrid cloud ECS instances to a hybrid cloud ECS cluster. Then, run this command on the instances to import the instances to the cluster.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
edas:ManageClusterWrite
  • Cluster
    acs:edas:{#regionId}:{#accountId}:namespace/{#NameSpaceId}/cluster/{#ClusterId}
    none
none

Request syntax

POST /pop/v5/create_idc_import_command

Request parameters

ParameterTypeRequiredDescriptionExample
ClusterIdstringYes

The cluster ID. You can call the ListCluster operation to query the cluster ID. For more information, see ListCluster .

7246cxxx-53xx-xxxx-xxxx-xxxxxxxx

Response parameters

ParameterTypeDescriptionExample
object
Codestring

The HTTP status code.

200
Messagestring

The returned message.

success
Datastring

The generated import command.

wget -q -O /tmp/install.sh http://edas-hz.oss-cn-hangzhou-internal.aliyuncs.com/install.sh && sh /tmp/install.sh -idcToken xxxx-xxxxx-xxxxx-xxxxxxx -edasId xxxxxxxxxxxxxx
RequestIdstring

The request ID.

b197-40ab-9155-7ca7

Examples

Sample success responses

JSONformat

{
  "Code": "200",
  "Message": "success",
  "Data": "wget -q -O /tmp/install.sh http://edas-hz.oss-cn-hangzhou-internal.aliyuncs.com/install.sh && sh /tmp/install.sh -idcToken xxxx-xxxxx-xxxxx-xxxxxxx -edasId xxxxxxxxxxxxxx",
  "RequestId": "b197-40ab-9155-7ca7"
}

Error codes

HTTP status codeError codeError message
500UnknownErrorThe request processing has failed due to some unknown error.

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