get
Log AggregationAggregate logs into buckets for chart display with authentication.
buckets
(in query): integer
Number of buckets for aggregation. Default is 30.
start
(in query): number
requiredStart time of the time range.
end
(in query): number
requiredEnd time of the time range.
cluster
(in query): string
requiredName 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.
200
object
: Successful aggregation responsebuckets
: []Bucket
time
: number
count
: integer
get
Log Aggregation by ClusterAggregate logs by cluster into buckets with authentication.
cluster
(in path): string
requiredName of the cluster.
buckets
(in query): integer
Number of buckets for aggregation. Default is 30.
start
(in query): number
requiredStart time of the time range.
end
(in query): number
requiredEnd time of the time range.
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.
200
object
: Successful aggregation responsebuckets
: []Bucket
time
: number
count
: integer
get
Log Aggregation by Project, Cluster and NamespaceAggregate logs within a specific project, cluster, and namespace into buckets with authentication.
project
(in path): string
requiredName of the project.
cluster
(in path): string
requiredName of the cluster.
namespace
(in path): string
requiredName of the namespace.
buckets
(in query): integer
Number of buckets for aggregation. Default is 30.
start
(in query): number
requiredStart time of the time range.
end
(in query): number
requiredEnd time of the time range.
logType
(in query): string
Type of log. Options: system, platform, kubernetes, workload. Default is workload.
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.
200
object
: Successful aggregation responsebuckets
: []Bucket
time
: number
count
: integer