File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,6 @@ definitions:
271
271
type : string
272
272
x-display-name : Continous Statistics
273
273
cookie :
274
- pattern : ^[^\s]+$
275
274
type : string
276
275
default_backend :
277
276
pattern : ^[A-Za-z0-9-_.:]+$
@@ -537,7 +536,6 @@ definitions:
537
536
type : integer
538
537
x-nullable : true
539
538
cookie :
540
- pattern : ^[^\s]+$
541
539
type : string
542
540
x-dependency :
543
541
mode :
@@ -1479,7 +1477,7 @@ definitions:
1479
1477
type : integer
1480
1478
x-nullable : true
1481
1479
name :
1482
- pattern : ^[A-Za-z0-9-_.: ]+$
1480
+ pattern : ^[^\s ]+$
1483
1481
type : string
1484
1482
x-display-name : Backend Name
1485
1483
x-dynamic-enum :
@@ -2438,6 +2436,22 @@ definitions:
2438
2436
$ref : " #/definitions/transaction"
2439
2437
info :
2440
2438
description : General API, OS and hardware information
2439
+ example :
2440
+ api :
2441
+ build_date : " 2019-08-21T17:31:56.000Z"
2442
+ version : v1.2.1 45a3288.dev
2443
+ system :
2444
+ cpu_info :
2445
+ model : Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
2446
+ num_cpus : 4
2447
+ hostname : test
2448
+ mem_info :
2449
+ dataplaneapi_memory : 44755536
2450
+ free_memory : 5790642176
2451
+ total_memory : 16681517056
2452
+ os_string : ' Linux 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019'
2453
+ time : 1566401525
2454
+ uptime : 87340
2441
2455
properties :
2442
2456
api :
2443
2457
properties :
Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ defaults:
151
151
x-display-name : Continous Statistics
152
152
cookie :
153
153
type : string
154
- pattern : ' ^[^\s]+$'
155
154
client_timeout :
156
155
type : integer
157
156
x-nullable : true
@@ -358,7 +357,6 @@ backend:
358
357
value : http
359
358
cookie :
360
359
type : string
361
- pattern : ' ^[^\s]+$'
362
360
x-dependency :
363
361
mode :
364
362
value : http
@@ -1055,7 +1053,7 @@ backend_switching_rule:
1055
1053
x-nullable : true
1056
1054
name :
1057
1055
type : string
1058
- pattern : ' ^[A-Za-z0-9-_.: ]+$'
1056
+ pattern : ' ^[^\s ]+$'
1059
1057
x-nullable : false
1060
1058
x-dynamic-enum :
1061
1059
operation : getBackends
You can’t perform that action at this time.
0 commit comments