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 POST \
--url https://v1.api.altostrat.io/radius/accounts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"password": "<string>",
"status": "<string>",
"container_id": "<string>",
"groups": [
"<string>"
],
"tags": [
"<string>"
]
}
'{
"id": "<string>",
"username": "<string>",
"status": "active",
"container_id": "<string>",
"group_count": 123,
"check_attributes": [
{
"attribute": "<string>",
"op": "<string>",
"value": "<string>"
}
],
"reply_attributes": [
{
"attribute": "<string>",
"op": "<string>",
"value": "<string>"
}
],
"metadata": {},
"tags": [
"<string>"
],
"created_at": "<string>",
"updated_at": "<string>"
}curl --request POST \
--url https://v1.api.altostrat.io/radius/accounts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"password": "<string>",
"status": "<string>",
"container_id": "<string>",
"groups": [
"<string>"
],
"tags": [
"<string>"
]
}
'{
"id": "<string>",
"username": "<string>",
"status": "active",
"container_id": "<string>",
"group_count": 123,
"check_attributes": [
{
"attribute": "<string>",
"op": "<string>",
"value": "<string>"
}
],
"reply_attributes": [
{
"attribute": "<string>",
"op": "<string>",
"value": "<string>"
}
],
"metadata": {},
"tags": [
"<string>"
],
"created_at": "<string>",
"updated_at": "<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.
The account was created successfully.
Was this page helpful?