Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request GET \
--url https://v1.api.altostrat.io/runbooks/{runbookId} \
--header 'Authorization: Bearer <token>'{
"id": "6d6d0e3d-1817-4817-8917-1e1717171717",
"bootstrap_command": "/tool fetch url=\"https://api.ostrat.io/2kLqWnX...\" keep-result=no; ",
"name": "Standard Branch Office Policy"
}Retrieves the details of a specific runbook, including its name and the bootstrap command used to onboard new devices with this configuration.
curl --request GET \
--url https://v1.api.altostrat.io/runbooks/{runbookId} \
--header 'Authorization: Bearer <token>'{
"id": "6d6d0e3d-1817-4817-8917-1e1717171717",
"bootstrap_command": "/tool fetch url=\"https://api.ostrat.io/2kLqWnX...\" keep-result=no; ",
"name": "Standard Branch Office Policy"
}Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate requests by providing a JSON Web Token (JWT) in the Authorization header. Example: Authorization: Bearer <YOUR_JWT>
The UUID of the runbook to retrieve.
The requested runbook object.
A configuration profile used for onboarding new devices.
The unique identifier (UUID) for the runbook.
"6d6d0e3d-1817-4817-8917-1e1717171717"
The full RouterOS command to be run on a new device to adopt it into the Altostrat SDX platform using this runbook.
"/tool fetch url=\"https://api.ostrat.io/2kLqWnX...\" keep-result=no; "
The user-defined name of the runbook.
"Standard Branch Office Policy"
Was this page helpful?