triggerSiteRadiusSyntheticTestFromSwitch Copy

POST https://{{host}}/api/v1/sites/:site_id/devices/:device_id/check_radius_server

Ping test from the AP to confirm ‘reachability’ of the Radius server. Utilize Juniper EX switch(to which an AP is connected to) radius test capabilities to get details on the Radius Server ‘availability’.

Parameters

NameTypeDescription
userstringSpecify the subscriber username to test
passwordstringSpecify the password associated with the username
profilestring(Optional) Specify the access profile associated with the subscriber. default is dot1x

Request Body

{"user"=>"username", "password"=>"password", "profile"=>"profilename"}

RESPONSES

status: OK

{"session":"session_id"}