Skip to main content

nexigon_api.properties.RugixSystemInfo

Rugix-specific system information.

slots objectrequired
property name* nexigon_api.properties.RugixSlotInfo

Information about a Rugix update slot.

activeboolean
hashes object
property name*string
sizeinteger<uint64>
updatedAtstring
boot object

Rugix-specific boot information.

bootFlowstringrequired
activeGroupstring
defaultGroupstring
groups objectrequired
property name* nexigon_api.properties.RugixBootGroupInfo

Information about a Rugix boot group.

object
state objectrequired

Information about Rugix's state management mechanism.

oneOf
statusrequired
Constant value: Disabled
build object

Rugix Bakery build information.

namestringrequired
release objectrequired

Rugix Bakery build release information.

idstringrequired
versionstringrequired
nexigon_api.properties.RugixSystemInfo
{
"slots": {},
"boot": {
"bootFlow": "string",
"activeGroup": "string",
"defaultGroup": "string",
"groups": {}
},
"state": {},
"build": {
"name": "string",
"release": {
"id": "string",
"version": "string"
}
}
}