getRetrieve Kubernetes eventsRetrieve the k8s events using query parameters.
start_time (in query): number required Required: Unix timestamp for start time.
end_time (in query): number required Required: Unix timestamp for end time.
cluster (in query): string required Required: Name of the Kubernetes cluster.
pageno (in query): number Optional: Page number to retrieve.
size (in query): number Optional: Page size, defaults to 30.
project (in query): string Optional: Name of the project.
namespace (in query): string Optional: Event's namespace. Use comma-separated values for multiple namespaces.
kind (in query): string Optional: Event related resource kind. Use comma-separated values for multiple kinds.
name (in query): string Optional: Filter events by name (fuzzy matching).
filters (in query): string Optional: Custom filters.
type (in query): string Optional: Event type (e.g. Normal, Warning, etc.).
200EventsResponse: Successful retrieval of events.items: []EventItemList of event items.
total_items: integerTotal number of event items.
total_page: integerTotal number of pages.
spec: objectSpecification details for the event.
detail: objectDetailed event information.
cluster_name: stringName of the cluster.
cluster_uuid: stringUnique identifier for the cluster.
event: objectEvent data.
count: integerNumber of times the event has occurred.
firstTimestamp: stringTime when the event first occurred.
lastTimestamp: stringTime when the event last occurred.
message: stringEvent message.
reason: stringReason for the event.
source: objectSource of the event.
component: stringComponent that generated the event.
type: stringEvent type (e.g. Normal, Warning).
involvedObject: objectThe object involved in the event.
apiVersion: stringkind: stringname: stringnamespace: stringresourceVersion: stringuid: stringUnique identifier of the object.
metadata: objectMetadata of the event.
creationTimestamp: stringCreation time of the event record.
name: stringnamespace: stringresourceVersion: stringselfLink: stringuid: stringoperation: stringOperation that caused the event.
operator: stringOperator that performed the operation.
source: stringSource of the event (e.g. kubernetes).
log_level: integerLog level for the event.
resource_id: stringResource identifier for the event.
resource_type: stringType of the resource (e.g. Pod).
time: numberTimestamp of the event occurrence.
getRetrieve Kubernetes events for a specific project and namespaceRetrieve the k8s events with a business view. For these requests, the cluster, project, and namespace fields must be provided.
projectName (in path): string required Required: Name of the project.
clusterName (in path): string required Required: Name of the cluster.
namespace (in path): string required Required: Namespace for the events.
start_time (in query): number required Required: Unix timestamp for start time.
end_time (in query): number required Required: Unix timestamp for end time.
cluster (in query): string required Required: Name of the Kubernetes cluster.
pageno (in query): number Optional: Page number to retrieve.
size (in query): number Optional: Page size, defaults to 30.
kind (in query): string Optional: Event related resource kind. Use comma-separated values for multiple kinds.
name (in query): string Optional: Filter events by name (fuzzy matching).
filters (in query): string Optional: Custom filters.
type (in query): string Optional: Event type (e.g. Normal, Warning, etc.).
200EventsResponse: Successful retrieval of events.items: []EventItemList of event items.
total_items: integerTotal number of event items.
total_page: integerTotal number of pages.
spec: objectSpecification details for the event.
detail: objectDetailed event information.
cluster_name: stringName of the cluster.
cluster_uuid: stringUnique identifier for the cluster.
event: objectEvent data.
count: integerNumber of times the event has occurred.
firstTimestamp: stringTime when the event first occurred.
lastTimestamp: stringTime when the event last occurred.
message: stringEvent message.
reason: stringReason for the event.
source: objectSource of the event.
component: stringComponent that generated the event.
type: stringEvent type (e.g. Normal, Warning).
involvedObject: objectThe object involved in the event.
apiVersion: stringkind: stringname: stringnamespace: stringresourceVersion: stringuid: stringUnique identifier of the object.
metadata: objectMetadata of the event.
creationTimestamp: stringCreation time of the event record.
name: stringnamespace: stringresourceVersion: stringselfLink: stringuid: stringoperation: stringOperation that caused the event.
operator: stringOperator that performed the operation.
source: stringSource of the event (e.g. kubernetes).
log_level: integerLog level for the event.
resource_id: stringResource identifier for the event.
resource_type: stringType of the resource (e.g. Pod).
time: numberTimestamp of the event occurrence.