slb template dns rpz logging¶
Log RPZ triggered action
logging Specification¶
Type Configuration Resource Element Name logging Element URI /axapi/v3/slb/template/dns/{name}/rpz/{seq-id}/logging Element Attributes logging_attributes Schema logging schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/template/dns/{name}/rpz/{seq-id}/logging | ||
Get Object | GET | /axapi/v3/slb/template/dns/{name}/rpz/{seq-id}/logging | ||
Modify Object | POST | /axapi/v3/slb/template/dns/{name}/rpz/{seq-id}/logging | ||
Replace Object | PUT | /axapi/v3/slb/template/dns/{name}/rpz/{seq-id}/logging | ||
Delete Object | DELETE | /axapi/v3/slb/template/dns/{name}/rpz/{seq-id}/logging |
logging attributes¶
enable
Description Log RPZ triggered action
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
rpz-action
Type: Listuuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
rpz-action¶
Specification Type list Block object keys str-rpz-action
Description ‘drop’: Log RPZ due to drop action; ‘pass-thru’: Log RPZ due to pass-thru action; ‘nxdomain’: Log RPZ due to nxdomain action; ‘nodata’: Log RPZ due to nodata action; ‘tcp-only’: Log RPZ due to tcp-only action; ‘local-data’: Log RPZ due to local-data action;
Type: string
Supported Values: drop, pass-thru, nxdomain, nodata, tcp-only, local-data