API Description | API Path |
---|---|
List infra segment port security profile binding mapsAPI 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 mapAPI 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 mapsAPI 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 mapAPI 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 mapAPI 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 mapCreate 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. For objects with no binding maps, default profile is applied. |
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 mapAPI will create or replace segment security profile binding map. For objects with no binding maps, default profile is applied. |
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 mapsAPI 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 mapAPI 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 mapsAPI 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 mapAPI 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 mapAPI 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 mapAPI will create or replace segment security profile binding map. For objects with no binding maps, default profile is applied. |
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>
|