| Object type: IndexedLogPartition | |
|---|---|
| Needs description. | |
| Field | Description |
| ByteCount | Needs description. |
| CorrelatedEventsExported | Needs description. |
| CorrelatedEventsImported | Needs 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. |
| Date | Needs description. |
| EventAssocAction | Needs description. |
| EventAssocActionStartTime | Needs description. |
| EventAssocDataExported | Needs description. |
| EventAssocDataInDB | Needs description. |
| EventAssocThreadEndCause | Needs description. |
| EventCount | Needs description. |
| IncidentsEventsExported | Needs description. |
| IncidentsEventsImported | Needs description. |
| IndexVersion | Needs description. |
| 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. |
| Name | Needs description. |
| RetentionPolicy | Needs description. |
| State | Needs description. |
| 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/IndexedLogPartition/42
{
"meta":{
"type":"IndexedLogPartition",
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/IndexedLogPartition/42"
},
"moddate":"2012-04-25T13:33:44.629Z",
"createdate":"2012-04-25T13:33:44.629Z",
"EventAssocActionStartTime":"2012-04-25T13:33:44.629Z",
"IncidentsEventsImported":42,
"EventAssocThreadEndCause":42,
"Name":"Wildebeest",
"CorrelatedEventsExported":42,
"IncidentsEventsExported":42,
"ByteCount":42,
"EventCount":42,
"State":42,
"EventAssocDataExported":true,
"Date":"2012-04-25T13:33:44.629Z",
"CorrelatedEventsImported":42,
"EventAssocDataInDB":42,
"IndexVersion":42,
"EventAssocAction":42
}
| Object type: IndexedLogPartition | ||
|---|---|---|
| Needs description. | ||
| Field | Required | Description |
| ByteCount | false | Needs description. |
| CorrelatedEventsExported | false | Needs description. |
| CorrelatedEventsImported | false | Needs description. |
| Date | true | Needs description. |
| EventAssocAction | false | Needs description. |
| EventAssocActionStartTime | false | Needs description. |
| EventAssocDataExported | false | Needs description. |
| EventAssocDataInDB | false | Needs description. |
| EventAssocThreadEndCause | false | Needs description. |
| EventCount | false | Needs description. |
| IncidentsEventsExported | false | Needs description. |
| IncidentsEventsImported | false | Needs description. |
| IndexVersion | true | Needs description. |
| Name | true | Needs description. |
| RetentionPolicy | false | Needs description. |
| State | true | Needs description. |
| 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/IndexedLogPartition/42
{
"EventAssocActionStartTime":"2012-04-25T13:33:44.629Z",
"IncidentsEventsImported":42,
"EventAssocThreadEndCause":42,
"Name":"Wildebeest",
"CorrelatedEventsExported":42,
"IncidentsEventsExported":42,
"ByteCount":42,
"EventCount":42,
"State":42,
"EventAssocDataExported":true,
"Date":"2012-04-25T13:33:44.629Z",
"CorrelatedEventsImported":42,
"EventAssocDataInDB":42,
"IndexVersion":42,
"EventAssocAction":42
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/IndexedLogPartition/42