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
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"
}
]
}