All Products
Search
Document Center

Simple Application Server:ListInstanceStatus

Last Updated:Apr 17, 2024

Queries the status of simple application servers.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the simple application servers. You can call the ListRegions operation to query the most recent region list.

cn-hangzhou
InstanceIdsstringNo

The IDs of the simple application servers. The value can be a JSON array that consists of up to 100 simple application server IDs. Separate multiple server IDs with commas (,).

["2ad1ae67295445f598017499dc****", "2ad1ae67295445f598017123dc****"]
PageNumberintegerNo

The page number.

1
PageSizeintegerNo

The number of entries per page.

10

Response parameters

ParameterTypeDescriptionExample
object
InstanceStatusesobject []

The ID of the simple application server.

Statusstring

The status of the simple application server. Valid values:

  • Pending
  • Starting
  • Running
  • Stopping
  • Stopped
  • Resetting
  • Upgrading
  • Disabled
Running
InstanceIdstring

The ID of the simple application server.

a9a6474b935d41bcb531250bb5d****
RequestIdstring

The request ID.

30637AD6-D977-4833-A54C-CC89483E****
PageSizeinteger

The number of entries per page.

10
PageNumberinteger

The page number.

1
TotalCountinteger

The total number of entries returned.

54

Examples

Sample success responses

JSONformat

{
  "InstanceStatuses": [
    {
      "Status": "Running",
      "InstanceId": "a9a6474b935d41bcb531250bb5d****"
    }
  ],
  "RequestId": "30637AD6-D977-4833-A54C-CC89483E****",
  "PageSize": 10,
  "PageNumber": 1,
  "TotalCount": 54
}

Error codes

HTTP status codeError codeError message
500InternalErrorAn error occurred while processing your request.

For a list of error codes, visit the Service error codes.