Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project id
Examples:
1
Region id
Examples:
1
Key name
Examples:
"key-name"
Response
200 - application/json
OK
List of containers using key
Examples:
[
{
"name": "my-container",
"namespace": "space"
}
]
Key starts to work
Examples:
"2023-08-22T11:21:00Z"
Key description
Examples:
"my first key"
Key expires at
Examples:
"2023-07-31T00:00:00Z"
Set to true if key is disabled
Examples:
false
Key name
Examples:
"my-key"
Source of the apikey, can be 'cloud' or 'iate'
Examples:
"cloud"
Key status
Examples:
"Expired"