Utility - Get Event Field by Tag

URI

https://164.99.19.131:8443/SentinelRESTServices/util/eventfields/{tag}

Supported Methods

GET

This brings back details on a single event field passing the field Tag.

Authentication

Not required.

URL Parameters

None.

Success Codes

Fault Codes

Sample Request

GET /util/eventfields/id
Sample Response for application/xml
Status: 200
<eventFields>
<Tag>id</Tag>
<Label>EventID</Label>
<Description>Unique identifier for this event.</Description>
<Type>4</Type>
<Taxonomy>false</Taxonomy>
</eventFields>

note on above <Type>:

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