Skip to main content
GET
/
api
/
v1
/
objectstorageendpoints
/
{objectStorageEndpointID}
/
accesskeys
/
{objectStorageAccessKeyID}
Get endpoint access key
curl --request GET \
  --url https://api.example.com/api/v1/objectstorageendpoints/{objectStorageEndpointID}/accesskeys/{objectStorageAccessKeyID} \
  --header 'Authorization: Bearer <token>'
{
  "metadata": {
    "id": "4c1de9c4-8d6c-4b32-8413-42e0b070d5d4",
    "name": "bucket-admin-key",
    "organizationId": "9a8c6370-4065-4d4a-9da0-7678df40cd9d",
    "projectId": "e36c058a-8eba-4f5b-91f4-f6ffb983795c",
    "creationTime": "2024-05-31T14:11:00Z",
    "createdBy": "john.doe@acme.com",
    "provisioningStatus": "provisioned",
    "healthStatus": "healthy"
  },
  "spec": {
    "identityPolicy": "bucket-admin",
    "accessKeyId": "AKIAIOSFODNN7EXAMPLE"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.nscale.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Operation requires OAuth 2.0 bearer token authentication.

Path Parameters

objectStorageEndpointID
string
required

The object storage endpoint unique identifier. A Kubernetes name. Must be a valid DNS containing only lower case characters, numbers or hyphens, start and end with a character or number, and be at most 63 characters in length.

Required string length: 1 - 63
objectStorageAccessKeyID
string
required

The object storage access key unique identifier. A Kubernetes name. Must be a valid DNS containing only lower case characters, numbers or hyphens, start and end with a character or number, and be at most 63 characters in length.

Required string length: 1 - 63

Response

An object storage access key for an object storage endpoint.

An object storage access key associated with an object storage endpoint.

metadata
object
required

Metadata required by project scoped resource reads.

spec
object
required

An object storage access key specification.