All Products
Search
Document Center

Cloud Phone:DescribeJVSInstance

Last Updated:Jun 10, 2026

Mengambil detail instans JVS.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Sintaks permintaan

POST /anonymous/jvs/instance/describe HTTP/1.1

Parameter permintaan

Parameter

Type

Required

Description

Example

InstanceIds

array

No

Daftar ID instans.

string

No

The instance ID.

acp-5hh431emkt6u*****

MaxResults

integer

No

Jumlah entri yang akan dikembalikan pada setiap halaman.

10

NextToken

string

No

Token paginasi dari permintaan sebelumnya untuk mengambil halaman hasil berikutnya. Abaikan parameter ini untuk permintaan pertama.

AAAAAV3MpHK1AP0pfERHZN5pu6kU+SQXzm0H9mu/FiSc****

Elemen respons

Element

Type

Description

Example

object

The response object.

RequestId

string

The request ID.

425F351C-3F8E-5218-A520-B6311D0D****

MaxResults

integer

The number of entries returned on the current page.

10

NextToken

string

The token to retrieve the next page of results. If this field is empty, there are no more results.

AAAAAV3MpHK1AP0pfERHZN5pu6kU+SQXzm0H9mu/FiSc****

TotalCount

integer

The total number of entries.

30

Data

array<object>

A list of JVS instances.

array<object>

The details of a JVS instance.

InstanceId

string

The instance ID.

acp-uto81vfd8t8z****

CreditConfig

array<object>

The Credit limit configuration. If you apply multiple configurations, the latest one overwrites the others.

object

The Credit limit configuration object.

CreditLimit

integer

Valid values:

  • 0 :

    不可使用

  • >0 :

    按照数字配置限额

  • -1 :

    不限额

-1

LimitPeriod

string

Valid values:

  • total :

    使用总上限

  • month :

    月,按照资源开通时间为一个周期清空

  • day :

    天,0 点清空

day

UsedCredit

array<object>

The amount of used Credit.

object

Credit

integer

5

LimitPeriod

string

Valid values:

  • total :

    使用总上限

  • month :

    月,按照资源开通时间为一个周期清空

  • day :

    天,0 点清空

day

JvsPackageId

string

This parameter is not supported.

null

Status

string

The instance status.

RUNNNING

CreateTime

string

The time the instance was created.

2026-04-10T01:31:32Z

ModifyTime

string

The time the instance was last modified.

2026-04-10T01:31:32Z

ExpireTime

string

The expiration time.

2026-04-10T01:31:32Z

Contoh

Respons sukses

JSONformat

{
  "RequestId": "425F351C-3F8E-5218-A520-B6311D0D****",
  "MaxResults": 10,
  "NextToken": "AAAAAV3MpHK1AP0pfERHZN5pu6kU+SQXzm0H9mu/FiSc****",
  "TotalCount": 30,
  "Data": [
    {
      "InstanceId": "acp-uto81vfd8t8z****",
      "CreditConfig": [
        {
          "CreditLimit": -1,
          "LimitPeriod": "day"
        }
      ],
      "UsedCredit": [
        {
          "Credit": 5,
          "LimitPeriod": "day"
        }
      ],
      "JvsPackageId": "null",
      "Status": "RUNNNING",
      "CreateTime": "2026-04-10T01:31:32Z",
      "ModifyTime": "2026-04-10T01:31:32Z",
      "ExpireTime": "2026-04-10T01:31:32Z"
    }
  ]
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.