API Description | API Path |
---|---|
List all segments under infraPaginated list of all segments under infra. |
GET /global-manager/api/v1/global-infra/segments
|
Delete infra segmentDelete infra segment |
DELETE /global-manager/api/v1/global-infra/segments/<segment-id>
|
Force delete infra segmentForce delete bypasses validations during segment deletion. This may result in an inconsistent connectivity. |
DELETE /global-manager/api/v1/global-infra/segments/<segment-id>?force=true
|
Read infra segmentRead infra segment |
GET /global-manager/api/v1/global-infra/segments/<segment-id>
|
Create or update a segmentIf segment with the segment-id is not already present, create a new segment. If it already exists, update the segment with specified attributes. |
PATCH /global-manager/api/v1/global-infra/segments/<segment-id>
|
Create or update a infra segmentIf segment with the segment-id is not already present, create a new segment. If it already exists, replace the segment with this object. |
PUT /global-manager/api/v1/global-infra/segments/<segment-id>
|