curl --request GET \
  --url https://use.hoop.dev/api/plugins/runbooks/templates{
  "commit": "03c25fd64c74712c71798250d256d4b859dd5853",
  "commit_author": "John Wick <john.wick@bad.org>",
  "commit_message": "runbook update",
  "items": [
    {
      "connections": [
        "pgdemo",
        "bash"
      ],
      "error": "<string>",
      "metadata": {},
      "name": "ops/update-user.runbook.sh"
    }
  ]
}List all Runbooks
curl --request GET \
  --url https://use.hoop.dev/api/plugins/runbooks/templates{
  "commit": "03c25fd64c74712c71798250d256d4b859dd5853",
  "commit_author": "John Wick <john.wick@bad.org>",
  "commit_message": "runbook update",
  "items": [
    {
      "connections": [
        "pgdemo",
        "bash"
      ],
      "error": "<string>",
      "metadata": {},
      "name": "ops/update-user.runbook.sh"
    }
  ]
}Was this page helpful?