Policy > Networking > Connectivity > Tier-1 Gateways > Tier-1 Gateways

Associated URIs:

API Description API Path

List Tier-1 instances


Paginated list of all Tier-1 instances
GET /global-manager/api/v1/global-infra/tier-1s

Delete Tier-1 configuration


Delete Tier-1 configuration
DELETE /global-manager/api/v1/global-infra/tier-1s/<tier-1-id>

Read Tier-1 configuration


Read Tier-1 configuration
GET /global-manager/api/v1/global-infra/tier-1s/<tier-1-id>

Create or update Tier-1 configuration


If Tier-1 with the tier-1-id is not already present, create a new Tier-1 instance.
If it already exists, update the tier-1 instance with specified attributes.
PATCH /global-manager/api/v1/global-infra/tier-1s/<tier-1-id>

Create or update tier-1 configuration


If Tier-1 with the tier-1-id is not already present, create a new Tier-1 instance.
If it already exists, replace the Tier-1 instance with this object.
PUT /global-manager/api/v1/global-infra/tier-1s/<tier-1-id>