Secrets
Get secret
get/cloud/v1/secrets/{project_id}/{region_id}/{secret_id}
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
region_idinteger required
Region ID
Example:1
Region ID
secret_idstring uuid4 required
Secret ID
Example:bfc7824b-31b6-4a28-a0c4-7df137139215
Secret ID
Response
OK
Example response
{
"algorithm": "aes",
"bit_length": 256,
"content_types": {
"default": "application/octet-stream"
},
"created": "2023-03-23T20:00:00+00:00",
"expiration": "2023-06-23T20:00:00+00:00",
"id": "bfc7824b-31b6-4a28-a0c4-7df137139215",
"mode": "cbc",
"name": "AES key",
"status": "ACTIVE"
}