v51

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

Get a single cloud account

Gets details on a single cloud account.

get/v1/cloud-accounts/{cloudAccountId}

Path parameters

cloudAccountIdinteger required

Cloud Account Id

Response

OK

idinteger
namestring
statusstring
accessKeyIdstring
signInLoginUrlstring
awsUserArnstring
awsConsoleRoleArnstring
linksobject[]
provider'AWS' | 'GCP'

Example response

{
  "id": 1,
  "name": "Redis Internal Resources",
  "provider": "AWS",
  "status": "active",
  "links": [
    {
      "rel": "self",
      "href": "https://api-cloudapi.qa.redislabs.com/v1/cloud-accounts/1",
      "type": "GET"
    }
  ]
}