Report
Report Policy
Overview
DNS Protection Report Policy API
Version information
Version : 2.0.0
License information
Terms of service : https://www.nexusguard.com/
URI scheme
Host : api.nexusguard.com
BasePath : /api
Schemes : HTTPS
Paths
Retrieves report policy.
GET /spe/customer/{customer_id}/dp/v2/reportPolicy
Description
This API retrieves a report policy.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Query | access_token required |
Access token used to authenticate your access to the API | string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | This is the returned result. | Response 200 |
Name | Description | Schema |
---|---|---|
code optional |
Error code | integer |
msg optional |
Error message | string |
result optional |
The information of report policy. | result |
Name | Description | Schema |
---|---|---|
custom_report optional |
Is custom report enabled. | boolean |
update_date optional |
Update date of report policy. | string |
Consumes
application/json
Produces
application/json
Security
Type | Name |
---|---|
Unknown | ApiKeyAuth |