Policy >
Networking
>
Connectivity
>
Segment
>
Segment Profiles
>
Segment Security Profile Binding
Associated URIs:
API Description
API Path
List infra segment port security profile binding maps
API will list all port security profile binding maps.
GET /global-manager/api/v1/global-infra/segments/<segment-id>/ports/<port-id>/port-security-profile-binding-maps
Get infra segment port security profile binding map
API will return details of the port security profile binding map. If the
security profile binding map does not exist, it will return 404.
GET /global-manager/api/v1/global-infra/segments/<segment-id>/ports/<port-id>/port-security-profile-binding-maps/<port-security-profile-binding-map-id>
List infra segment security profile binding maps
API will list all segment security profile binding maps.
GET /global-manager/api/v1/global-infra/segments/<segment-id>/segment-security-profile-binding-maps
Delete infra segment security profile binding map
API will delete segment security profile binding map.
DELETE /global-manager/api/v1/global-infra/segments/<segment-id>/segment-security-profile-binding-maps/<segment-security-profile-binding-map-id>
Get infra segment security profile binding map
API will return details of the segment security profile binding map. If the
binding map does not exist, it will return 404.
GET /global-manager/api/v1/global-infra/segments/<segment-id>/segment-security-profile-binding-maps/<segment-security-profile-binding-map-id>
Patch infra segment security profile binding map
Create a new segment security profile binding map if the given security
profile binding map does not exist. Otherwise, patch the existing segment
security profile binding map.
PATCH /global-manager/api/v1/global-infra/segments/<segment-id>/segment-security-profile-binding-maps/<segment-security-profile-binding-map-id>
Create or replace infra segment security profile binding map
API will create or replace segment security profile binding map.
PUT /global-manager/api/v1/global-infra/segments/<segment-id>/segment-security-profile-binding-maps/<segment-security-profile-binding-map-id>
List port security profile binding maps
API will list all port security profile binding maps.
GET /global-manager/api/v1/global-infra/tier-1s/<tier-1-id>/segments/<segment-id>/ports/<port-id>/port-security-profile-binding-maps
Get port security profile binding map
API will return details of the port security profile binding map. If the
security profile binding map does not exist, it will return 404.
GET /global-manager/api/v1/global-infra/tier-1s/<tier-1-id>/segments/<segment-id>/ports/<port-id>/port-security-profile-binding-maps/<port-security-profile-binding-map-id>
List segment security profile binding maps
API will list all segment security profile binding maps.
GET /global-manager/api/v1/global-infra/tier-1s/<tier-1-id>/segments/<segment-id>/segment-security-profile-binding-maps
Delete segment security profile binding map
API will delete segment security profile binding map.
DELETE /global-manager/api/v1/global-infra/tier-1s/<tier-1-id>/segments/<segment-id>/segment-security-profile-binding-maps/<segment-security-profile-binding-map-id>
Get segment security profile binding map
API will return details of the segment security profile binding map. If the
binding map does not exist, it will return 404.
GET /global-manager/api/v1/global-infra/tier-1s/<tier-1-id>/segments/<segment-id>/segment-security-profile-binding-maps/<segment-security-profile-binding-map-id>
Create or replace segment security profile binding map
API will create or replace segment security profile binding map.
PUT /global-manager/api/v1/global-infra/tier-1s/<tier-1-id>/segments/<segment-id>/segment-security-profile-binding-maps/<segment-security-profile-binding-map-id>