---
title: "获取Provider状态详情"
method: GET
path: "/admin/provider/{id}/status"
tags: ["管理员管理"]
---

# 获取Provider状态详情

`GET /admin/provider/{id}/status`

获取Provider的详细状态信息，包括证书信息

## Path parameters

- `id` integer, required

## Response `200`

获取成功

- object
  - `code` integer
  - `data` AdminProviderStatusResponse
    - `apiStatus` string
    - `certFingerprint` string
    - `certPath` string
    - `id` integer
    - `keyPath` string
    - `lastApiCheck` string
    - `lastSshCheck` string
    - `name` string
    - `nodeCpuCores` integer — 节点资源信息
    - `nodeDiskTotal` integer
    - `nodeMemoryTotal` integer
    - `resourceSynced` boolean
    - `resourceSyncedAt` string
    - `sshStatus` string
    - `status` string
    - `type` string
    - `uuid` string
  - `msg` string

## Other responses

- `400` — 参数错误
- `500` — 获取失败

## Changes

- **2025-10-22** `dcdf027169a3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/oneclickvirt/apis/oneclickvirt-api/changes/admin/provider/:id/status/get.md)

---

[API](https://skmtc.dev/oneclickvirt/apis/oneclickvirt-api.md) · [All operations](https://skmtc.dev/oneclickvirt/apis/oneclickvirt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oneclickvirt/oneclickvirt-api/revisions/dcdf027169a3/schema)
