getLog SearchSearch logs with authentication.
start (in query): number required Start time of the time range.
end (in query): number required End time of the time range.
page (in query): integer required Page number for the query results.
pageSize (in query): integer Number of records per page. For export, 0 means export all.
ascending (in query): boolean Sort order. Default is false (descending).
cluster (in query): string required Name of the cluster.
logType (in query): string Type of log. Options: system, platform, kubernetes, workload. Default is workload.
projects (in query): string Project names for application logs, comma separated.
namespaces (in query): string Namespace names for application logs, comma separated.
workloads (in query): string Workload type and name pairs for application logs, e.g., Deployment:lanaya. Multiple values separated by commas.
podNames (in query): string Pod names, comma separated.
containerNames (in query): string Container names, comma separated.
nodes (in query): string Node names, comma separated.
paths (in query): string Path names, comma separated.
products (in query): string Product names for product logs, comma separated.
components (in query): string Component names for product logs or Kubernetes logs, comma separated.
query (in query): string Query keywords, supports AND, OR, and escape with backslash.
200object: Successful log search 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 Search by ClusterSearch logs by cluster with authentication.
cluster (in path): string required Name of the cluster.
start (in query): number required Start time of the time range.
end (in query): number required End time of the time range.
page (in query): integer required Page number for the query results.
pageSize (in query): integer Number of records per page. For export, 0 means export all.
ascending (in query): boolean Sort order. Default is false (descending).
logType (in query): string Type of log. Options: system, platform, kubernetes, workload. Default is workload.
projects (in query): string Project names for application logs, comma separated.
namespaces (in query): string Namespace names for application logs, comma separated.
workloads (in query): string Workload type and name pairs for application logs, e.g., Deployment:lanaya. Multiple values separated by commas.
podNames (in query): string Pod names, comma separated.
containerNames (in query): string Container names, comma separated.
nodes (in query): string Node names, comma separated.
paths (in query): string Path names, comma separated.
products (in query): string Product names for product logs, comma separated.
components (in query): string Component names for product logs or Kubernetes logs, comma separated.
query (in query): string Query keywords, supports AND, OR, and escape with backslash.
200object: Successful log search 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 Search by Project, Cluster and NamespaceSearch logs 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.
start (in query): number required Start time of the time range.
end (in query): number required End time of the time range.
page (in query): integer required Page number for the query results.
pageSize (in query): integer Number of records per page. For export, 0 means export all.
ascending (in query): boolean Sort order. Default is false (descending).
logType (in query): string Type of log. Options: system, platform, kubernetes, workload. Default is workload.
projects (in query): string Project names for application logs, comma separated.
workloads (in query): string Workload type and name pairs for application logs, e.g., Deployment:lanaya. Multiple values separated by commas.
podNames (in query): string Pod names, comma separated.
containerNames (in query): string Container names, comma separated.
namespaces (in query): string Namespace names for application logs, comma separated.
nodes (in query): string Node names, comma separated.
paths (in query): string Path names, comma separated.
products (in query): string Product names for product logs, comma separated.
components (in query): string Component names for product logs or Kubernetes logs, comma separated.
query (in query): string Query keywords, supports AND, OR, and escape with backslash.
200object: Successful log search 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.