GraphQueryResponse

data class GraphQueryResponse(val baseQuery: String, val legend: String, val metricName: String)

The graph query to show the volume of data arriving into the workspace over time.

Constructors

Link copied to clipboard
constructor(baseQuery: String, legend: String, metricName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the base query for the graph. The base query is wrapped by Sentinel UI infra with a KQL query, that measures the volume over time.

Link copied to clipboard

Gets or sets the legend for the graph.

Link copied to clipboard

Gets or sets the metric name that the query is checking. For example: 'Total data receive'.