Avisi cloud logo
Cloud accounts

List cloud credentials for a cloud account.

GET
/api/v1/orgs/{organisationSlug}/cloud-accounts/{cloudAccountIdentity}/credentials

Path Parameters

organisationSlug
Required
string

cloudAccountIdentity
Required
string

Format: "uuid"
curl -X GET "http://localhost:8090/api/v1/orgs/string/cloud-accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/credentials"

Request was successfully processed. The response body contains the requested data.

{
  "totalElements": 0,
  "totalPages": 0,
  "content": [
    {
      "identity": "10a80a7a-1a32-4a74-b592-aa2a4ef691c5",
      "displayName": "string",
      "cloudType": "string",
      "cloudAccountIdentity": "763d6cbd-4c53-4613-bba9-cb8f34de18a7",
      "createdAt": "2019-08-24T14:15:22Z",
      "metadata": {
        "property1": "string",
        "property2": "string"
      },
      "isPrimary": true
    }
  ],
  "number": 0,
  "size": 0,
  "first": true,
  "last": true,
  "sort": [
    {
      "direction": "string",
      "nullHandling": "string",
      "ascending": true,
      "property": "string",
      "ignoreCase": true
    }
  ],
  "numberOfElements": 0,
  "pageable": {
    "offset": 0,
    "sort": [
      {
        "direction": "string",
        "nullHandling": "string",
        "ascending": true,
        "property": "string",
        "ignoreCase": true
      }
    ],
    "paged": true,
    "pageNumber": 0,
    "pageSize": 0,
    "unpaged": true
  },
  "empty": true
}