Authorizations
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}'.
Path Parameters
The unique identifier for the community script.
Example:
"01H8XGJWBWBAQ1Z3G1B6X2Q8P5"
Response
The raw script content.
The response is of type string.
Example:
"/ip firewall filter\nadd action=accept chain=input comment=\"defconf: accept established,related,untracked\" connection-state=established,related,untracked\n"