Events - TargetSLM Retrieve, Update, and Delete Methods

URI

https://164.99.19.131:8443/SentinelRESTServices/objects/search-target/{Id}

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: search-target
A search target object (now somewhat misnamed) represents a distributed search target system which can be searched by a Sentinel system that is an authorized search initiator.
FieldDescription
createdateThe date and time when the object was created.
creatorThe URL of the Sentinel User object that represents the creator of the object.
enabledNeeds 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.
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/search-target/79600390-9B73-102E-A3E2-001676E4A757
Sample Response for application/json
Status: 200
{
   "meta":{
      "type":"search-target",
      "@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/search-target/79600390-9B73-102E-A3E2-001676E4A757"
   },
   "enabled":true,
   "moddate":"2012-04-25T13:33:44.585Z",
   "name":"Wildebeest",
   "createdate":"2012-04-25T13:33:44.585Z"
}
PUT

Authentication

Authentication Types
Sentinel Permissions Needed

Supported Formats

Request

URL Parameters

None.

Success Codes

Fault Codes

Request Data

Object type: search-target
A search target object (now somewhat misnamed) represents a distributed search target system which can be searched by a Sentinel system that is an authorized search initiator.
FieldRequiredDescription
enabledfalseNeeds description.
nametrueNeeds 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/search-target/79600390-9B73-102E-A3E2-001676E4A757
{
   "enabled":true,
   "name":"Wildebeest"
}
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/search-target/79600390-9B73-102E-A3E2-001676E4A757