Get Specific Radius Configuration Status (v2.0)
GET/v2.0/api/tenants/:tenant_id/elements/:element_id/radii/:radius_id/status
List a specific radius configuration status for a radius configuration corresponding to a tenant and element.
Request
Path Parameters
The tenant ID.
The element ID.
The radius configuration ID.
Responses
- 200
- 404
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
The radius configuration accounting port number between 1-65535. Default port is 1813.
The radius configuration authentication port number between 1-65535. Default port is 1812.
The element radius description. Max limit = 256.
Indicates if the element radius server is disabled.
The reason for the element radius server to be disabled.
The element ID.
The ID.
Indicates if the element radius server is inactive.
The reason for the element radius server to be inactive.
The IP address.
The version of the IP.
The name of the radius server.
The priority value between 1-255. Lower the priority number, higher is the priority.
The radius ID.
The region of the radius.
The source interface ID of the selected port.
The tenant ID.
{
"accounting_port": 0,
"authentication_port": 0,
"disabled": true,
"disabled_reason": "string",
"element_id": "string",
"id": "string",
"inactive": true,
"inactive_reason": "string",
"ip_address": "string",
"ip_version": 0,
"name": "string",
"priority": 0,
"radius_id": "string",
"region": "string",
"source_interface_id": "string",
"tenant_id": "string"
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "ELEMENT_RADIUS_STATUS_NOT_FOUND"
}
]
}
}