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

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.
This API is only available when using VMware NSX-T.

Request:

Method:
PUT
URI Path(s):
/policy/api/v1/infra/alb-vs-data-script-sets/<alb-vsdatascriptset-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBVSDataScriptSet+

Example Request:

{ "name": "test-data-script", "protocol_parser_paths": [ "/infra/alb-protocol-parsers/test-protocolParser" ], "rate_limiters": [ { "burst_sz": 1, "count": 1, "name": "string", "period": 1 } ] }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBVSDataScriptSet+

Example Response:

{ "_create_time": 1604070856976, "_create_user": "admin", "_last_modified_time": 1604070857297, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "display_name": "test-data-script", "id": "test-data-script", "marked_for_delete": false, "overridden": false, "parent_path": "/infra", "path": "/infra/alb-vs-data-script-sets/test-data-script", "rate_limiters": [ { "burst_sz": 1, "count": 1, "name": "string", "period": 1 } ], "relative_path": "test-data-script", "resource_type": "ALBVSDataScriptSet", "unique_id": "7ae756f3-bd33-4a73-ae9d-251a33c60c48" }

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: