Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit b99d176

Browse files
authored
Merge pull request #41446 from thaJeztah/19.03_backport_swagger_fixes
[19.03 backport] swagger: fix MemTotal units in SystemInfo endpoint Upstream-commit: 406dba269c27c5f0b5f56e83eace4d21848be738 Component: engine
2 parents 340e0f5 + 9a44f43 commit b99d176

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

components/engine/api/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4467,7 +4467,7 @@ definitions:
44674467
example: 4
44684468
MemTotal:
44694469
description: |
4470-
Total amount of physical memory available on the host, in kilobytes (kB).
4470+
Total amount of physical memory available on the host, in bytes.
44714471
type: "integer"
44724472
format: "int64"
44734473
example: 2095882240

components/engine/docs/api/v1.32.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3599,7 +3599,7 @@ definitions:
35993599
example: 4
36003600
MemTotal:
36013601
description: |
3602-
Total amount of physical memory available on the host, in kilobytes (kB).
3602+
Total amount of physical memory available on the host, in bytes.
36033603
type: "integer"
36043604
format: "int64"
36053605
example: 2095882240

components/engine/docs/api/v1.33.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3604,7 +3604,7 @@ definitions:
36043604
example: 4
36053605
MemTotal:
36063606
description: |
3607-
Total amount of physical memory available on the host, in kilobytes (kB).
3607+
Total amount of physical memory available on the host, in bytes.
36083608
type: "integer"
36093609
format: "int64"
36103610
example: 2095882240

components/engine/docs/api/v1.34.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3633,7 +3633,7 @@ definitions:
36333633
example: 4
36343634
MemTotal:
36353635
description: |
3636-
Total amount of physical memory available on the host, in kilobytes (kB).
3636+
Total amount of physical memory available on the host, in bytes.
36373637
type: "integer"
36383638
format: "int64"
36393639
example: 2095882240

components/engine/docs/api/v1.35.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3615,7 +3615,7 @@ definitions:
36153615
example: 4
36163616
MemTotal:
36173617
description: |
3618-
Total amount of physical memory available on the host, in kilobytes (kB).
3618+
Total amount of physical memory available on the host, in bytes.
36193619
type: "integer"
36203620
format: "int64"
36213621
example: 2095882240

components/engine/docs/api/v1.36.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3628,7 +3628,7 @@ definitions:
36283628
example: 4
36293629
MemTotal:
36303630
description: |
3631-
Total amount of physical memory available on the host, in kilobytes (kB).
3631+
Total amount of physical memory available on the host, in bytes.
36323632
type: "integer"
36333633
format: "int64"
36343634
example: 2095882240

components/engine/docs/api/v1.37.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3648,7 +3648,7 @@ definitions:
36483648
example: 4
36493649
MemTotal:
36503650
description: |
3651-
Total amount of physical memory available on the host, in kilobytes (kB).
3651+
Total amount of physical memory available on the host, in bytes.
36523652
type: "integer"
36533653
format: "int64"
36543654
example: 2095882240

components/engine/docs/api/v1.38.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3702,7 +3702,7 @@ definitions:
37023702
example: 4
37033703
MemTotal:
37043704
description: |
3705-
Total amount of physical memory available on the host, in kilobytes (kB).
3705+
Total amount of physical memory available on the host, in bytes.
37063706
type: "integer"
37073707
format: "int64"
37083708
example: 2095882240

components/engine/docs/api/v1.39.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4345,7 +4345,7 @@ definitions:
43454345
example: 4
43464346
MemTotal:
43474347
description: |
4348-
Total amount of physical memory available on the host, in kilobytes (kB).
4348+
Total amount of physical memory available on the host, in bytes.
43494349
type: "integer"
43504350
format: "int64"
43514351
example: 2095882240

components/engine/docs/api/v1.40.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4467,7 +4467,7 @@ definitions:
44674467
example: 4
44684468
MemTotal:
44694469
description: |
4470-
Total amount of physical memory available on the host, in kilobytes (kB).
4470+
Total amount of physical memory available on the host, in bytes.
44714471
type: "integer"
44724472
format: "int64"
44734473
example: 2095882240

0 commit comments

Comments
 (0)