Search Report Event Entities

Search Report Event Entities

Search over a customer's events

Request
URI
POST
https://{api_host}/api/v2/search/event
COPY
Request Body
EventSearchRequest of type(s) application/json
Optional
{
    "cursor": "string",
    "limit": 100,
    "query": [
        {
            "key": "string",
            "value": "string",
            "values": [
                "string"
            ],
            "matchingMethod": "string",
            "negated": false,
            "start": 0,
            "end": 0
        }
    ],
    "timeRange": {
        "earliestStartTimeEpochMillis": 0,
        "latestStartTimeEpochMillis": 0
    },
    "relatedEventTimeRange": {
        "earliestStartTimeEpochMillis": 0,
        "latestStartTimeEpochMillis": 0
    },
    "sortTimeAscending": false,
    "sortScoreMethod": "string"
}
string
cursor
Optional

The id (exclusive) from which search results resume returning. Users should supply an entity 'id' to this property. Its main purpose is to resume where a previous search left off because of the 'limit' parameter. If a user supplies the last id in a set of results to cursor, while keeping the query the same, the system will return the next page of results

integer As int32 As int32
limit
Optional

The number of results to return. Default: 100

query
Optional

A list of queries by which to limit the search results

timeRange
Optional

timeRange

relatedEventTimeRange
Optional

relatedEventTimeRange

boolean
sortTimeAscending
Optional

Whether to sort event results ascending in start time. Default: false

string
sortScoreMethod
Optional

Whether to sort events on similarity score : {NONE, SCORE_ASC, SCORE_DES}. Default: NONE. If sortScoreMethod is set to SCORE_ASC or SCORE_DES, it will override time sort

Possible values are : SCORE_ASC, SCORE_DES, NONE,
Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerPagedEvent of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": {
        "items": [
            {
                "computedHlps": [
                    {
                        "severity": "string",
                        "host": "string",
                        "startTime": 0,
                        "label": "string",
                        "observed": 0,
                        "firing": 0
                    }
                ],
                "table": "string",
                "name": "string",
                "id": "string",
                "startTime": 0,
                "endTime": 0,
                "createdEpochMillis": 0,
                "updatedEpochMillis": 0,
                "tags": [
                    "string"
                ],
                "metricsUsed": [
                    "string"
                ],
                "createdAt": 0,
                "hosts": [
                    "string"
                ],
                "summarizedEvents": 0,
                "alertTags": [
                    "string"
                ],
                "isUserEvent": false,
                "isEphemeral": false,
                "creatorId": "string",
                "updaterId": "string",
                "updatedAt": 0,
                "runningState": "string",
                "canDelete": false,
                "canClose": false,
                "creatorType": [
                    "string"
                ]
            }
        ],
        "offset": 0,
        "limit": 0,
        "cursor": "string",
        "totalItems": 0,
        "moreItems": false,
        "sort": {
            "ascending": false,
            "field": "string",
            "default": false
        }
    }
}
status
Required

status

response
Optional

response


Search Operations
POST
Search Account Entities
POST
Search Account For Facet
POST
Search Account For Facets
POST
Search Alert Deleted Entities
POST
Search Alert Deleted For Facet
POST
Search Alert Deleted For Facets
POST
Search Alert Entities
POST
Search Alert For Facet
POST
Search Alert For Facets
POST
Search Cloud Integration Deleted Entities
POST
Search Cloud Integration Deleted For Facet
POST
Search Cloud Integration Deleted For Facets
POST
Search Cloud Integration Entities
POST
Search Cloud Integration For Facet
POST
Search Cloud Integration For Facets
POST
Search Dashboard Deleted Entities
POST
Search Dashboard Deleted For Facet
POST
Search Dashboard Deleted For Facets
POST
Search Dashboard Entities
POST
Search Dashboard For Facet
POST
Search Dashboard For Facets
POST
Search External Link Entities
POST
Search External Links For Facet
POST
Search External Links For Facets
POST
Search Ingestion Policy Entities
POST
Search Ingestion Policy For Facet
POST
Search Ingestion Policy For Facets
POST
Search Maintenance Window Entities
POST
Search Maintenance Window For Facet
POST
Search Maintenance Window For Facets
POST
Search Monitored Application Entities
POST
Search Monitored Application For Facet
POST
Search Monitored Application For Facets
POST
Search Monitored Service Entities
POST
Search Monitored Service For Facet
POST
Search Monitored Service For Facets
POST
Search Notficant For Facets
POST
Search Notificant Entities
POST
Search Notificant For Facet
POST
Search Proxy Deleted Entities
POST
Search Proxy Deleted For Facet
POST
Search Proxy Deleted For Facets
POST
Search Proxy Entities
POST
Search Proxy For Facet
POST
Search Proxy For Facets
POST
Search Registered Query Deleted Entities
POST
Search Registered Query Deleted For Facet
POST
Search Registered Query Deleted For Facets
POST
Search Registered Query Entities
POST
Search Registered Query For Facet
POST
Search Registered Query For Facets
POST
Search Related Report Event Anomaly Entities
POST
Search Related Report Event Entities
POST
Search Report Event Entities
POST
Search Report Event For Facet
POST
Search Report Event For Facets
POST
Search Role Entities
POST
Search Role For Facet
POST
Search Role For Facets
POST
Search Saved App Map Entities
POST
Search Saved App Map For Facet
POST
Search Saved App Map For Facets
POST
Search Saved Traces Entities
POST
Search Service Account Entities
POST
Search Service Account For Facet
POST
Search Service Account For Facets
POST
Search Span Sampling Policy Deleted Entities
POST
Search Span Sampling Policy Deleted For Facet
POST
Search Span Sampling Policy Deleted For Facets
POST
Search Span Sampling Policy Entities
POST
Search Span Sampling Policy For Facet
POST
Search Span Sampling Policy For Facets
POST
Search Tagged Source Entities
POST
Search Tagged Source For Facet
POST
Search Tagged Source For Facets
POST
Search Token Entities
POST
Search Token For Facet
POST
Search Token For Facets
POST
Search Traces Map For Facet
POST
Search Traces Map For Facets
POST
Search User Entities
POST
Search User For Facet
POST
Search User For Facets
POST
Search User Group Entities
POST
Search User Group For Facet
POST
Search User Group For Facets
POST
Search Web Hook Entities
POST
Search Web Hook For Facet
POST
Search Webhook For Facets