QueryDefinitionState
Query definition state associated with this widget
Properties
List of aggregation functions associated with the query
ID of the content pack that provided this query definition
Detailed description of the query
System internal field
System internal field
System internal field
System internal field
System internal field
System internal field
System internal field
System internal field
System internal field
System internal field
Indicates whether the query should be used to annotate log messages
Indicates whether the query should be displayed in search results
Short name to describe the query
List of relation functions associated with the query
Source of the query document creation
Possible values are: USER_DEFINED
Name of the content pack that provided this query definition
Set of tenant links associated with the query. This is an internal field
A URL that links to additional information and other recommended approaches for fixing the issue)
JSON Example
{
"aggregationFunctions": [
{
"fieldName": "string",
"functionName": "COUNT"
}
],
"annotation": false,
"constraints": {
"constraints": "QueryConstraint Object",
"fieldName": "string",
"operator": "AND",
"tags": [
"string"
],
"value": "string"
},
"contentPackId": "string",
"description": "string",
"documentAuthPrincipalLink": "string",
"documentDescription": {
"description": "string",
"documentIndexingOptions": [
"INDEX_METADATA"
],
"name": "string",
"propertyDescriptions": {
"key": {
"elementDescription": "PropertyDescription Object",
"enumValues": [
"string"
],
"exampleValue": {},
"indexingOptions": [
"EXPAND"
],
"kind": "string",
"propertyDocumentation": "string",
"typeName": "LONG",
"usageOptions": [
"SINGLE_ASSIGNMENT"
]
}
},
"serializedStateSizeLimit": 0,
"serviceCapabilities": [
"INSTRUMENTATION"
],
"serviceRequestRoutes": {
"key": {
"action": "GET",
"description": "string",
"handler": {},
"matcher": {},
"parameters": [
{
"description": "string",
"name": "string",
"paramDef": "QUERY",
"required": false,
"type": "string",
"value": "string"
}
],
"path": "string",
"supportLevel": "NOT_SUPPORTED"
}
},
"userInterfaceResourcePath": "string",
"versionRetentionFloor": 0,
"versionRetentionLimit": 0
},
"documentEpoch": 0,
"documentExpirationTimeMicros": 0,
"documentKind": "string",
"documentOwner": "string",
"documentSelfLink": "string",
"documentSourceLink": "string",
"documentTransactionId": "string",
"documentUpdateAction": "string",
"documentUpdateTimeMicros": 0,
"documentVersion": 0,
"groupByTerms": [
{
"fieldName": "string",
"groupByType": "EACH_VALUE"
}
],
"isAnnotation": false,
"isSearchable": false,
"name": "string",
"relationFunctions": [
{
"relationName": "string",
"relationType": "LOGS",
"shardInfo": {
"key": "string"
}
}
],
"searchable": false,
"source": "USER_DEFINED",
"sourceName": "string",
"tenantLinks": [
"string"
],
"url": "string",
"widget": {
"analysisFunctions": [
{
"name": "INFLECTION",
"parameters": {
"key": "string"
}
}
],
"visualization": {
"options": {
"key": "string"
},
"type": "AREA"
},
"widgetType": "CHART"
}
}
Property Of
DashboardWidget