curl --request GET \
--url https://api.qovery.com/cluster/{clusterId}/events \
--header 'Authorization: Bearer <token>'{
"results": [
{
"created_at": "2023-11-07T05:31:56Z",
"kind": "<string>",
"namespace": "<string>",
"name": "<string>",
"reason": "<string>",
"message": "<string>",
"type": "<string>",
"reporting_component": "<string>",
"count": 123,
"first_occurrence": "2023-11-07T05:31:56Z",
"last_occurrence": "2023-11-07T05:31:56Z"
}
]
}List Cluster Kubernetes Events
curl --request GET \
--url https://api.qovery.com/cluster/{clusterId}/events \
--header 'Authorization: Bearer <token>'{
"results": [
{
"created_at": "2023-11-07T05:31:56Z",
"kind": "<string>",
"namespace": "<string>",
"name": "<string>",
"reason": "<string>",
"message": "<string>",
"type": "<string>",
"reporting_component": "<string>",
"count": 123,
"first_occurrence": "2023-11-07T05:31:56Z",
"last_occurrence": "2023-11-07T05:31:56Z"
}
]
}JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '
Cluster ID
The start date time to fetch events from, following ISO-8601 format.
The + character must be escaped (%2B)
The end date time to fetch events from, following ISO-8601 format.
The + character must be escaped (%2B)
The name of the node to fetch event from
The name of the pod to fetch event from
The name of the reporting component used to filter events.
List Cluster Kubernetes Events
Show child attributes
Was this page helpful?