Create Recent Traces Search
Create a search
Request
URI
POST
https://{api_host}/api/v2/recenttracessearch
COPY
Request Body
Example Body:
{ "searchFilters": { "filters": [ { "filterType": "OPERATION", "values": { "logicalValue": [ [ "beachshirts.", "shopping.", "'*" ] ] } } ] } }
RecentTracesSearch
of type(s)
application/json
Optional
{
"id": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"searchFilters": {
"filters": [
{
"filterType": "string",
"values": {
"stringValue": "string",
"arrayValue": [
"string"
],
"logicalValue": [
[
{}
]
]
}
}
],
"query": "string"
},
"creatorId": "string",
"updaterId": "string"
}
string
id
Optional
id
integer As int64
As int64
createdEpochMillis
Optional
createdEpochMillis
integer As int64
As int64
updatedEpochMillis
Optional
updatedEpochMillis
string
creatorId
Optional
creatorId
string
updaterId
Optional
updaterId
Responses
200
successful operation
Returns
ResponseContainerRecentTracesSearch
of type(s)
application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"id": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"searchFilters": {
"filters": [
{
"filterType": "string",
"values": {
"stringValue": "string",
"arrayValue": [
"string"
],
"logicalValue": [
[
{}
]
]
}
}
],
"query": "string"
},
"creatorId": "string",
"updaterId": "string"
}
}
Recent Traces Search Operations
POST
Create Recent Traces Search
GET
Get All Recent Traces Searches
GET
Get Recent Traces Search