patch
https://{region}.api.jamfcloud.com/securitycloud/v1/ztna/grouped-gateways/
Partially update a Grouped Gateway.
All fields are optional — include only what you want to change.
Returns 404 if the grouped gateway does not exist or belongs to a different tenant — never 403.
tenantIds are validated against the caller's organization — 403 on mismatch.
Constraints (applied against the supplied gatewayIds array — which replaces the current set entirely):
- All
gatewayIdsmust be dedicated (customer-owned) gateways →422 SHARED_GATEWAY_MEMBER - All supplied
gatewayIdsmust have the same tunnel type (all IPSec or all non-IPSec) →422 MIXED_TUNNEL_TYPES. On PATCH, a supplied set that is uniform on its own but conflicts with the group's existing members returns409 GATEWAYS_TUNNEL_FLAG_MISMATCHinstead. - All
gatewayIdsmust have the samededicatedIps.enabledvalue →422 MIXED_DEDICATED_IPS_TYPES
Required Permissions: ztna:update
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204Grouped Gateway updated.
404Grouped Gateway not found or belongs to a different tenant.