hosting_createDatabaseRemoteConnectionV1
Grant a remote host access to a specific database by supplying an IP address or '%' to allow any host. Enter the full database name to authorize the connection.
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 |