v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01169142751.2 KB
Cloud Accounts

Get cloud accounts

Gets a list of all configured cloud accounts.

get/v1/cloud-accounts

Response

OK

accountIdinteger
linksobject[]

Example response

{
  "accountId": 40131,
  "cloudAccounts": [
    {
      "id": 1,
      "name": "Redis Internal Resources",
      "provider": "AWS",
      "status": "active",
      "links": []
    },
    {
      "id": 2,
      "name": "CAPI User ",
      "provider": "AWS",
      "status": "active",
      "accessKeyId": "A***A",
      "links": []
    },
    {
      "id": 3,
      "name": "API Cloud account",
      "provider": "AWS",
      "status": "active",
      "accessKeyId": "A***4",
      "links": []
    }
  ],
  "links": [
    {
      "rel": "self",
      "href": "https://api-cloudapi.qa.redislabs.com/v1/cloud-accounts",
      "type": "GET"
    }
  ]
}