---
title: "获取APP实例信息"
method: GET
path: "/tenants/{tenantId}/app_instances/{appInstanceId}"
tags: ["AppInstance"]
---

# 获取APP实例信息

`GET /tenants/{tenantId}/app_instances/{appInstanceId}`

## Path parameters

- `tenantId` string, required
- `appInstanceId` string, required

## Headers

- `accessToken` string, required

## Response `200`

ok

- VmAppInstanceInfo[]
  - `vmId` string
  - `vncUrl` string
  - `networks` object[]
    - `name` string
    - `ip` string

## Other responses

- `400` — bad request

---

[API](https://skmtc.net/edgegallery/apis/applcm-vm-base.md) · [All operations](https://skmtc.net/edgegallery/apis/applcm-vm-base/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edgegallery/applcm-vm-base/revisions/e05c33954516/schema)
