Create Saved Traces Search Group
Create a search group
Request
URI
POST
https://{api_host}/api/v2/savedtracessearchgroup
COPY
Request Body
SavedTracesSearchGroup of type(s) application/json
Optional
{
"name": "string",
"id": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"searchFilters": [
"string"
],
"creatorId": "string",
"updaterId": "string"
}
string
name
Required
Name of the search group
string
id
Optional
id
integer As int64 As int64
createdEpochMillis
Optional
createdEpochMillis
integer As int64 As int64
updatedEpochMillis
Optional
updatedEpochMillis
array of string
searchFilters
Optional
searchFilters
string
creatorId
Optional
creatorId
string
updaterId
Optional
updaterId
Responses
200
successful operation
Returns ResponseContainerSavedTracesSearchGroup of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"name": "string",
"id": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"searchFilters": [
"string"
],
"creatorId": "string",
"updaterId": "string"
}
}
Saved Traces Search Group Operations
POST
Add Saved Traces Search To Group
POST
Create Saved Traces Search Group
DELETE
Delete Saved Traces Search Group
GET
Get All Saved Traces Search Group
GET
Get Saved Traces Searches For Group
GET
Get Saved Traces Search Group
POST
Remove Saved Traces Search From Group
PUT
Update Saved Traces Search Group