Utility - List only indexed Event Fields

URI

https://164.99.19.131:8443/SentinelRESTServices/util/eventfields/indexed

Supported Methods

GET

This brings back all fields that are indexed (i.e can be searched) for an event.

Authentication

Not required.

URL Parameters

None.

Success Codes

Fault Codes

Sample Request

GET /util/eventfields 
Sample Response for application/xml#lf
Status: 200
<eventFieldBeans>
<eventFields>
<Tag>bgnt</Tag>
<Label>BeginTime</Label>
<Description>The date and time the event started occurring.</Description>
<Type>3</Type>
<Taxonomy>false</Taxonomy>
</eventFields>
<eventFields>
<Tag>port</Tag>
<Label>Collector</Label>
<Description>Name of the Collector that generated this event.</Description>
<Type>1</Type>
<Taxonomy>false</Taxonomy>
</eventFields>

note on above <Type>:

Type/Note
0/Long
1/String
2/Unsigned Long
3/Date
4/UUID
5/IP v4 Address
6/IP v6 Address
7/MAC Address