Policy > Networking > Network Services > Advanced Load Balancing > Alb Pool Group Deployment Policies

Associated URIs:

API Description API Path

List ALBPoolGroupDeploymentPolicy for infra


Paginated list of all ALBPoolGroupDeploymentPolicy for infra.
GET /policy/api/v1/infra/alb-pool-group-deployment-policies

Delete ALBPoolGroupDeploymentPolicy and all the entities contained by this ALBPoolGroupDeploymentPolicy


Delete the ALBPoolGroupDeploymentPolicy along with all the entities contained
by this ALBPoolGroupDeploymentPolicy.
DELETE /policy/api/v1/infra/alb-pool-group-deployment-policies/<alb-poolgroupdeploymentpolicy-id>

Read ALBPoolGroupDeploymentPolicy


Read a ALBPoolGroupDeploymentPolicy.
GET /policy/api/v1/infra/alb-pool-group-deployment-policies/<alb-poolgroupdeploymentpolicy-id>

Create or update a ALBpoolgroupdeploymentpolicy


If a ALBpoolgroupdeploymentpolicy with the alb-poolgroupdeploymentpolicy-id is not already present,
create a new ALBpoolgroupdeploymentpolicy. If it already exists, update the
ALBpoolgroupdeploymentpolicy. This is a full replace.
PATCH /policy/api/v1/infra/alb-pool-group-deployment-policies/<alb-poolgroupdeploymentpolicy-id>

Create or update a ALBPoolGroupDeploymentPolicy


If a ALBPoolGroupDeploymentPolicy with the alb-PoolGroupDeploymentPolicy-id is not
already present, create a new ALBPoolGroupDeploymentPolicy. If it already exists,
update the ALBPoolGroupDeploymentPolicy. This is a full replace.
PUT /policy/api/v1/infra/alb-pool-group-deployment-policies/<alb-poolgroupdeploymentpolicy-id>