Vai al contenuto principale
GET
/
runbooks
/
{runbookId}
Recupera un Runbook
curl --request GET \
  --url https://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": "Policy Standard Sede Remota"
}

Authorizations

Authorization
string
header
required

Autentica le richieste fornendo un JSON Web Token (JWT) nell'header Authorization. Esempio: Authorization: Bearer <TUO_JWT>

Path Parameters

runbookId
string<uuid>
required

L'UUID del runbook da recuperare.

Response

L'oggetto runbook richiesto.

Un profilo di configurazione utilizzato per l'onboarding di nuovi dispositivi.

id
string<uuid>

L'identificatore univoco (UUID) per il runbook.

Example:

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

bootstrap_command
string

Il comando RouterOS completo da eseguire su un nuovo dispositivo per adottarlo nella piattaforma Altostrat SDX utilizzando questo runbook.

Example:

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

name
string

Il nome del runbook definito dall'utente.

Example:

"Policy Standard Sede Remota"