Get the current status of the SMC system
GET /api/smc
{
"[Time Elapsed (post-boot)]": "ETH_MGMT Enumerated"
}
Update the status of the SMC system
Note: Here for consistency but of no real use in practice
POST /api/smc
{
"[Time Elapsed (post-boot)]": "ETH_MGMT Enumerated"
}
Response Body
{
"message": "ok"
}
Clears all the data in the SMC database including user accounts
There is no undo.
POST /api/smc/clear/all
{
"message": "ok"
}
Restart SWUpdate process to permit downgrading SMC version below permitted version
WARNING: This may cause unrecoverable error
POST /api/smc/enable/downgrade
{
"message": "ok"
}