SearchLabels
SearchLabels - Activate
Activates the search label with given id.
POST
https://api-server-host-name/configapi/%7Bpool_UUID%7D/%7Blogpoint_identifier%7D/SearchLabels/%7Bid%7D/activateParameters
id
-
String
Existing search label ID. Mandatory Field
Request Example
{
"data": {}
}Success Response
{
"status": "Success",
"message": "/monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}SearchLabels - Create
Creates a new search label in a Fabric-enabled LogPoint.
POST
Parameters
package_id
Package
String
ID of the label package. Obtain the value of the required Label Package id using LabelPackages - List API. Mandatory Field
search_label
List of Labels
[String]
List of the labels. Mandatory Field
search_query
Search Query
String
Complete and valid Query or value can contain the name of the existing Macros inside ``. Optional Field
Request Example
Success Response
SearchLabels - Deactivate
Deactivates the search label with given id.
POST
Parameters
id
-
String
Existing search label ID. Mandatory Field
Request Example
Success Response
SearchLabels - Edit
Edits the search label with given ID in a Fabric-enabled LogPoint.
PUT
Parameters
id
-
String
Existing Search Label id. Obtain the value of the required Search Label id using SearchLabels - List API. Mandatory Field
search_label
List of Labels
[String]
List of the labels. Mandatory Field
search_query
Search Query
String
Complete and valid Query or value can contain the name of the existing Macros inside ``. Optional Field
Request Example
Success Response
SearchLabels - Trash
Removes the search label with given ID.
DELETE
Parameters
id
-
String
ID of the existing search label that you want to delete. Mandatory Field
Success Response
Last updated
Was this helpful?