Get an Elastic Endpoint rule exception list item
Get the details of an Elastic Endpoint exception list item, specified by the id
or item_id
field.
Query parameters
-
Either
id
oritem_id
must be specifiedMinimum length is
1
. -
Either
id
oritem_id
must be specifiedMinimum length is
1
.
Responses
-
Successful response
Hide response attributes Show response attributes object
-
The version id, normally returned by the API when the item was retrieved. Use it ensure updates are done against the latest version.
-
Array of comment fields:
- comment (string): Comments about the exception item.
Hide comments attributes Show comments attributes object
-
A string that does not contain only whitespace characters
Minimum length is
1
. -
Autogenerated date of object creation.
-
A string that does not contain only whitespace characters
Minimum length is
1
. -
A string that does not contain only whitespace characters
Minimum length is
1
. -
Autogenerated date of last object update.
-
A string that does not contain only whitespace characters
Minimum length is
1
.
-
Autogenerated date of object creation.
-
Autogenerated value - user that created object.
-
Describes the exception list.
-
Any of: Security_Endpoint_Exceptions_API_ExceptionListItemEntryMatchobject Security_Endpoint_Exceptions_API_ExceptionListItemEntryMatchAnyobject Security_Endpoint_Exceptions_API_ExceptionListItemEntryListobject Security_Endpoint_Exceptions_API_ExceptionListItemEntryExistsobject Security_Endpoint_Exceptions_API_ExceptionListItemEntryNestedobject Security_Endpoint_Exceptions_API_ExceptionListItemEntryMatchWildcardobject Hide attributes Show attributes
-
A string that does not contain only whitespace characters
Minimum length is
1
. -
Values are
excluded
orincluded
. -
A string that does not contain only whitespace characters
Minimum length is
1
.
Hide attributes Show attributes
-
A string that does not contain only whitespace characters
Minimum length is
1
. -
Values are
excluded
orincluded
. -
A string that does not contain only whitespace characters
At least
1
element. Minimum length of each is1
.
Hide attributes Show attributes
-
A string that does not contain only whitespace characters
Minimum length is
1
. -
Hide list attributes Show list attributes object
-
Value list's identifier.
Minimum length is
1
. -
Specifies the Elasticsearch data type of excludes the list container holds. Some common examples:
keyword
: Many ECS fields are Elasticsearch keywordsip
: IP addressesip_range
: Range of IP addresses (supports IPv4, IPv6, and CIDR notation)
Values are
binary
,boolean
,byte
,date
,date_nanos
,date_range
,double
,double_range
,float
,float_range
,geo_point
,geo_shape
,half_float
,integer
,integer_range
,ip
,ip_range
,keyword
,long
,long_range
,shape
,short
, ortext
.
-
-
Values are
excluded
orincluded
.
Hide attributes Show attributes
-
At least
1
element.One of: Hide attributes Show attributes
-
A string that does not contain only whitespace characters
Minimum length is
1
. -
Values are
excluded
orincluded
. -
Value is
match
. -
A string that does not contain only whitespace characters
Minimum length is
1
.
Hide attributes Show attributes
-
A string that does not contain only whitespace characters
Minimum length is
1
. -
Values are
excluded
orincluded
. -
Value is
match_any
. -
A string that does not contain only whitespace characters
At least
1
element. Minimum length of each is1
.
-
-
A string that does not contain only whitespace characters
Minimum length is
1
.
Hide attributes Show attributes
-
A string that does not contain only whitespace characters
Minimum length is
1
. -
Values are
excluded
orincluded
. -
A string that does not contain only whitespace characters
Minimum length is
1
.
-
-
The exception item’s expiration date, in ISO format. This field is only available for regular exception items, not endpoint exceptions.
-
Exception's identifier.
Minimum length is
1
. -
Human readable string identifier, e.g.
trusted-linux-processes
Minimum length is
1
. -
The exception list's human readable string identifier,
endpoint_list
.Minimum length is
1
. -
Additional properties are allowed.
-
Exception list name.
Minimum length is
1
. -
Determines whether the exception container is available in all Kibana spaces or just the space in which it is created, where:
single
: Only available in the Kibana space in which it is created.agnostic
: Available in all Kibana spaces.
Values are
agnostic
orsingle
. -
Use this field to specify the operating system.
Values are
linux
,macos
, orwindows
. -
String array containing words and phrases to help categorize exception items.
Minimum length of each is
1
. -
Field used in search to ensure all containers are sorted and returned correctly.
-
Value is
simple
. -
Autogenerated date of last object update.
-
Autogenerated value - user that last updated object.
-
-
Invalid input data
-
Unsuccessful authentication
-
Insufficient privileges
-
Endpoint list item not found
-
Internal server error
curl \ --request GET 'https://<KIBANA_URL>/api/endpoint_list/items' \ --header "Authorization: $API_KEY"