Perform Event Search
POST/search/event
Returns the results of an RQL audit event query. You can use event queries to detect and investigate console and API access, monitor privileged activities, and detect account compromise and unusual user behavior in your cloud environment.
Request
- application/json; charset=UTF-8
Body
required
Audit event search parameters model
- Array [
- ]
- Array [
- ]
timeRange object
Model for TimeRangeConfig
Possible values: [relative
]
Time type
value object
Model for RelativeTimeDuration
Possible values: [minute
, hour
, day
, week
, month
, year
]
Time unit
Number of time units
Group By parameters
filters object[]
Filters
Name
Value
Possible values: [=
]
Operator
Alert ID
sort object[]
Sort Fields
Possible values: [ID
, TIME
, OPERATION
, CLOUD_SERVICE
, CRUD
, USER
, CLOUD_ACCOUNT
, CLOUD_REGION
, TIMESTAMP
]
Possible values: [asc
, desc
]
Direction
Limit
Search ID
RQL query
Responses
- 200
- 400
- 404
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- ]
Group By
filters object[]
View Order
Name
Value
Possible values: [=
]
Operator
Time Granularity
Alert ID
Possible values: [aws
, azure
, gcp
, alibaba_cloud
, oci
]
Cloud Type
Search ID
Search Name
Search Description
Possible values: [network
, audit_event
, config
, asset
]
Search Type
Async Result Url
Search Exists
timeRange objectrequired
Model for TimeRangeConfig
Possible values: [relative
]
Time type
value object
Model for RelativeTimeDuration
Possible values: [minute
, hour
, day
, week
, month
, year
]
Time unit
Number of time units
RQL Query
Cursor
data object
items object[]
Possible values: [UNKNOWN
, CREATE
, READ
, UPDATE
, DELETE
, LOGIN
, TEST
, AUDITD
]
rawEvent object
objects object[]
Account
Region
VCP
Resource
Resource type
Insertion timestamp
Possible values: [ALL
, AWS
, AZURE
, GCP
, ALIBABA_CLOUD
, OCI
, OTHER
, IBM
]
Cloud type
Resource API name
Resource API ID
Possible values: [AWS_OTHER
, AZURE_OTHER
, GCP_OTHER
, AWS_IAM_USER
, AWS_ROOT
, AWS_ASSUMED_ROLE
, AWS_ROLE
, GCP_USER
, GCP_SERVICE_ACCOUNT
, AZURE_AD_USER
, AZURE_APPLICATION
, AWS_ACCOUNT
, AWS_SERVICE
, AWS_FEDERATED_USER
, AWS_SAML_USER
, AWS_WEB_IDENTITY_USER
, AWS_DIRECTORY
]
userAgentOs object
userAgentBrowser object
dynamicData object
property name* object
true = Is Async
{
"groupBy": [
"string"
],
"filters": [
{
"name": "string",
"value": "string",
"operator": "="
}
],
"timeGranularity": "string",
"alertId": "string",
"cloudType": "aws",
"id": "string",
"name": "string",
"description": "string",
"searchType": "network",
"asyncResultUrl": "/search/config/jobs/2df49d4f72e842b582b123bc2b7826b3/download",
"saved": true,
"timeRange": {
"type": "relative",
"value": {
"unit": "minute",
"amount": 0
}
},
"query": "string",
"cursor": 0,
"data": {
"totalRows": 0,
"items": [
{
"account": "string",
"regionId": 0,
"regionApiIdentifier": "string",
"eventTs": 0,
"ingestionTs": 0,
"subject": "string",
"type": "UNKNOWN",
"source": "string",
"name": "string",
"id": 0,
"rawEvent": {},
"objects": [
{
"account": "string",
"region": "string",
"vpc": "string",
"resource": "string",
"type": "string",
"insert_ts": 0,
"cloudType": "ALL",
"apiName": "string",
"resourceApiId": 0
}
],
"ip": "string",
"accessKey": "string",
"anomalyId": "string",
"accessKeyUsed": true,
"subjectType": "AWS_OTHER",
"role": "string",
"reasonIds": [
0
],
"flaggedFeature": "string",
"cityId": 0,
"cityName": "string",
"stateId": 0,
"stateName": "string",
"countryId": 0,
"countryName": "string",
"cityLatitude": 0,
"cityLongitude": 0,
"timezone": "string",
"success": true,
"internal": true,
"userAgentOs": {
"id": 0,
"name": "string",
"hash": 0
},
"userAgentBrowser": {
"id": 0,
"name": "string",
"hash": 0
},
"dynamicData": {},
"location": "string",
"os": "string",
"notPersisted": true,
"browser": "string",
"accountName": "string",
"regionName": "string"
}
],
"dynamicColumns": [
"string"
],
"nextPageToken": "string",
"infoMsg": "string",
"sortAllowedColumns": [
"string"
]
},
"default": true,
"async": true
}
conflict_saved_search
not_found