Get Menu Items of an Event Menu

get

/api/event/Menus/readForMenu

Gets the menu items of the specified event menu.

Request

Query Parameters
  • The node of the tree to get. You can speciify root or the numerical event menu ID.
    Example:
    root

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Match All
Show Source
Nested Schema : SuccessfulGetOperation
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : data
Type: array
The list of menu items of the specified event menu.
Show Source
Nested Schema : eventMenusReadForMenu
Type: object
Show Source
Nested Schema : realtime
Type: object
Show Source
Nested Schema : menu
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
  • Flag to indicate if the event information is available to the tool.
    Example: 1
  • Example: 1
  • Tool window height in pixels.
    Example: 600
  • Path to the icon image to use in the menu.
    Example: /resources/assure1/images/icons/misc/BookSearch.png
  • Flag to indicate if the event list will be unpaused and refreshed when the tool finishes.
    Example: 0
  • Tool Name.
    Example: By Device
  • Menu tool ID.
    Example: 20
  • Tool Name.
    Example: By Device
  • Path to launch the view tool. SQL tools do not have a path.
    Example: Knowledgebase.php?Action=Search;Type=Device;EventID=<EventID>
  • Indicator for what type of view tool this is. Allowed values are local, hybrid, internal, remote.
    Example: Local
  • How to handle the tool contents. Allowed values are newtab, window, or currenttab. Newtab opens the tool in a new browser tab. Currenttab opens the tool in the current tab. Window opens the tool in a new browser window.
    Example: window
  • The tool type can be either "View" or "SQL".
    Example: View
  • Tool window width in pixels.
    Example: 800

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
Back to Top