Help Center/ CodeArts Deploy/ API Reference/ APIs/ Managing Hosts/ Cloning Hosts to the Target Host Cluster in Batches
Updated on 2025-05-27 GMT+08:00

Cloning Hosts to the Target Host Cluster in Batches

Function

This API is used to clone hosts to the target host cluster in batches.

Calling Method

For details, see Calling APIs.

URI

POST /v1/resources/host-groups/{group_id}/hosts/replication

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

group_id

Yes

String

Source host cluster ID

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

Content-Type

Yes

String

Message body type (format).

X-Auth-Token

Yes

String

User token. It can be obtained by calling an IAM API. The value of X-Subject-Token in the response header is the user token.

Table 3 Request body parameters

Parameter

Mandatory

Type

Description

host_uuids

Yes

Array of strings

Host ID list

target_group_id

Yes

String

Target host cluster ID

Response Parameters

Status code: 200

Table 4 Response body parameters

Parameter

Type

Description

status

String

Request success or failure status

result

Boolean

Returned result

Example Requests

https://{endpoint}/v1/resources/host-groups/8518ee4e95924495ae18addce39b2015/hosts/replication

{
  "host_uuids" : [ "5fd1c0334d7343338054af811fef8e4b" ],
  "target_group_id" : "849f425a74034fd2a4e60c367414efba"
}

Example Responses

Status code: 200

OK: The request is successful.

{
  "status" : "success",
  "result" : true
}

Status Codes

Status Code

Description

200

OK: The request is successful.

Error Codes

See Error Codes.