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
curl --request GET \ --url https://v1.api.altostrat.io/control-plane/{siteId}/note \ --header 'Authorization: Bearer <token>'
{ "metadata": { "note": "Core branch router. Coordinate maintenance with the retail team." } }
Returns the note metadata stored for a managed site.
Enter your JWT bearer token.
The unique identifier for the site.
"d290f1ee-6c54-4b01-90e6-d701748f0851"
The site note metadata.
Show child attributes
Was this page helpful?