Networking
networking
Networking
Firewall Rules
networking.firewall_rules
Methods
post/v1/networking/vpcs/{vpc_id}/firewall_rules
Create a firewall rule
delete/v1/networking/vpcs/{vpc_id}/firewall_rules/{firewall_rule_id}
Delete a firewall rule
get/v1/networking/vpcs/{vpc_id}/firewall_rules/{firewall_rule_id}
Get details about a firewall rule
get/v1/networking/vpcs/{vpc_id}/firewall_rules
Request example
200Example
patch/v1/networking/vpcs/{vpc_id}/firewall_rules/{firewall_rule_id}
Update a firewall rule
Domain types
FirewallRule = { id, created_at, destination_address, 7 more... }
Firewall rule details.
FirewallRuleList = { items }
Networking
VPCs
networking.vpcs
Methods
post/v1/networking/vpcs
Create a VPC
delete/v1/networking/vpcs/{vpc_id}
Delete a VPC
get/v1/networking/vpcs/{vpc_id}
Get details about a VPC
get/v1/networking/vpcs
List all VPCs
patch/v1/networking/vpcs/{vpc_id}
Update a VPC
Domain types
Subnet = { id, cidr, created_at, 2 more... }
Subnet of the VPC.
VPC = { id, created_at, firewall_rule_ids, 5 more... }
VPC details.
VPCList = { items }
networking.vpcs.availability
Methods
Check Create VPC Availability -> string
post/v1/networking/vpcs/availability
Check if a VPC can be created
Check Update VPC Availability -> string
patch/v1/networking/vpcs/{vpc_id}/availability
Check if a VPC can be updated