API v2: Status

The Status method allows retrieving detailed information about the Fudo Enterprise status including:

  • Cluster status.
  • The temperature of CPU cores in degrees Celsius.
  • Database server status.
  • Disks status.
  • Fudo unique identifier.
  • System load.
  • Device memory utilization.
  • Power supply units status.
  • Device serial number.
  • Number of currently active sessions.
  • Status of last system shutdown or reboot.
  • SMART attributes of disks.
  • Device storage utilization.
  • Status of last attempted firmware upgrade.
  • System uptime.
  • Firmware version.

Note

  • The Status method requires authentication.
  • It is accessible for every user role.

Retrieving status information

Request

Method
GET
Path
/api/v2/status

Example request

Sending GET https://10.0.0.0/api/v2/status

Note

To check allowed methods, available URL parameters and possible responses please refer to the API overview section.