cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/object-storage/users/{dataCenterId}/{id} \ --header 'Authorization: <api-key>'
{ "createBy": "<string>", "createTime": "2023-11-07T05:31:56Z", "dataCenterId": "<string>", "id": "<string>", "keys": [ { "accessKey": "<string>", "secretKey": "<string>" } ], "projectId": "<string>" }
Retrieves the details of an object storage user.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes
Was this page helpful?