File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -10221,4 +10221,22 @@ paths:
10221
10221
summary : Replace the value corresponding to each id in a map
10222
10222
tags :
10223
10223
- Maps
10224
+ /services/haproxy/configuration/version :
10225
+ get :
10226
+ description : Returns configuration version.
10227
+ operationId : getConfigurationVersion
10228
+ parameters :
10229
+ - $ref : ' #/parameters/transaction_id'
10230
+ responses :
10231
+ " 200 " :
10232
+ description : Configuration version
10233
+ schema :
10234
+ type : integer
10235
+ " 404 " :
10236
+ $ref : ' #/responses/NotFound'
10237
+ default :
10238
+ $ref : ' #/responses/DefaultError'
10239
+ summary : Return a configuration version
10240
+ tags :
10241
+ - Configuration
10224
10242
Original file line number Diff line number Diff line change @@ -560,3 +560,5 @@ paths:
560
560
$ref : " paths/runtime.yaml#/maps_entries"
561
561
/services/haproxy/runtime/maps_entries/{id} :
562
562
$ref : " paths/runtime.yaml#/maps_entries_one"
563
+ /services/haproxy/configuration/version :
564
+ $ref : " paths/configuration.yaml#/version"
Original file line number Diff line number Diff line change @@ -3605,3 +3605,21 @@ acls_one:
3605
3605
$ref : ' #/responses/NotFound'
3606
3606
' default ' :
3607
3607
$ref : ' #/responses/DefaultError'
3608
+ version :
3609
+ get :
3610
+ summary : Return a configuration version
3611
+ description : Returns configuration version.
3612
+ operationId : getConfigurationVersion
3613
+ tags :
3614
+ - Configuration
3615
+ parameters :
3616
+ - $ref : " #/parameters/transaction_id"
3617
+ responses :
3618
+ ' 200 ' :
3619
+ description : Configuration version
3620
+ schema :
3621
+ type : integer
3622
+ ' 404 ' :
3623
+ $ref : ' #/responses/NotFound'
3624
+ ' default ' :
3625
+ $ref : ' #/responses/DefaultError'
You can’t perform that action at this time.
0 commit comments