GET
/
plugins
/
runbooks
/
connections
/
{name}
/
templates
curl --request GET \
  --url https://use.hoop.dev/api/plugins/runbooks/connections/{name}/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"
    }
  ]
}

Path Parameters

name
string
required

The name of the connection

Response

200
application/json
OK
commit
string

The commit sha

Example:

"03c25fd64c74712c71798250d256d4b859dd5853"

commit_author
string

The commit author

Example:

"John Wick <john.wick@bad.org>"

commit_message
string

The commit message

Example:

"runbook update"

items
object[]