Policy > Networking > Network Services > Advanced Load Balancing > Alb DNS Policies

Associated URIs:

API Description API Path

List ALBDnsPolicy for infra


Paginated list of all ALBDnsPolicy for infra.
GET /policy/api/v1/infra/alb-dns-policies

Delete ALBDnsPolicy and all the entities contained by this ALBDnsPolicy


Delete the ALBDnsPolicy along with all the entities contained
by this ALBDnsPolicy.
DELETE /policy/api/v1/infra/alb-dns-policies/<alb-dnspolicy-id>

Read ALBDnsPolicy


Read a ALBDnsPolicy.
GET /policy/api/v1/infra/alb-dns-policies/<alb-dnspolicy-id>

Create or update a ALBdnspolicy


If a ALBdnspolicy with the alb-dnspolicy-id is not already present,
create a new ALBdnspolicy. If it already exists, update the
ALBdnspolicy. This is a full replace.
PATCH /policy/api/v1/infra/alb-dns-policies/<alb-dnspolicy-id>

Create or update a ALBDnsPolicy


If a ALBDnsPolicy with the alb-DnsPolicy-id is not
already present, create a new ALBDnsPolicy. If it already exists,
update the ALBDnsPolicy. This is a full replace.
PUT /policy/api/v1/infra/alb-dns-policies/<alb-dnspolicy-id>