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/radius/realms/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"group_ids": [
"<string>"
],
"proxy_target": "<string>"
}curl --request GET \
--url https://v1.api.altostrat.io/radius/realms/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"group_ids": [
"<string>"
],
"proxy_target": "<string>"
}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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
^rad_rlm_[A-Za-z0-9_\-]+$Was this page helpful?