All Products
Search
Document Center

Cloud Phone:ListInstanceAdbAttributes

Last Updated:Dec 04, 2025

Queries the Android Debug Bridge (ADB) connection information for instances. This operation is available only to standard networks.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

InstanceIds

array

No

The list of cloud phone instance IDs. You can specify from 1 to 100 IDs.

string

No

The ID of a cloud phone instance.

acp-5hh431emkt6u*****

ExternalIp

string

No

The public IP address.

106.38.188.223

InternalIp

string

No

The private IP address.

10.0.3.23

InternalPort

string

No

The ADB port number.

5555

IpProtocol

string

No

The network protocol type.

TCP

MaxResults

integer

No

The maximum number of records to return on each page for a paged query. Valid values: 1 to 100. Default value: 100.

20

NextToken

string

No

The token that indicates the position from which the query starts. If you leave this parameter empty, the query starts from the beginning.

AAAAAV3MpHK1AP0pfERHZN5pu6kU+SQXzm0H9mu/FiSc****

Response elements

Element

Type

Description

Example

object

The data returned.

Data

array<object>

The ADB connection information for the instances.

object

The ADB connection information for an instance.

GmtCreated

string

The time when the connection was created.

2024-05-15 17:33:59

GmtModified

string

The time when the connection was last modified.

2024-05-15 17:33:59

InstanceId

string

The ID of the cloud phone instance.

acp-uto81vfd8t8z****

ExternalIp

string

The public IP address.

183.201.219.157

ExternalPort

string

The public network port number.

14840/14849

InternalIp

string

The private IP address.

10.0.0.239

InternalPort

string

The private network port number.

5555/5555

IpProtocol

string

The network protocol type.

TCP

TotalCount

integer

The total number of records.

10

RequestId

string

The request ID.

CB95E410-FD1D-53C5-9F7D-93CC44D7****

NextToken

string

The token to start the next query. If a query does not return all results, NextToken is not empty. Use the returned NextToken value to query the next page.

AAAAAV3MpHK1AP0pfERHZN5pu6kU+SQXzm0H9mu/FiSc****

MaxResults

integer

The maximum number of records returned in this query.

100

Examples

Success response

JSON format

{
  "Data": [
    {
      "GmtCreated": "2024-05-15 17:33:59",
      "GmtModified": "2024-05-15 17:33:59",
      "InstanceId": "acp-uto81vfd8t8z****",
      "ExternalIp": "183.201.219.157",
      "ExternalPort": "14840/14849",
      "InternalIp": "10.0.0.239",
      "InternalPort": "5555/5555",
      "IpProtocol": "TCP"
    }
  ],
  "TotalCount": 10,
  "RequestId": "CB95E410-FD1D-53C5-9F7D-93CC44D7****",
  "NextToken": "AAAAAV3MpHK1AP0pfERHZN5pu6kU+SQXzm0H9mu/FiSc****",
  "MaxResults": 100
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.