API Description | API Path |
---|---|
List segment security profilesAPI will list all segment security profiles. |
GET /global-manager/api/v1/global-infra/segment-security-profiles
|
DELETE segment security profileAPI will delete segment security profile with the given id. |
DELETE /global-manager/api/v1/global-infra/segment-security-profiles/<segment-security-profile-id>
|
GET Segment security profile idAPI will return details of the segment security profile with given id. If the profile does not exist, it will return 404. |
GET /global-manager/api/v1/global-infra/segment-security-profiles/<segment-security-profile-id>
|
PATCH segment security profile idCreate a new segment security profile if the segment security profile with given id does not exist. Otherwise, PATCH the existing segment security profile |
PATCH /global-manager/api/v1/global-infra/segment-security-profiles/<segment-security-profile-id>
|
PUT segment security profile idCreate or replace a segment security profile |
PUT /global-manager/api/v1/global-infra/segment-security-profiles/<segment-security-profile-id>
|