Sample Request
curl -X GET --cookie auth_token=$cookie http://134.141.242.93/nsight-ui/api /v1/tools/get-asa-profiles?treeSelection=%2FSystem
Query String Parameters
| Parameter | Required/Optional | Description | Data Type |
|---|---|---|---|
| treeSelection | Required | Used to filter the results in the response. Possible
values are:
|
String |
Sample Response (200 OK)
{
"data": [
{
"2GHz": {
"chR":[
1,
11
],
"dcTh": -90,
"th": -105
},
"5GHz": {
"chR":[
36,
165
],
"dcTh": -90,
"th": -105
},
"_id": "5bc85cf966c0a60df0758e9d",
"act": true,
"chGN": "custom",
"chts": [
1,
2,
3,
4,
5
],
"dt": 1000,
"pName": "test",
"rf": "both",
"sch": "On Demand",
"sd":{
"dm": "",
"dw": "",
"edt": "",
"rec": "One Time",
"sdt": "",
"t": ""
},
"st": 2,
"user": "admin"
}],
"success": true
}
Response Parameters
| Parameter | Description | Data Type |
|---|---|---|
| chR | The channel range. | Integer Array |
| dcTh | The duty cycle threshold in dB. | Integer |
| th | The power threshold in dB. | Integer |
| act | Active flag. | Boolean |
| chGN | The chart group name - Utilization/Physical Layer/Interference/Spectrum detail/custom | String |
| chts | List of charts. | Integer Array |
| dt | The dwell time. | Integer |
| pName | The profile name. | String |
| sch | The type of schedule. | String |
| sd | The schedule details. | Object |
| dm | Month | Integer |
| dw | Week | Integer |
| etd | End date | Timestamp |
| rec | Recurrence | String |
| t | Time | String |
| sdt | Start date | Timestamp |
| _id | The profile index. | String |