Cloud Accounts
Get cloud accounts
Gets a list of all configured cloud accounts.
get/v1/cloud-accounts
Response
OK
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"
}
]
}