sort
URI parameter, and filter them with the status
parameter.managed
Certificates can have Actions. For type uploaded
Certificates the actions
key will always contain an empty array.curl --location --request GET 'https://api.hetzner.cloud/v1/certificates//actions'
{
"actions": [
{
"command": "issue_certificate",
"error": {
"code": "action_failed",
"message": "Action failed"
},
"finished": "2021-01-30T23:57:00.000Z",
"id": 14,
"progress": 100,
"resources": [
{
"id": 896,
"type": "certificate"
}
],
"started": "2021-01-30T23:55:00.000Z",
"status": "success"
}
]
}