Get Firewall Groups
Get all firewall groups. Supported filters are:
- Org Vdc Network ID
(networkId==[ID])
- Returns all the firewall groups which the specified network is a member of. - Edge Gateway ID
(edgeGatewayId==[ID])
- Returns all the firewall groups which are available to the specific edge gateway. - Network Provider ID
(networkProviderId==[ID])
- Returns all the firewall groups which are available under a specific network provider. This filter requires system admin privilege. - Provider Gateway ID
(providerGatewayId==[ID])
- | Returns all the firewall groups which are available to a specific Provider Gateway.
(_context==networkId)
, Edge Gateway ID (_context==edgeGatewayId)
,
Network Provider ID (_context==networkProviderId)
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/firewallGroups/summaries
COPY
Query Parameters
string
filter
Optional
Filter for a query. FIQL format.
string
sortAsc
Optional
Field to use for ascending sort
string
sortDesc
Optional
Field to use for descending sort
integer
page
Required
Constraints:
minimum: 1
default: 1
Page to fetch, zero offset.
integer
pageSize
Required
Constraints:
minimum: 0
maximum: 128
default: 25
Results per page to fetch.
Responses
200
OK
Returns
FirewallGroups
of type(s)
application/json;version=39.1
This response body class contains all of the following:
InlineFirewallGroups0 ,
InlineFirewallGroups1
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"orgRef": {
"name": "string",
"id": "string"
},
"edgeGatewayRef": {
"name": "string",
"id": "string"
},
"ownerRef": {
"name": "string",
"id": "string"
},
"networkProviderScope": "string",
"status": {},
"id": "string",
"name": "string",
"description": "string",
"type": {},
"typeValue": "string"
}
]
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/firewallGroups/summaries?page=value&pageSize=v
Availability
Added in 33.0
Firewall Groups Operations
GET
Get Firewall Groups
POST
Create Firewall Group