Help Center/ Host Security Service/ API Reference/ API Description/ Container Installation and Configuration/ Obtaining the Image Upload Command of a Multi-Cloud Cluster
Updated on 2026-04-03 GMT+08:00

Obtaining the Image Upload Command of a Multi-Cloud Cluster

Function

This API is used to obtain the image upload command of a multi-cloud cluster.

Authorization Information

Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.

  • If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
  • If you are using identity policy-based authorization, no identity policy-based permission required for calling this API.

URI

GET /v5/{project_id}/container/kubernetes/multi-cloud/image-upload-command

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Definition

Project ID, which is used to specify the project that an asset belongs to. After the project ID is configured, you can query assets in the project using the project ID. For details about how to obtain it, see Obtaining a Project ID.

Constraints

N/A

Range

The value can contain 1 to 256 characters.

Default Value

N/A

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

image_repo

Yes

String

Image repository address

organization

Yes

String

Organization name

username

Yes

String

User Name

password

Yes

String

Password

plug_type

No

String

Definition

Plug-in type

Constraints

N/A

Range

  • docker: Docker plug-in image

  • agent: hostguard image

Default Value

N/A

Request Parameters

Table 3 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

Definition

User token, which contains user identity and permissions. The token can be used for identity authentication when an API is called. For details about how to obtain the token, see Obtaining a User Token.

Constraints

N/A

Range

The value can contain 1 to 32,768 characters.

Default Value

N/A

Response Parameters

Status code: 200

Table 4 Response body parameters

Parameter

Type

Description

image_command

String

Command for uploading an image

secret_command

String

Installation credential command

images_download_url

String

Image download link

Example Requests

Obtain the image upload command of a multi-cloud cluster. The image repository is hub.docker.com, the username is ywkkkkkkk, the organization name is ywk-test, and the password is agent@2023.

GET https://{endpoint}/v5/{project_id}/container/kubernetes/multi-cloud/image-upload-command?image_repo=hub.docker.com&username=ywkkkkkkk&organization=ywk-test&password=agent@2023&enterprise_project_id=all_granted_eps

Example Responses

Status code: 200

Request succeeded.

{
  "image_command" : "unzip hss-images.zip && docker load < anp-agent-arm64.tar.gz &&\\\r\ndocker login -u nhhh -p agent@2023 hub.docker.com &&\\\r\ndocker load < anp-agent-x86_64.tar.gz &&\\\r\ndocker tag proxy-agent:0.0.27-x86_64 hub.docker.com/ywk-test/anp-agent:${anp-version}.x86_64 &&\\\r\ndocker push hub.docker.com/ywk-test/anp-agent:${anp-version}.x86_64 &&\\\r\ndocker tag proxy-agent:0.0.27-aarch64 hub.docker.com/ywk-test/anp-agent:${anp-version}.arm64 &&\\\r\ndocker push hub.docker.com/ywk-test/anp-agent:${anp-version}.arm64 &&\\\r\ndocker manifest create --insecure hub.docker.com/ywk-test/anp-agent:${anp-version} hub.docker.com/ywk-test/anp-agent:${anp-version}.x86_64 hub.docker.com/ywk-test/anp-agent:${anp-version}.arm64 --amend &&\\\r\ndocker manifest annotate hub.docker.com/ywk-test/anp-agent:${anp-version} hub.docker.com/ywk-test/anp-agent:${anp-version}.x86_64 --os linux --arch amd64 &&\\\r\ndocker manifest annotate hub.docker.com/ywk-test/anp-agent:${anp-version} hub.docker.com/ywk-test/anp-agent:${anp-version}.arm64 --os linux --arch arm64 &&\\\r\ndocker manifest push --insecure hub.docker.com/ywk-test/anp-agent:${anp-version} &&\\\r\ndocker load < hostguard-image-3.2.12.aarch64.tar.gz &&\\\r\ndocker load < hostguard-image-3.2.12.x86_64.tar.gz &&\\\r\ndocker tag registry-cbu.huawei.com/scc_hss_container/hostguard:3.2.12.x86_64 hub.docker.com/ywk-test/hostguard:3.2.12.x86_64 &&\\\r\ndocker push hub.docker.com/ywk-test/hostguard:3.2.12.x86_64 &&\\\r\ndocker tag registry-cbu.huawei.com/scc_hss_container/hostguard:3.2.12.aarch64 hub.docker.com/ywk-test/hostguard:3.2.12.aarch64 &&\\\r\ndocker push hub.docker.com/ywk-test/hostguard:3.2.12.aarch64 &&\\\r\ndocker manifest create --insecure hub.docker.com/ywk-test/hostguard:3.2.12 hub.docker.com/ywk-test/hostguard:3.2.12.x86_64 hub.docker.com/ywk-test/hostguard:3.2.12.aarch64 --amend &&\\\r\ndocker manifest annotate hub.docker.com/ywk-test/hostguard:3.2.12 hub.docker.com/ywk-test/hostguard:3.2.12.x86_64 --os linux --arch amd64 &&\\\r\ndocker manifest annotate hub.docker.com/ywk-test/hostguard:3.2.12 hub.docker.com/ywk-test/hostguard:3.2.12.aarch64 --os linux --arch arm64 &&\\\r\ndocker manifest push --insecure hub.docker.com/ywk-test/hostguard:3.2.12",
  "secret_command" : "kubectl --namespace hss create secret docker-registry hss-regcred --docker-server=hub.docker.com --docker-username=nhhh --docker-password=agent@2023",
  "images_download_url" : "https://100.93.1.146:10180/package/rule/anpAgent/hss-images.zip"
}

Status Codes

Status Code

Description

200

Request succeeded.

Error Codes

See Error Codes.