Creates a new FQDN object.
FQDN to add
FQDN created response
Bad request
Unauthorized
{- "connection_id": "string",
- "fqdn": "string",
- "port": 0,
- "dns_record_type": "a"
}
{- "id": "string",
- "connection_id": "string",
- "fqdn": "string",
- "port": 0,
- "dns_record_type": "a"
}
Returns a list of your FQDNs.
FQDN response
Unauthorized
[- {
- "id": "string",
- "connection_id": "string",
- "fqdn": "string",
- "port": 0,
- "dns_record_type": "a"
}
]
Updates the specified FQDN with the values of the parameters passed. Any parameters not included in the request will be left unchanged.
Updated FQDN object
FQDN updated response
Bad request
Unauthorized
{- "connection_id": "string",
- "fqdn": "string",
- "port": 0,
- "dns_record_type": "a"
}
{- "id": "string",
- "connection_id": "string",
- "fqdn": "string",
- "port": 0,
- "dns_record_type": "a"
}
Permanently deletes an FQDN.
FQDN deleted response
Resource not found
{- "id": "string",
- "connection_id": "string",
- "fqdn": "string",
- "port": 0,
- "dns_record_type": "a"
}