client.databases.list_whitelist_ips

A method of the Databases endpoint.

list_whitelist_ips(id: int) ListResponse

List whitelisted IPs for the specified database

API URL: GET /databases/{id}/whitelist-ips

import civis
client = civis.APIClient()
response = client.databases.list_whitelist_ips(...)
Parameters:
idint

The ID for the database.

Returns:
civis.ListResponse
  • idint

    The ID of this whitelisted IP address.

  • remote_host_idint

    The ID of the database this rule is applied to.

  • security_group_idstr

    The ID of the security group this rule is applied to.

  • subnet_maskstr

    The subnet mask that is allowed by this rule.

  • created_atstr (time)

    The time this rule was created.

  • updated_atstr (time)

    The time this rule was last updated.