List all domain name bindings
List all domain name bindings in a specified region.
path Parameters
regionThe region you want to target
query Parameters
function_idUUID of the function the domain is associated with.
pagePage number.
page_sizeNumber of domains per page.
order_byOrder of the domains.
List all domain name bindings › Responses
Array of domains.
total_countTotal number of domains.
Create a domain name binding
Create a domain name binding for the function with the specified ID.
path Parameters
regionThe region you want to target
Create a domain name binding › Request Body
hostnameHostname to create.
function_idUUID of the function to associate the domain with.
Create a domain name binding › Responses
idUUID of the domain.
hostnameHostname associated with the function.
function_idUUID of the function the domain is associated with.
urlURL of the function.
statusState of the domain.
error_messageError message if the domain is in "error" state.
Get a domain name binding
Get a domain name binding for the function with the specified ID.
path Parameters
regionThe region you want to target
domain_idUUID of the domain to get.
Get a domain name binding › Responses
idUUID of the domain.
hostnameHostname associated with the function.
function_idUUID of the function the domain is associated with.
urlURL of the function.
statusState of the domain.
error_messageError message if the domain is in "error" state.
Delete a domain name binding
Delete a domain name binding for the function with the specified ID.
path Parameters
regionThe region you want to target
domain_idUUID of the domain to delete.
Delete a domain name binding › Responses
idUUID of the domain.
hostnameHostname associated with the function.
function_idUUID of the function the domain is associated with.
urlURL of the function.
statusState of the domain.
error_messageError message if the domain is in "error" state.