Secrets
List secrets
get/cloud/v1/secrets/{project_id}/{region_id}
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
region_idinteger required
Region ID
Example:1
Region ID
Query parameters
limitinteger
Optional. Limit the number of returned items
Example:1000
Optional. Limit the number of returned items
offsetinteger
Optional. Offset value is used to exclude the first set of records from the result
Optional. Offset value is used to exclude the first set of records from the result
Response
OK
Example response
{
"count": 1,
"results": [
{
"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"
}
]
}