English
cURL
curl --request POST \ --url https://api.altostrat.io/radius/nas \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "nas_identifier": "<string>", "type": "<string>" } '
{ "id": "<string>", "nas_identifier": "<string>", "type": "<string>", "description": "<string>", "metadata": {}, "secret": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
NAS created.
Was this page helpful?