Create database remote connection
hosting_createDatabaseRemoteConnectionV1Create a remote database connection by specifying an IPv4/IPv6 address or '%' to allow any host, enabling external access to the database.
Instructions
Allows a remote host to connect to the specified database.
Provide an IPv4/IPv6 address, or "%" to allow any host. The database name must be the full name returned by the list databases endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | Remote host to allow: an IPv4/IPv6 address, or "%" for any host. | |
| name | Yes | Full database name as returned by the list databases endpoint. | |
| username | Yes | username parameter |