| Object type: incident-events | |
|---|---|
| Events associated with or linked to an incident. | |
| Field | Description |
| 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. |
| event-id | The event UUID. |
| event-time | The event time. |
| incident-id | The incident ID. |
| 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. |
| 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/incident-events/8b019140-99bb-102e-9859-0019d131a0f3/201
{
"meta":{
"type":"incident-events",
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/incident-events/8B019140-99BB-102E-9859-0019D131A0F3/201"
},
"moddate":"2012-04-25T13:33:44.507Z",
"createdate":"2012-04-25T13:33:44.507Z",
"incident-id":201,
"event-id":"8B019140-99BB-102E-9859-0019D131A0F3"
}
| Object type: incident-events | ||
|---|---|---|
| Events associated with or linked to an incident. | ||
| Field | Required | Description |
| event-id | false | The event UUID. |
| event-time | false | The event time. |
| incident-id | false | The incident ID. |
| 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/incident-events/8b019140-99bb-102e-9859-0019d131a0f3/201
{
"incident-id":201,
"event-id":"8B019140-99BB-102E-9859-0019D131A0F3"
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/incident-events/8b019140-99bb-102e-9859-0019d131a0f3/201