Create Saved Traces Search
Create a search
Request
URI
POST
https://{api_host}/api/v2/savedtracessearch
COPY
Request Body
SavedTracesSearch of type(s) application/json
Optional
{
"name": "string",
"id": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"searchFilters": {
"filters": [
{
"filterType": "string",
"values": {
"stringValue": "string",
"arrayValue": [
"string"
],
"logicalValue": [
[
{}
]
]
}
}
],
"query": "string"
},
"deleted": false,
"creatorId": "string",
"updaterId": "string"
}
string
name
Optional
Name of the search
string
id
Optional
id
integer As int64 As int64
createdEpochMillis
Optional
createdEpochMillis
integer As int64 As int64
updatedEpochMillis
Optional
updatedEpochMillis
boolean
deleted
Optional
deleted
string
creatorId
Optional
creatorId
string
updaterId
Optional
updaterId
Responses
200
successful operation
Returns ResponseContainerSavedTracesSearch of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"name": "string",
"id": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"searchFilters": {
"filters": [
{
"filterType": "string",
"values": {
"stringValue": "string",
"arrayValue": [
"string"
],
"logicalValue": [
[
{}
]
]
}
}
],
"query": "string"
},
"deleted": false,
"creatorId": "string",
"updaterId": "string"
}
}
Saved Traces Search Operations
POST
Create Saved Traces Search
POST
Default App Map Search
POST
Default Customer Traces Search
GET
Default Traces Search
DELETE
Delete Saved Traces Search
DELETE
Delete Saved Traces Search For User
GET
Get All Saved Traces Searches
GET
Get All Saved Traces Searches For User
GET
Get Saved Traces Search
PUT
Update Saved Traces Search
PUT
Update Saved Traces Search For User