Customer tab permission
Display tab permission under a customer
Method |
URL |
Description |
Arguments |
Outputs |
---|---|---|---|---|
GET |
/customers/{cid}/tabs |
Display tab permission under a customer |
cid |
See the Outputs table. |
Arguments
Parameter |
Type |
Description |
---|---|---|
cid |
int |
Customer ID |
Outputs
Parameter |
Type |
Description |
---|---|---|
Id |
int |
Tab permission ID |
customerId |
int |
Customer ID |
dashboard |
boolean |
Dashboard tab permission |
view |
boolean |
View tab permission |
wifi |
boolean |
Wireless network tab permission |
reports |
boolean |
Reports tab permission |
policy |
boolean |
Policy tab permission |
objects |
boolean |
Objects AP tab permission |
additionalResources |
boolean |
Additional resources tab permission |
deviceManager |
boolean |
Device Manager tab permission. |
auditLogs |
boolean |
Audit Log tab permission. |
sdwan |
boolean |
SD-WAN tab permission |
deviceHealth |
boolean |
Device Health tab permission |
Create or update tabs permission under a customer
Method |
URL |
Description |
Arguments |
Outputs |
---|---|---|---|---|
POST |
/customers/{cid}/tabs |
Create or update tabs permission under a customer |
See the next table. |
200 OK |
Arguments (JSON payload)
Parameter |
Type |
Description |
---|---|---|
dashboard |
boolean |
Dashboard tab permission |
view |
boolean |
View tab permission |
wifi |
boolean |
Wireless network tab permission |
reports |
boolean |
Reports tab permission |
policy |
boolean |
Policy tab permission |
objects |
boolean |
Objects AP tab permission |
additionalResources |
boolean |
Additional resources tab permission |
deviceManager |
boolean |
Device Manager tab permission. |
auditLogs |
boolean |
Audit Log tab permission. |
sdwan |
boolean |
SD-WAN tab permission |
deviceHealth |
boolean |
Device Health tab permission |