Set a connection to use FQDN authentication.
Note: domains are not added via this endpoint. Please see the FQDN endpoints for operations involving adding and removing domains.
The fields user_name
and password
are not required for this authentication type, but the connection will be unusable on outbound profiles if they are not set.
User name and password credential details
{- "user_name": "string",
- "password": "string",
- "ip_authentication_method": "tech-prefix",
- "fqdn_outbound_authentication": "credential-authentication",
- "webhook_url": "string",
- "failover_url": "string"
}
{- "success": true,
- "message": "string",
- "reasons": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
Updates the connection credentials with the values of the parameters passed. Any parameters not included in the request will be left unchanged.
FQDN Authentication details
{- "user_name": "string",
- "password": "string",
- "ip_authentication_method": "tech-prefix",
- "fqdn_outbound_authentication": "credential-authentication",
- "webhook_url": "string",
- "failover_url": "string"
}
{- "success": true,
- "message": "string",
- "reasons": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}