Help Center/ Cloud Operations Center/ API Reference/ API/ Application Resource Management/ Cloud Vendor Account/ Manually Synchronizing User Resources from a Cloud Vendor
Updated on 2025-12-05 GMT+08:00

Manually Synchronizing User Resources from a Cloud Vendor

Function

This API is used to manually synchronize user resources from a cloud vendor.

URI

POST /v1/multicloud-resources/sync

Request Parameters

Table 1 Request body parameters

Parameter

Mandatory

Type

Description

vendor

Yes

String

Definition

Cloud vendor information.

Constraints

N/A

Range

  • RMS: Huawei Cloud

  • AZURE: Microsoft Azure

  • ALI: Alibaba Cloud

  • VMWARE: VMware

  • OPENSTACK: OpenStack cloud platform

  • HCS: Huawei Cloud Stack (HCS), a hybrid cloud solution of Huawei.

  • OTHER: other cloud vendors

AWS: Amazon Web Services

Default value

N/A

account_id

No

String

Definition

Account ID of the vendor.

Constraints

N/A

Range

The value is a string. It contains 0 to 64 characters.

Default value

N/A

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

data

String

Definition

Task ID.

Range

N/A

Example Requests

Manually synchronize user resources from a cloud vendor.

POST https://{Endpoint}/v1/multicloud-resources/sync

{
  "vendor" : "HCS",
  "account_id" : "ssstest21321"
}

Example Responses

Status code: 200

The user resources from the cloud vendor are manually synchronized.

{
  "data" : "d8503bdd-8482-4e69-812e-68600bcc1142"
}

Status Codes

Status Code

Description

200

The user resources from the cloud vendor are manually synchronized.

Error Codes

See Error Codes.