Events - DistSearchAuth Retrieve, Update, and Delete Methods

URI

https://164.99.19.131:8443/SentinelRESTServices/objects/dist-search-auth/{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: dist-search-auth
Needs description.
FieldDescription
auth-tokenNeeds description.
metaThe metadata for an object, including the object type name and the URL reference to the object. Definition
targetNeeds 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/dist-search-auth/79600390-9B73-102E-A3E2-001676E4A757
Sample Response for application/json
Status: 200
{
   "meta":{
      "type":"dist-search-auth",
      "@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/dist-search-auth/79600390-9B73-102E-A3E2-001676E4A757"
   },
   "auth-token":"Wildebeest"
}
PUT

Authentication

Authentication Types
Sentinel Permissions Needed

Supported Formats

Request

URL Parameters

None.

Success Codes

Fault Codes

Request Data

Object type: dist-search-auth
Needs description.
FieldRequiredDescription
auth-tokenfalseNeeds description.
targetfalseNeeds 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/dist-search-auth/79600390-9B73-102E-A3E2-001676E4A757
{
   "auth-token":"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/dist-search-auth/79600390-9B73-102E-A3E2-001676E4A757