NSX-T Data Center REST API
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:
              PATCH
            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:
{ "display_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:
                  n/a
                Response Body:
    n/a
  