Monitoring & Collection/Logging
GETLoggingSince 1.0SynchronousAuth Required
GetK8sComponentLogs
Retrieve recent logs from a specific Kubernetes control-plane component
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
componentStringRequiredKubernetes control-plane component name to retrieve logs from
Query Parameters
tailIntegerNumber of most recent log lines to return Number of most recent log lines to return
Example: 0
Responses
Endpoint
GET/api/v1/logging/k8s-control-plane/{component}/logs
/api/v1/logging/k8s-control-plane/{component}/logs
Request Example
curl -X GET '{host}/api/v1/logging/k8s-control-plane/{component}/logs' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
