Policy > Networking > Network Services > Advanced Load Balancing > Alb Vs Data Script Sets

Associated URIs:

API Description API Path

List ALBVSDataScriptSet for infra


Paginated list of all ALBVSDataScriptSet for infra.
GET /policy/api/v1/infra/alb-vs-data-script-sets

Delete ALBVSDataScriptSet and all the entities contained by this ALBVSDataScriptSet


Delete the ALBVSDataScriptSet along with all the entities contained
by this ALBVSDataScriptSet.
DELETE /policy/api/v1/infra/alb-vs-data-script-sets/<alb-vsdatascriptset-id>

Read ALBVSDataScriptSet


Read a ALBVSDataScriptSet.
GET /policy/api/v1/infra/alb-vs-data-script-sets/<alb-vsdatascriptset-id>

Create or update a ALBvsdatascriptset


If a ALBvsdatascriptset with the alb-vsdatascriptset-id is not already present,
create a new ALBvsdatascriptset. If it already exists, update the
ALBvsdatascriptset. This is a full replace.
PATCH /policy/api/v1/infra/alb-vs-data-script-sets/<alb-vsdatascriptset-id>

Create or update a ALBVSDataScriptSet


If a ALBVSDataScriptSet with the alb-VSDataScriptSet-id is not
already present, create a new ALBVSDataScriptSet. If it already exists,
update the ALBVSDataScriptSet. This is a full replace.
PUT /policy/api/v1/infra/alb-vs-data-script-sets/<alb-vsdatascriptset-id>