Container as a Service
List API keys
List all API keys in the specified project and region.
get/cloud/v1/caas/keys/{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": [
{
"containers": [
{
"name": "my-container",
"namespace": "space"
}
],
"created_at": "2023-08-22T11:21:00Z",
"description": "my first key",
"expire": "2023-07-31T00:00:00Z",
"name": "my-key",
"source": "cloud",
"status": "Expired"
}
]
}