ChangeFullyQualifiedDomainNameAsync

Use this to change the Fully Qualified Domain Name of an Instance. Returns (Task)

Name Description
instance The instance to change the FQDN for
newFqdn The new fully qualified domain name

Change Fully Qualified Domain Name Async

Example in C#

// Returns: nothing
await client.ChangeFullyQualifiedDomainNameAsync(InstanceInfo instance, String newFqdn);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/fqdn \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -D'"NEW_FULLY_QUALIFIED_DOMAIN_NAME"'