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
Name | Type | Description |
---|---|---|
user | string | Specify the subscriber username to test |
password | string | Specify the password associated with the username |
profile | string | (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"}