Updated on 2026-01-08 GMT+08:00

Specifying Account ID

When calling APIs of global services in AK/SK mode, an account ID (cli-domain-id) is required.

During API calling, Cloud CLI automatically obtains the account ID based on the user authentication information. You can also add the --cli-domain-id option in the command, as shown below:

cloud CDN ListDomains --cli-region="{region}" --cli-domain-id="08e09a6e******************1bb800"
{
  "total": 0,
  "domains": null
}