Updated on 2022-08-31 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, KooCLI 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:

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