Add architecture to /system/info endpoint

With this change /system/info endpoint is going to give
information about the platform architecture it is running on
(arm64, armhf, x86_64)

Signed-off-by: Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
This commit is contained in:
Ivana Yovcheva (VMware)
2019-06-26 22:28:35 +03:00
committed by Alex Ellis
parent cb21af4825
commit 2420b387b5
6 changed files with 35 additions and 1 deletions

View File

@ -434,6 +434,10 @@ definitions:
type: string
format: semver
example: 0.8.9
arch:
type: string
description: "Platform architecture"
example: "x86_64"
required:
- provider
- version