---
title: "get system info"
method: GET
path: "/system/info"
tags: ["platform"]
---

# get system info

`GET /system/info`

get system info

## Query parameters

- `withVersionDetail` boolean

## Response `200`

OK

- object
  - `code` integer
  - `data` object
    - `currentVersion` StructsSystemVersionInfo
      - `desc` string
      - `releaseNote` string
      - `versionId` string
    - `info` StructsSystemInfo
      - `currentVersionId` string
      - `lastVersionId` string
      - `productComponentsInitialized` boolean
      - `productVersionsInitialized` boolean
      - `state` string
      - `supportedProducts` StructsProductWithVersions[]
        - `productId` string
        - `productName` string
        - `versions` StructsSpecificVersionProduct[]
          - `arch` string
          - `productId` string
          - `version` string
      - `supportedVendors` StructsVendorInfo[]
        - `id` string — The value of the VendorID is similar to AWS
        - `name` string — The value of the Name is similar to AWS
      - `systemLogo` string
      - `systemName` string
      - `vendorSpecsInitialized` boolean
      - `vendorZonesInitialized` boolean
    - `lastVersion` StructsSystemVersionInfo
      - `desc` string
      - `releaseNote` string
      - `versionId` string
  - `message` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/pingcap/apis/em-ui-api.md) · [All operations](https://skmtc.net/pingcap/apis/em-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pingcap/em-ui-api/versions/631e4b26b7e8/schema)
