Policy > Networking > Network Services > Advanced Load Balancing > Alb Protocol Parsers

Associated URIs:

API Description API Path

List ALBProtocolParser for infra


Paginated list of all ALBProtocolParser for infra.
GET /policy/api/v1/infra/alb-protocol-parsers

Delete ALBProtocolParser and all the entities contained by this ALBProtocolParser


Delete the ALBProtocolParser along with all the entities contained
by this ALBProtocolParser.
DELETE /policy/api/v1/infra/alb-protocol-parsers/<alb-protocolparser-id>

Read ALBProtocolParser


Read a ALBProtocolParser.
GET /policy/api/v1/infra/alb-protocol-parsers/<alb-protocolparser-id>

Create or update a ALBprotocolparser


If a ALBprotocolparser with the alb-protocolparser-id is not already present,
create a new ALBprotocolparser. If it already exists, update the
ALBprotocolparser. This is a full replace.
PATCH /policy/api/v1/infra/alb-protocol-parsers/<alb-protocolparser-id>

Create or update a ALBProtocolParser


If a ALBProtocolParser with the alb-ProtocolParser-id is not
already present, create a new ALBProtocolParser. If it already exists,
update the ALBProtocolParser. This is a full replace.
PUT /policy/api/v1/infra/alb-protocol-parsers/<alb-protocolparser-id>