setWAFDNSManager — Updating DNS records
The setWAFDNSManager
method communicates to SiteLock that the user’s DNS records will be modified for the purpose of configuring Firewall & CDN.
The API endpoint is:
https://api.sitelock.com/v1/partner
Request format
-
SiteLockOnlineRequest: This element is used to delineate the full API request.
-
authentication: The partner’s username, password, and branding
-
username: The partner’s API username
-
password: The partner’s API password
-
partner: (Optional) The brand name to use in messaging
-
-
setWAFDNSManager: The method name
-
site_id: The ID of the site
-
waf_dns_manager: (Optional) This element can have one of the following values:
-
customer: Partner requires the user to update their DNS records. This is the default value when not specified.
-
partner: Partner will modify the user’s DNS records.
-
-
-