| Object type: external-data | |
|---|---|
| A External Data object contains additional information added 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. |
| data | The data from the external data source. |
| id | Unique identifier for the external data. |
| 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. |
| source | The source of the external data |
| type | The type of data included from the external data source. |
| 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/external-data/42
{
"meta":{
"type":"external-data",
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/external-data/42"
},
"id":"Wildebeest",
"moddate":"2012-04-25T13:33:44.503Z",
"source":"Log file",
"createdate":"2012-04-25T13:33:44.503Z",
"data":"Sample Data",
"type":"xml"
}
| Object type: external-data | ||
|---|---|---|
| A External Data object contains additional information added to an incident. | ||
| Field | Required | Description |
| data | false | The data from the external data source. |
| id | false | Unique identifier for the external data. |
| source | false | The source of the external data |
| type | false | The type of data included from the external data source. |
| 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/external-data/42
{
"id":"Wildebeest",
"source":"Log file",
"data":"Sample Data",
"type":"xml"
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/external-data/42