NSX-T Data Center Global Manager REST API
Associated URIs:
| API Description | API Path |
|---|---|
List ALBNetworkSecurityPolicy for infraPaginated list of all ALBNetworkSecurityPolicy for infra. This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API. |
GET /global-manager/api/v1/global-infra/alb-network-security-policies
(Deprecated)
|
Delete ALBNetworkSecurityPolicy and all the entities contained by this ALBNetworkSecurityPolicyDelete the ALBNetworkSecurityPolicy along with all the entities contained by this ALBNetworkSecurityPolicy. This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API. |
DELETE /global-manager/api/v1/global-infra/alb-network-security-policies/<alb-networksecuritypolicy-id>
(Deprecated)
|
Read ALBNetworkSecurityPolicyRead a ALBNetworkSecurityPolicy. This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API. |
GET /global-manager/api/v1/global-infra/alb-network-security-policies/<alb-networksecuritypolicy-id>
(Deprecated)
|
Create or update a ALBnetworksecuritypolicyIf a ALBnetworksecuritypolicy with the alb-networksecuritypolicy-id is not already present, create a new ALBnetworksecuritypolicy. If it already exists, update the ALBnetworksecuritypolicy. This is a full replace. This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API. |
PATCH /global-manager/api/v1/global-infra/alb-network-security-policies/<alb-networksecuritypolicy-id>
(Deprecated)
|
Create or update a ALBNetworkSecurityPolicyIf a ALBNetworkSecurityPolicy with the alb-NetworkSecurityPolicy-id is not already present, create a new ALBNetworkSecurityPolicy. If it already exists, update the ALBNetworkSecurityPolicy. This is a full replace. This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API. |
PUT /global-manager/api/v1/global-infra/alb-network-security-policies/<alb-networksecuritypolicy-id>
(Deprecated)
|