Controls the configuration settings which will be handed out to any service points that connect to this Cloud Instance.
Resource URL | Authorization | Description |
/v1/api/list/dns (GET) | System Admin, Admin, Policy Admin, Analyst | Returns a list of all domain lists. |
/v1/api/list/dns (POST) | System Admin, Admin, Policy Admin | Creates a new domain list. |
/v1/api/list/dns/{domainListId} (GET) | System Admin, Admin, Policy Admin, Analyst | Returns the contents of the domain list specified by domain list ID. |
/v1/api/list/dns/{domainListId}/attachFile (POST) | System Admin, Admin, Policy Admin | Uploads a file of domain names to an existing domain list. |
/v1/api/list/dns/{domainListId}/delete (POST) | System Admin, Admin, Policy Admin | Deletes the domain list specified by domain list ID. |
/v1/api/list/dns/search (GET) | System Admin, Admin, Policy Admin, Analyst | Searches domain lists by name. |
/v1/api/list/dns/{domainListId}/update (POST) | System Admin, Admin, Policy Admin | Updates the domain list specified by domain list ID. |
/v1/api/list/dns/{domainListId}/sourceConfiguration (POST) | System Admin, Admin, Policy Admin | Creates a domain list sourced and dynamically updated from a local feed. |
/v2/domainLists (GET) | System Admin, Admin, Policy Admin, Analyst | Returns a list of all domain lists or a specific domain list by name. |
/v2/domainLists (POST) | System Admin, Admin, Policy Admin | Creates a new domain list. |
/v2/domainLists/{domainListId} (GET) | System Admin, Admin, Policy Admin, Analyst | Returns the contents of the domain list specified by the domain list ID. |
/v2/domainLists/{domainListId} (PUT) | System Admin, Admin, Policy Admin | Replace the content of a domain list specified by the domain list ID. |
/v2/domainLists/{domainListId} (PATCH) | System Admin, Admin, Policy Admin | Update the content of a domain list specified by the domain list ID. |
/v2/domainLists/{domainListId} (DELETE) | System Admin, Admin, Policy Admin | Deletes the domain list specified by domain list ID. |