getLog ContextRetrieve log context with authentication.
cluster (in query): string required Name of the cluster.
logIndex (in query): string required Name of the log index (ES index or CK table name).
logId (in query): string required Log ID.
pageSize (in query): integer Number of records per page. For export, 0 means export all.
direction (in query): string Context direction. Either 'before' or 'after'.
200object: Successful log context responseitems: []LogEntrytime: numberTime of the log entry.
node: stringName of the node.
podName: stringName of the pod.
podId: stringIdentifier of the pod.
logData: stringLog data as a JSON string.
logLevel: stringSeverity level of the log.
containerName: stringName of the container.
cluster: stringName of the cluster.
containerId: stringIdentifier of the container.
containerId8: stringShortened container identifier.
@timestamp: stringTimestamp in string format.
namespace: stringNamespace of the log.
project: stringProject associated with the log.
path: stringLog path.
logId: stringUnique identifier of the log.
logType: stringType of the log.
logIndex: stringIndex name for the log.
component: stringComponent related to the log.
product: stringProduct name associated with the log.
workload: stringWorkload details.
getLog Context by ClusterRetrieve log context by cluster with authentication.
cluster (in path): string required Name of the cluster.
logIndex (in query): string required Name of the log index (ES index or CK table name).
logId (in query): string required Log ID.
pageSize (in query): integer Number of records per page. For export, 0 means export all.
direction (in query): string Context direction. Either 'before' or 'after'.
200object: Successful log context responseitems: []LogEntrytime: numberTime of the log entry.
node: stringName of the node.
podName: stringName of the pod.
podId: stringIdentifier of the pod.
logData: stringLog data as a JSON string.
logLevel: stringSeverity level of the log.
containerName: stringName of the container.
cluster: stringName of the cluster.
containerId: stringIdentifier of the container.
containerId8: stringShortened container identifier.
@timestamp: stringTimestamp in string format.
namespace: stringNamespace of the log.
project: stringProject associated with the log.
path: stringLog path.
logId: stringUnique identifier of the log.
logType: stringType of the log.
logIndex: stringIndex name for the log.
component: stringComponent related to the log.
product: stringProduct name associated with the log.
workload: stringWorkload details.
getLog Context by Project, Cluster and NamespaceRetrieve log context within a specific project, cluster, and namespace with authentication.
project (in path): string required Name of the project.
cluster (in path): string required Name of the cluster.
namespace (in path): string required Name of the namespace.
logIndex (in query): string required Name of the log index (ES index or CK table name).
logId (in query): string required Log ID.
pageSize (in query): integer Number of records per page. For export, 0 means export all.
direction (in query): string Context direction. Either 'before' or 'after'.
200object: Successful log context responseitems: []LogEntrytime: numberTime of the log entry.
node: stringName of the node.
podName: stringName of the pod.
podId: stringIdentifier of the pod.
logData: stringLog data as a JSON string.
logLevel: stringSeverity level of the log.
containerName: stringName of the container.
cluster: stringName of the cluster.
containerId: stringIdentifier of the container.
containerId8: stringShortened container identifier.
@timestamp: stringTimestamp in string format.
namespace: stringNamespace of the log.
project: stringProject associated with the log.
path: stringLog path.
logId: stringUnique identifier of the log.
logType: stringType of the log.
logIndex: stringIndex name for the log.
component: stringComponent related to the log.
product: stringProduct name associated with the log.
workload: stringWorkload details.