API ReferenceNew CentralGuidesMRT APIConfiguration API
GithubAirheads Developer Community
API Reference

Update existing network group profile configurations

A network group (netdestination) profile. Each profile
is identified by a unique name and contains a list of
network destination entries.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≤ 9999

Configures the unique name for this network group
(netdestination) profile. This leaf is mandatory and
serves as the key for the net-group list. The name is
used to reference this group as a source or destination
alias in session ACLs and firewall policies. Must be
between 1 and 63 characters.

Query Params
string

LOCAL - To update local objects. SHARED - To update shared objects. Default - Defaults to SHARED if not provided

string

Scope at which local object needs to be updated. Mandatory if object-type = LOCAL. Should not be provided for object-type = SHARED.

string

Device function for which the local object needs to be updated. Mandatory if object_type = LOCAL. Should not be provided for object_type = SHARED.

Body Params

net-groupbody object

string
length between 1 and 128

A user-defined text description for this network group
profile, used for administrative identification.

string
length between 1 and 63

Name of another netdestination profile whose entries should
be excluded (subtracted) from this network group. When
specified, destinations matching the excluded profile are
removed from the effective match set of this group.

boolean
Defaults to false

When set to true, inverts the match logic of this network
group. Traffic matching any destination NOT in this group
will match the ACL rule referencing this alias. Default
is false (normal match behavior).

items
array of objects
length ≤ 2147483647

Ordered list of network destination entries within this
network group profile. Each entry defines a specific
network destination (host, FQDN, range, network, VLAN,
port, or interface) identified by a positional index.

items
string
length between 1 and 63

Configures the unique name for this network group
(netdestination) profile. This leaf is mandatory and
serves as the key for the net-group list. The name is
used to reference this group as a source or destination
alias in session ACLs and firewall policies. Must be
between 1 and 63 characters.

string
enum

The IP address family type for this netdestination profile.
Indicates whether entries are IPv4-only or IPv6-only.

Show Details
IPV4_IPV6_MIXEDThe netdestination profile contains a mix of both IPv4 and IPv6 address entries. This is not supported on any devices.
IPV4_ONLYThe netdestination profile contains only IPv4 address entries.
IPV6_ONLYThe netdestination profile contains only IPv6 address entries.
Allowed:
boolean
Defaults to false

Enable/Disable preemptive failover.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json