OBJECT

HyperLink

Defines a HyperLink

link GraphQL Schema definition

  • type HyperLink {
  • # In the case of a POST request, the body to include
  • body: [Byte!]
  • # A localized string representing the description for the hyperlink
  • description: LocalizedString
  • # A localized string representing display name for the hyperlink
  • displayName: LocalizedString!
  • # Optional headers to add to http request, e.g. `Content-Type: application/json`.
  • headers: [String!]
  • # An internal identifier for the hyperlink
  • hyperlinkId: String!
  • # A system-defined namespace indicating the product for which the hyperlink is
  • # relevant e.g. 'ensemble', 'vrops', 'vrni'
  • namespace: String!
  • # A namespace-specific hyperlink type indicating the specific hyperlink landing
  • # page e.g. summary, alerts, flows, metrics etc.
  • type: String!
  • # The hyperlink URL including any query parameters
  • url: String!
  • # The HTTP request method to use when navigating to the hyperlink
  • verb: HyperLinkHttpRequestMethod!
  • }

link Require by