| Object type: menu-item | |
|---|---|
| Object representing a configured event action. | |
| Field | Description |
| action | The ID of the action to execute. |
| command | The system command to execute. |
| description | The description of the event action. |
| enabled | Flag indicating if action is enabled(1) or disabled(0). |
| file-type | The type of content generated by executing the action; such as txt, html or xml. |
| meta | The metadata for an object, including the object type name and the URL reference to the object. Definition |
| name | The name or title of the event action. |
| parameters | Parameters to pass to the action or command. |
| permission | Reserved for future use. |
| use-browser | Flag indicating if the results of the action should be displayed in a Web browser(true) or the action display window(false). |
| 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/menu-item/Wildebeest/Ping%20Target%20IP
{
"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"
}
| Object type: menu-item | ||
|---|---|---|
| Object representing a configured event action. | ||
| Field | Required | Description |
| action | false | The ID of the action to execute. |
| command | false | The system command to execute. |
| description | false | The description of the event action. |
| enabled | false | Flag indicating if action is enabled(1) or disabled(0). |
| file-type | false | The type of content generated by executing the action; such as txt, html or xml. |
| name | false | The name or title of the event action. |
| parameters | false | Parameters to pass to the action or command. |
| permission | false | Reserved for future use. |
| use-browser | false | Flag indicating if the results of the action should be displayed in a Web browser(true) or the action display window(false). |
| 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/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"
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/menu-item/Wildebeest/Ping%20Target%20IP