Validates the given query for Search Label.
POST
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/Query/validateLabelQuery
Parameter
Field |
Label in UI |
Type |
Description |
|---|---|---|---|
query |
Query |
String |
Query to validate. Mandatory Field |
Request Example
{
"data": {
"query": "user=john"
}
}
Success Response
{
"status": "Success",
"message": "/monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}
Validates the given query.
POST
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/Query/validate
Parameter
Field |
Label in UI |
Type |
Description |
|---|---|---|---|
query |
Query |
String |
Query to validate. Mandatory Field |
Request Example
{
"data": {
"query": "user=john"
}
}
Success Response
{
"status": "Success",
"message": "/monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}
We are glad this guide helped.
Please don't include any personal information in your comment
Contact Support