Create a Bookmark for a User

post

/api/navigation/Bookmarks

Creates a user bookmark for the navigation menu. Users can bookmark links, such as the device overview dashboard of a monitored device or a diagram showing the status of reporting devices.

The minimum required properties in the request body are:
  • BookmarkName
  • LinkPath
  • UserID
  • IconCls

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Bookmark display name
    Example: Display Instances
  • FontAwesome icon class. Icon class for the bookmark link.
    Example: fa-desktop fa x-menu-item-glyph
  • The URL path to the UI to bookmark, without the host name, starting with /#.
    For example, if the URL with the host FQDN is https://<hostFQDN>/#metric/displayInstances, LinkPath would be /#metric/displayInstances.
    Example: /#metric/displayInstances
  • The current logged-in user's ID or a user ID (the issuer must have admin privileges).
    Example: 1
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Type: object
Show Source

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
An error.
Back to Top