DescribeTenantBindNumber

Updated at:

Queries the list of number binding instances under a tenant.

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 parameters

Parameter

Type

Required

Description

Example

Number

string

Yes

The bound number (required).

Note

Queries the binding status of the specified number across all instances. Obtain the number from the response parameters of ListAllTenantBindNumberBinding.

15005059355

Response elements

Element

Type

Description

Example

object

BaseResponse

Success

boolean

Indicates whether the request was successful.

true

Code

string

The API status code.

OK

Message

string

The API response message.

Success

Data

object

The returned data.

List

array<object>

The job group description.

object

The data.

InstanceId

string

Instance ID

e2d7a184-7d6c-45d4-ac24-34ab48f54669

InstanceName

string

Instance name

xxxx

IsBinding

boolean

Indicates whether the number is bound to the instance

true

HttpStatusCode

integer

The HTTP status code.

200

RequestId

string

The request ID.

1364f208-982d-4d0c-89aa-d56e22b47589

Examples

Success response

JSON format

{
  "Success": true,
  "Code": "OK",
  "Message": "Success",
  "Data": {
    "List": [
      {
        "InstanceId": "e2d7a184-7d6c-45d4-ac24-34ab48f54669",
        "InstanceName": "xxxx",
        "IsBinding": true
      }
    ]
  },
  "HttpStatusCode": 200,
  "RequestId": "1364f208-982d-4d0c-89aa-d56e22b47589"
}

Error codes

HTTP status code

Error code

Error message

Description

500 InternalError An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.