---
title: "Return service and device status"
method: GET
path: "/ServerInformation/get_information"
tags: ["ServerInformation", "cPanel Server Information"]
---

# Return service and device status

`GET /ServerInformation/get_information`

This function returns the status of each
[cPanel service (daemon)](https://go.cpanel.net/ThecPanelWHMServiceDaemons),
device, and server health check point on your server.

## Response `200`

HTTP Request was successful.

- object
  - `apiversion` integer — The version of the API.
  - `func` string — The name of the method called.
  - `module` string — The name of the module called.
  - `result` object
    - `data` object[] — An array of objects containing the server's status.
      - `error` string — An error message about why system couldn't read a resource's status file.
      - `name` string — The cPanel services, devices, and server health check points on the server. * A valid [cPanel service](https://go.cpanel.net/ThecPanelWHMServiceDaemons). * `CPU Count` — The number of CPUs on the server. * `Disk mount (mount)` — The server's disk mounts, where `mount` represents the disk mount location. * `Server Load` — The server's CPU load. * `Memory Used` — The server's current memory use. * `Swap` — The server's swap space.
      - `status` union — Whether the resource is enabled or disabled. * `1` — Enabled. * `0` — Disabled. * `unknown` — The system couldn't determine the resource's status.
        - 1 | 0 — Whether the resource is enabled or disabled.
        - 'unknown' — The system couldn't determine the resource's status.
      - `type` 'device' | 'metric' | 'service' — The type of resource. * `device` * `metric` * `service`
      - `value` union — The resource's status. * `up` * `down` * `unknown` * The current resource usage.
        - 'up' | 'down' | 'unknown' — The resource's status.
        - string — The resource's current usage.
      - `version` string — The resource's software version. **Important:** The function **only** returns this value if a valid software version exists.
    - `errors` string[], nullable — List of errors if the API failed.
    - `messages` string[], nullable — List of messages generated by the API.
    - `metadata` object
      - `transformed` 1 — Post-processing may have transformed the data.
    - `status` 1 | 0 — * `1` — Success. * `0` — Failed. Check the `errors` field for more details.
    - `warnings` string[], nullable — List of warnings generated by the API. Warnings describe non-critical failures or other problematic conditions noted while running a API.

---

[API](https://skmtc.net/cpanel/apis/cpanel-uapi.md) · [All operations](https://skmtc.net/cpanel/apis/cpanel-uapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/cpanel-uapi/revisions/632e2f8e6d04/schema)
