Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
object-storage
/
session-key
/
{dataCenterId}
Get an object storage session key
curl --request GET \
  --url https://rest.compute.cudo.org/v1/projects/{projectId}/object-storage/session-key/{dataCenterId} \
  --header 'Authorization: <api-key>'
{
  "accessKey": "<string>",
  "endpoint": "<string>",
  "secretKey": "<string>",
  "sessionName": "<string>",
  "sessionToken": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

projectId
string
required
dataCenterId
string
required

Response

A successful response.

accessKey
string
endpoint
string
secretKey
string
sessionName
string
sessionToken
string