Skip to main content

Create an FQDN

POST 
/fqdns

Create a new FQDN object.

Request

Body

    connection_id stringrequired

    ID of the FQDN connection to which this IP should be attached.

    fqdn stringrequired

    FQDN represented by this resource.

    port integernullable

    Default value: 5060

    Port to use when connecting to this FQDN.

    dns_record_type stringrequired

    The DNS record type for the FQDN. For cases where a port is not set, the DNS record type must be 'srv'. For cases where a port is set, the DNS record type must be 'a'. If the DNS record type is 'a' and a port is not specified, 5060 will be used.

Responses

201: Successful response with details about an FQDN connection.

401: Unauthorized

403: The user doesn't have the required permissions to perform the requested action.

422: The request was well-formed but was unable to be followed due to semantic errors.

Loading...