IndexedLogPartition - IndexedLogPartition Retrieve, Update, and Delete Methods

URI

https://164.99.19.131:8443/SentinelRESTServices/objects/IndexedLogPartition/{PartitionId}

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: IndexedLogPartition
Needs description.
FieldDescription
ByteCountNeeds description.
CorrelatedEventsExportedNeeds description.
CorrelatedEventsImportedNeeds description.
createdateThe date and time when the object was created.
creatorThe URL of the Sentinel User object that represents the creator of the object.
DateNeeds description.
EventAssocActionNeeds description.
EventAssocActionStartTimeNeeds description.
EventAssocDataExportedNeeds description.
EventAssocDataInDBNeeds description.
EventAssocThreadEndCauseNeeds description.
EventCountNeeds description.
IncidentsEventsExportedNeeds description.
IncidentsEventsImportedNeeds description.
IndexVersionNeeds description.
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.
NameNeeds description.
RetentionPolicyNeeds description.
StateNeeds description.
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/IndexedLogPartition/42
Sample Response for application/json
Status: 200
{
   "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
}
PUT

Authentication

Authentication Types
Sentinel Permissions Needed

Supported Formats

Request

URL Parameters

None.

Success Codes

Fault Codes

Request Data

Object type: IndexedLogPartition
Needs description.
FieldRequiredDescription
ByteCountfalseNeeds description.
CorrelatedEventsExportedfalseNeeds description.
CorrelatedEventsImportedfalseNeeds description.
DatetrueNeeds description.
EventAssocActionfalseNeeds description.
EventAssocActionStartTimefalseNeeds description.
EventAssocDataExportedfalseNeeds description.
EventAssocDataInDBfalseNeeds description.
EventAssocThreadEndCausefalseNeeds description.
EventCountfalseNeeds description.
IncidentsEventsExportedfalseNeeds description.
IncidentsEventsImportedfalseNeeds description.
IndexVersiontrueNeeds description.
NametrueNeeds description.
RetentionPolicyfalseNeeds description.
StatetrueNeeds description.

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/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
}
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/IndexedLogPartition/42