Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
 {
    "name": "IOS Hourly Collection",
    "description": "Hourly baseline collection for Cisco IOS.",
    "command_sets": ["IOS_DAILY"],
    "buttonLabel": "Collect Now",
    "buttonClass": "btn-primary"
  }


KeyDatatypeAbout
namestringName which is shown at the top of the quick action element
descriptionstringText shown under the quick action name, useful to describe what the action does
command_setsarray of stringsCommand set keys which you wish to be run
nodesarray of stringsNames of nodes which you wish the command sets to be run against
buttonLabelstringText of the run button
buttonClassstring

Css class applied to the button to colour it.

  • btn-default
  • btn-primary (default, blue)
  • btn-success (green)
bnt-warn
  • btn-warning (orange)
  • btn-danger (red)