API Description | API Path |
---|---|
List Tier-1 instancesPaginated list of all Tier-1 instances |
GET /global-manager/api/v1/global-infra/tier-1s
|
Delete Tier-1 configurationDelete Tier-1 configuration |
DELETE /global-manager/api/v1/global-infra/tier-1s/<tier-1-id>
|
Read Tier-1 configurationRead Tier-1 configuration |
GET /global-manager/api/v1/global-infra/tier-1s/<tier-1-id>
|
Create or update Tier-1 configurationIf 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 configurationIf 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>
|