List Firewall Rules
Path Parameters
ID of the project
The Ubicloud location/region
Postgres database ID or name
Response
Total number of firewall rules
Array of firewall rule objects
Create Firewall Rule
Path Parameters
ID of the project
The Ubicloud location/region
Postgres database ID or name
Body Parameters
CIDR of the firewall rule
Description of the firewall rule
Response
ID of the firewall rulePattern:
^fr[0-9a-hj-km-np-tv-z]{24}$CIDR of the firewall rule
Port information for the firewall rule
Port for the Postgres firewall rule
Update Firewall Rule
Path Parameters
ID of the project
The Ubicloud location/region
Postgres database ID or name
ID of the firewall rulePattern:
^fr[0-9a-hj-km-np-tv-z]{24}$Body Parameters
CIDR of the firewall rule
Description of the firewall rule
Delete Firewall Rule
Path Parameters
ID of the project
The Ubicloud location/region
Postgres database ID or name
ID of the firewall rule
Response
Returns a204 No Content status code on successful deletion.