Config

Get config

Get configuration information for the given account

get/1/public_clouds/config

Query parameters

account_idinteger required

Unique identifier of the account that is related to the resource {name}

The account identifier

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "free_tier": 300,
    "free_tier_used": 60.54,
    "account_resource_level": 2,
    "valid_from": 1650876838,
    "valid_to": 1659865834,
    "project_count": 3
  }
}

Changes