API Description | API Path |
---|---|
List labels for infraPaginated list of all labels for infra. |
GET /global-manager/api/v1/global-infra/labels
|
Delete PolicyLabel objectDelete PolicyLabel object |
DELETE /global-manager/api/v1/global-infra/labels/<label-id>
|
Read lableRead a label. |
GET /global-manager/api/v1/global-infra/labels/<label-id>
|
Patch an existing label objectCreate label if not exists, otherwise take the partial updates. Note, once the label is created type attribute can not be changed. |
PATCH /global-manager/api/v1/global-infra/labels/<label-id>
|
Create or replace labelCreate label if not exists, otherwise replaces the existing label. If label already exists then type attribute cannot be changed. |
PUT /global-manager/api/v1/global-infra/labels/<label-id>
|