Policy > Networking > Network Services > Advanced Load Balancing > Alb Analytics Profiles

Associated URIs:

API Description API Path

List ALBAnalyticsProfile for infra


Paginated list of all ALBAnalyticsProfile for infra.
GET /policy/api/v1/infra/alb-analytics-profiles

Delete ALBAnalyticsProfile and all the entities contained by this ALBAnalyticsProfile


Delete the ALBAnalyticsProfile along with all the entities contained
by this ALBAnalyticsProfile.
DELETE /policy/api/v1/infra/alb-analytics-profiles/<alb-analyticsprofile-id>

Read ALBAnalyticsProfile


Read a ALBAnalyticsProfile.
GET /policy/api/v1/infra/alb-analytics-profiles/<alb-analyticsprofile-id>

Create or update a ALBanalyticsprofile


If a ALBanalyticsprofile with the alb-analyticsprofile-id is not already present,
create a new ALBanalyticsprofile. If it already exists, update the
ALBanalyticsprofile. This is a full replace.
PATCH /policy/api/v1/infra/alb-analytics-profiles/<alb-analyticsprofile-id>

Create or update a ALBAnalyticsProfile


If a ALBAnalyticsProfile with the alb-AnalyticsProfile-id is not
already present, create a new ALBAnalyticsProfile. If it already exists,
update the ALBAnalyticsProfile. This is a full replace.
PUT /policy/api/v1/infra/alb-analytics-profiles/<alb-analyticsprofile-id>