Customer policy tab permission
Display policy tab permission under a customer
Method |
URL |
Description |
Arguments |
Outputs |
---|---|---|---|---|
GET |
/customers/{cid}/policytabs |
Display policy tab permission resource 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 |
centralNat |
boolean |
CentralNat tab permission |
interfacePolicy6 |
boolean |
Interface policy tab permission |
dosPolicy6 |
boolean |
DosPolicy6 tab permission |
policy64 |
boolean |
DosPolicy64 tab permission |
interfacePolicy |
boolean |
InterfacePolicy tab permission |
policy6 |
boolean |
Policy6 tab permission |
dosPolicy |
boolean |
DosPolicy tab permission |
policy46 |
boolean |
Policy46 resource tab permission |
Create or update policy tab permission under a customer
Method |
URL |
Description |
Arguments |
Outputs |
---|---|---|---|---|
GET |
/customers/{cid}/policytabs |
Create or update policy tab permission resource under a customer |
See the next table. |
200 OK |
Arguments (JSON payload)
Parameter |
Type |
Description |
---|---|---|
Id |
int |
Tab permission Id |
customerId |
int |
Customer Id |
centralNat |
boolean |
CentralNat tab permission |
interfacePolicy6 |
boolean |
Interface policy tab permission |
dosPolicy6 |
boolean |
DosPolicy6 tab permission |
policy64 |
boolean |
DosPolicy64 tab permission |
interfacePolicy |
boolean |
InterfacePolicy tab permission |
policy6 |
boolean |
Policy6 tab permission |
dosPolicy |
boolean |
DosPolicy tab permission |
policy46 |
boolean |
Policy46 resource tab permission |