List of Object Storage Access Keys

Gethttps://api.cdn77.com/v3/object-storage/access-keys

Responses

List of Object Storage Access Keys returned.

Response parameters

  • idstring, format UUIDv4
  • access_keystring
  • created_atstring, format date-time
  • created_bystring, format UUIDv4
  • cluster_idstring, format UUIDv4
  • labelstring
  • notestring
  • policiesarray of objects
  • secretstring
Example of the response
[
  {
    "id": "9880280c-0507-46d1-88f3-71cfee83fa57",
    "access_key": "AICDEFGH123546",
    "created_at": "2024-11-21T14:41:47.007Z",
    "created_by": "9880280c-0507-46d1-88f3-71cfee83fa57",
    "cluster_id": "9880280c-0507-46d1-88f3-71cfee83fa57",
    "label": "Dev Access Key",
    "note": "Key for development",
    "policies": [
      {
        "type": "read",
        "bucket_name": "bucket-dev"
      }
    ],
    "secret": "aIeWrzc2342oiSFQ"
  }
]
Can’t find what you are looking for?