| Object type: trigger-events | |
|---|---|
| Associates a correlation event with the events that triggered the correlation event. | |
| Field | Description |
| child-id | The unique ID of an event that triggered the correlated event. |
| child-time | The time of the event that triggered the correlated event. |
| createdate | The date and time when the object was created. |
| creator | The URL of the Sentinel User object that represents the creator of the object. |
| Found | Flag indicating if trigger event is still available in an online event partition. |
| meta | The metadata for an object, including the object type name and the URL reference to the object. Definition |
| moddate | The date and time when the object was last modified. |
| modifier | The URL of the Sentinel User object that represents the last modifier of the object. |
| parent-id | The unique ID for the correlated event. |
| parent-time | The 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. | |
| Field | Description |
| @href | The URL reference to the object. |
| type | The name of the object type |
GET https://164.99.19.131:8443/SentinelRESTServices/objects/trigger-events/79600390-9B73-102E-A3E2-001676E4A757/1335360824591/79600390-9B73-102E-A3E2-001676E4A757/1335360824591
{
"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"
}
| Object type: trigger-events | ||
|---|---|---|
| Associates a correlation event with the events that triggered the correlation event. | ||
| Field | Required | Description |
| child-id | true | The unique ID of an event that triggered the correlated event. |
| child-time | true | The time of the event that triggered the correlated event. |
| Found | false | Flag indicating if trigger event is still available in an online event partition. |
| parent-id | true | The unique ID for the correlated event. |
| parent-time | true | The 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. | ||
| Field | Required | Description |
| @href | false | The URL reference to the object. |
| type | false | The name of the object type |
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"
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/trigger-events/79600390-9B73-102E-A3E2-001676E4A757/1335360824591/79600390-9B73-102E-A3E2-001676E4A757/1335360824591