dataplaneapi
dataplaneapi copied to clipboard
HAProxy Data Plane API
Hi, I would like to explore whether I can use dataplane api to dynamically add a "listen" section or otherwise modify it. However, when I try to list them under...
Hello, I have a strange issue with the map handler. When I try to add a new entrie in existing file on my server, I have the following result :...
Hi there! Is there a way to add `retry-on all-retryable-errors` using api request? Didnt find it in documentation. I will be grateful for help. Thanks in advance.
url: v2/services/haproxy/configuration/acls/1?parent_name=$server&parent_type=frontend&version=1 {"code":500,"message":"runtime error: invalid memory address or nil pointer dereference: /usr/local/go/src/runtime/panic.go:220 panicmem"} HAProxy Data Plane API v2.5.3 a6a86c8 HAProxy version 2.2.22-16420af, released 2022/03/14
I was testing the container, and all of a sudden the acl files are not loaded [ALERT] 173/210358 (26) : parsing [/etc/haproxy/haproxy.cfg:76] : error detected while parsing ACL 'blacklistweb' :...
Hello, I've noticed that when I try to add an entry multiple times to a map file with `POST http://{{url}}/v2/services/haproxy/runtime/maps_entries?map=routing.map` endpoint I will get: ``` { "code": 409, "message": "already...
I'm trying to delete an ACL endpoint using its index - in this case, the index is 1 and the call is like this DELETE METHOD to baseurl/services/haproxy/configuration/acls/1?parent_name=http_443&parent_type=frontend&transaction_id=07df637f-0608-48ea-8f73-dda340769718 but it...
HI, tring to delete map entry via it's id as depicted in http://127.0.0.1:5555/v2/docs#operation/deleteRuntimeMapEntry endpoint documentation. getting 204 response indicating successful deletion in reality map entry still persist. Managed to delete...
When I POST my raw configuration on /services/haproxy/configuration/raw I get a 400 response code with the response body: curl -s -X POST "http://10.23.10.207:50082/v2/services/haproxy/configuration/raw?version=$(eval $ver)" -H "Content-Type: text/plain" --data-binary "global\n daemon\r\n"...
Hello, I'm not sure if I'm doing something wrong but "POST /services/haproxy/configuration/http_request_rules" does not check if the rule already exists and keep doubling it... I need to add: http-request set-header...