cURL
curl --request POST \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/object-storage/users/{dataCenterId} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "keys": [ { "accessKey": "<string>", "secretKey": "<string>" } ] }'
{ "createBy": "<string>", "createTime": "2023-11-07T05:31:56Z", "dataCenterId": "<string>", "id": "<string>", "keys": [ { "accessKey": "<string>", "secretKey": "<string>" } ], "projectId": "<string>" }
Creates a new object storage user.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Create object storage user params
Show child attributes
A successful response.
Was this page helpful?