For the complete documentation index, see llms.txt. This page is also available as Markdown.

List cloud tenants

List cloud tenants

get

List cloud tenants. Available for Operations account with platform account management permissions. Returns a paged list of cloud tenants; supports RQL query parameters for filtering and selection.

Responses
200

OK

application/json
get/public/v1/accounts/cloud-tenants
GET /public/v1/accounts/cloud-tenants HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

{
  "data": [
    {
      "id": "CLT-3206-7146",
      "revision": 2,
      "name": "AdAstraflex Germany",
      "status": "Active",
      "type": "CspAzure",
      "account": {
        "id": "ACC-2253-2884",
        "name": "AdAstrafleX"
      }
    }
  ],
  "$meta": {
    "pagination": {
      "offset": 0,
      "limit": 10,
      "total": 1
    }
  }
}

Last updated

Was this helpful?