Retrieve Firewall rules by Network Security Group ID
To retrieve the firewall rules by Network Security Group ID, you need to use one of the following Cloud APIGET
request using the datacenterId
and securityGroupId
:
GET /datacenters/{datacenterId}/securitygroups/{securityGroupId}/rules
GET /datacenters/{datacenterId}/securitygroups/{securityGroupId}/rules/{ruleId}
Request
Response
200 OK
PreviousCreate Firewall rule for a Network Security GroupNextDelete Firewall rule from a Network Security Group
Last updated
Was this helpful?