CorrelatedEvents - CorrelatedEvents Retrieve, Update, and Delete Methods

URI

https://164.99.19.131:8443/SentinelRESTServices/objects/trigger-events/{ChildEvtId}/{ChildEvtTime}/{ParentEvtId}/{ParentEvtTime}

Supported Methods

GET
PUT
DELETE
GET

Authentication

Authentication Types
Sentinel Permissions Needed

Supported Formats

Response

URL Parameters

None.

Success Codes

Fault Codes

Response Data

Object type: trigger-events
Associates a correlation event with the events that triggered the correlation event.
FieldDescription
child-idThe unique ID of an event that triggered the correlated event.
child-timeThe time of the event that triggered the correlated event.
createdateThe date and time when the object was created.
creatorThe URL of the Sentinel User object that represents the creator of the object.
FoundFlag indicating if trigger event is still available in an online event partition.
metaThe metadata for an object, including the object type name and the URL reference to the object. Definition
moddateThe date and time when the object was last modified.
modifierThe URL of the Sentinel User object that represents the last modifier of the object.
parent-idThe unique ID for the correlated event.
parent-timeThe time of the correlated event.
Object type: meta
The metadata for an object, including the object type name and the URL reference to the object.
FieldDescription
@hrefThe URL reference to the object.
typeThe name of the object type

Sample Request

GET https://164.99.19.131:8443/SentinelRESTServices/objects/trigger-events/79600390-9B73-102E-A3E2-001676E4A757/1335360824591/79600390-9B73-102E-A3E2-001676E4A757/1335360824591
Sample Response for application/json
Status: 200
{
   "meta":{
      "type":"trigger-events",
      "@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/trigger-events/79600390-9B73-102E-A3E2-001676E4A757/1335360824591/79600390-9B73-102E-A3E2-001676E4A757/1335360824591"
   },
   "parent-time":"2012-04-25T13:33:44.591Z",
   "parent-id":"79600390-9B73-102E-A3E2-001676E4A757",
   "moddate":"2012-04-25T13:33:44.591Z",
   "child-time":"2012-04-25T13:33:44.591Z",
   "createdate":"2012-04-25T13:33:44.591Z",
   "Found":true,
   "child-id":"79600390-9B73-102E-A3E2-001676E4A757"
}
PUT

Authentication

Authentication Types
Sentinel Permissions Needed

Supported Formats

Request

URL Parameters

None.

Success Codes

Fault Codes

Request Data

Object type: trigger-events
Associates a correlation event with the events that triggered the correlation event.
FieldRequiredDescription
child-idtrueThe unique ID of an event that triggered the correlated event.
child-timetrueThe time of the event that triggered the correlated event.
FoundfalseFlag indicating if trigger event is still available in an online event partition.
parent-idtrueThe unique ID for the correlated event.
parent-timetrueThe time of the correlated event.

Object type: meta
The metadata for an object, including the object type name and the URL reference to the object.
FieldRequiredDescription
@hreffalseThe URL reference to the object.
typefalseThe name of the object type

Sample Request

PUT https://164.99.19.131:8443/SentinelRESTServices/objects/trigger-events/79600390-9B73-102E-A3E2-001676E4A757/1335360824591/79600390-9B73-102E-A3E2-001676E4A757/1335360824591
{
   "parent-time":"2012-04-25T13:33:44.592Z",
   "parent-id":"79600390-9B73-102E-A3E2-001676E4A757",
   "child-time":"2012-04-25T13:33:44.592Z",
   "Found":true,
   "child-id":"79600390-9B73-102E-A3E2-001676E4A757"
}
Sample Response for application/json
Status: 200

DELETE

Authentication

Authentication Types
Sentinel Permissions Needed

URL Parameters

None.

Success Codes

Fault Codes

Sample Request

DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/trigger-events/79600390-9B73-102E-A3E2-001676E4A757/1335360824591/79600390-9B73-102E-A3E2-001676E4A757/1335360824591