start_client_connectivity_test

Start Client Connectivity Test

This helps to troubleshoot an AP that displays any issue while connection. Client connectivity test is done when the administrator notices that a particular connection resulted in failure for the client that was trying to connect to an AP.

JSON Table

Attribute Data Type Description
type
templateId
templateName
createdAtLocationId
description
templateType
mncTemplateId
ssid
frequencyBand
securityMode
securityType
username
password
passphrase
pingDestinationServers
wanTestUrl
pingTestEnabled
mnctemplate

Copy Sample JSON
Sample JSON
[{
   "type": "clientconntestprofile",
   "templateId": 144,
   "templateName": "VIshnu1-Copy",
   "createdAtLocationId":{
      "type": "locallocationid",
		"id": 0
   },
   "description": "",
   "templateType": "CL_CONN_TEST_PROFILE",
   "mncTemplateId": 0,
   "ssid": "yash",
   "frequencyBand": "BAND_5_GHZ",
   "securityMode": 4,
   "securityType": 1,
   "username": null,
   "password": null,
   "passphrase": "Welcome1",
   "pingDestinationServers": ["www.google.com"],
   "wanTestUrl": "www.google.com",
   "pingTestEnabled": true,
   "mnctemplate": false
}]
API Calls

/V5/troubleshoot/clientconnectivity/sessions

Start Client Connectivity Test

Description This API is used to start client connectivity test .
Users with the following roles can call this API: super user, administrator,operator, and viewer.
Syntax
POST <Base_URL>/troubleshoot/clientconnectivity/sessions
Sample code
POST https://training.mojonetworks.com/new/webservice/V5/troubleshoot/clientconnectivity/sessions?locationid=0
Request Body A sample request body parameter is as follows:

{
   "testProfileId": 13,
   "targetApBoxId": 491,
   "targetClientBoxId": 1,
   "targetApBSSID":"00:11:74:F8:06:80"
}
Response Body If the API call is successful, the HTTP response status is 200.
The response body contains detailed information about the client connectivity test.
The response is in the application/json format.