Skip to main content
GET
/
radius
/
nas
/
{id}
Retrieve NAS Device
curl --request GET \
  --url https://api.altostrat.io/radius/nas/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "nas_identifier": "<string>",
  "type": "<string>",
  "description": "<string>",
  "metadata": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

NAS object.

id
string
nas_identifier
string
type
string
description
string
metadata
object