Item - Item Retrieve, Update, and Delete Methods

URI

https://164.99.19.131:8443/SentinelRESTServices/objects/menu-item/{action}/{name}

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: 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/menu-item/Wildebeest/Ping%20Target%20IP
Sample Response for application/json
Status: 200
{
   "meta":{
      "type":"menu-item",
      "@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/menu-item/Wildebeest/Ping%20Target%20IP"
   },
   "enabled":"Wildebeest",
   "use-browser":"false",
   "description":"Ping the target IP address of the selected event.",
   "name":"Ping Target IP",
   "command":"nslookup",
   "action":"Wildebeest",
   "permission":"Wildebeest",
   "parameters":"?queryinput=%TargetIP%",
   "file-type":"txt"
}
PUT

Authentication

Authentication Types
Sentinel Permissions Needed

Supported Formats

Request

URL Parameters

None.

Success Codes

Fault Codes

Request Data

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/menu-item/Wildebeest/Ping%20Target%20IP
{
   "enabled":"Wildebeest",
   "use-browser":"false",
   "description":"Ping the target IP address of the selected event.",
   "name":"Ping Target IP",
   "command":"nslookup",
   "action":"Wildebeest",
   "permission":"Wildebeest",
   "parameters":"?queryinput=%TargetIP%",
   "file-type":"txt"
}
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/menu-item/Wildebeest/Ping%20Target%20IP