For the complete documentation index, see llms.txt. This page is also available as Markdown.

Default module

List all rules of a group (Network ACL)

get

Returns all of rules belong to a firewall policy (group of rules) There are 2 types of rule groups:

  • Inbound (ingress) rules: An inbound rule permits servers to receive traffic from the specified IPv4 address ranges, the IP address ranges that are specified by a prefix list, or the servers that are associated with a destination Network ACL.

  • Outbound (egress) rules: An outbound rule permits servers to send traffic to the specified IPv4 address ranges, the IP address ranges specified by a prefix list, or the servers that are associated with a source Network ACL.

  • A default rule is automatically created with a NACL that allows all outbound traffic, and you can delete it.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
vpc_idstringRequired

The unique identifier of the VPC where the Network ACL belongs.

network_acl_idstringRequired

The unique identifier of the network ACL comes from the "List all network ACLs" API.

firewall_policy_idstringRequired

The unique ID of the policy (Obtain this ID by "List all rule groups of a Network ACL" API).

Header parameters
AuthorizationstringRequiredExample: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE3NTYwODY2MTIuNTQ5OTUsInN1YiI6eyJpZCI6IjMwYjljMmM4LTE1ZGMtNDg2Mi1hZWQ5LTE2MTA4N2RiZDYwMSIsImVtYWlsIjoidGh1Y3RtM0BmcHQuY29tIiwianRpIjoiNDkxZDU3OWMtZDIzZC00NmE1LWI4YTAtYmNlOTcyN2I4Y2U2In0sImV4cCI6MTc1NjEwNDYxMi41NDk5NX0.32Svwd_yCgWNES6HeNl7-vkapM2_8_sILdVyXYdIX5Q
OrgIdstringRequiredExample: abd4f613-3838-4b2f-b12c-b00898a8abf6
UserIdstringRequiredExample: 30b9c2c8-15dc-4862-aed9-161087dbd601
UserEmailstringRequiredExample: [email protected]
sentry-tracestringRequiredExample: 9451014e352940c6856e156dccd4f65b-b552e7f783f7bb5a-1
Responses
200Success
application/json
totalintegerRequired

The number of rule groups.

get
/api/v2/vmware/vpc/{vpc_id}/hpc/network-acls/{network_acl_id}/firewall-policies/{firewall_policy_id}/firewall-rules
200Success

Quota list

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
AuthorizationstringRequiredExample: Bearer token
Responses
200Success
application/json
messagenullOptional
get
/api/v2/vmware/vpc/<uuid(strict=False):vpc_id>/hpc/server/quota
200Success

Last updated

Was this helpful?