Service DeviceProfile

HTTP Method Resource

Request

Response

Description

GET

.../radius_servers

N/A

CommonElementList

Returns the radius server information.

POST

.../radius_servers

RadiusServer

RadiusServer

Create the given Radius server in the model.

GET

.../radius_servers/{RadiusServer.radius_server_id}

N/A

RadiusServer

Returns the given Radius server information.

PUT

.../radius_servers/{RadiusServer.radius_server_id}

RadiusServer

RadiusServer

Updates the given Radius server in the model.

DELETE

.../radius_servers/{RadiusServer.radius_server_id}

N/A

N/A

Deletes the given radius server from the model.

  • Following are the newly added attributes in RadiusServer.json:
    • auth_round_trip_time, auth_pend_req, auth_retransmits, acct_resp
    • auth_timeouts, auth_malform_resp, auth_bad_authen, auth_unknown_type
    • auth_pkts_dropped, auth_access_req, auth_access_challenge, auth_access_accept,
    • auth_access_reject, acct_round_trip_time, acct_pend_req, acct_retransmits, acct_timeouts, acct_malform_resp, acct_bad_authen, acct_unknown_type, acct_pkts_dropped, acct_req