Skip to main content
GET
Retrieve a Runbook

Authorizations

Authorization
string
header
required

Authenticate requests by providing a JSON Web Token (JWT) in the Authorization header. Example: Authorization: Bearer <YOUR_JWT>

Path Parameters

runbookId
string<uuid>
required

The UUID of the runbook to retrieve.

Response

The requested runbook object.

A configuration profile used for onboarding new devices.

id
string<uuid>

The unique identifier (UUID) for the runbook.

Example:

"6d6d0e3d-1817-4817-8917-1e1717171717"

bootstrap_command
string

The full RouterOS command to be run on a new device to adopt it into the Altostrat SDX platform using this runbook.

Example:

"/tool fetch url=\"https://api.ostrat.io/2kLqWnX...\" keep-result=no; "

name
string

The user-defined name of the runbook.

Example:

"Standard Branch Office Policy"