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/scripts/community-scripts/{communityScriptId}.rsc \
--header 'Authorization: Bearer <token>'"/ip firewall filter\nadd action=accept chain=input comment=\"defconf: accept established,related,untracked\" connection-state=established,related,untracked\n"Downloads the raw, plain-text content of a community script, suitable for direct use or inspection.
curl --request GET \
--url https://v1.api.altostrat.io/scripts/community-scripts/{communityScriptId}.rsc \
--header 'Authorization: Bearer <token>'"/ip firewall filter\nadd action=accept chain=input comment=\"defconf: accept established,related,untracked\" connection-state=established,related,untracked\n"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.
Altostrat SDX API uses JWT Bearer tokens for authentication. Obtain a token via the Authentication API and include it in the Authorization header as 'Bearer {token}'.
The unique identifier for the community script.
"01H8XGJWBWBAQ1Z3G1B6X2Q8P5"
The raw script content.
The response is of type string.
"/ip firewall filter\nadd action=accept chain=input comment=\"defconf: accept established,related,untracked\" connection-state=established,related,untracked\n"
Was this page helpful?