All Products
Search
Document Center

Simple Application Server:DescribeCloudAssistantStatus

Last Updated:Apr 17, 2024

Queries whether the Cloud Assistant client is installed on simple application servers.

Operation description

By default, the Cloud Assistant client is installed on simple application servers. If you have manually uninstalled the client, you must reinstall the client. Otherwise, you cannot run commands on the 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.

cn-hangzhou
PageNumberintegerNo

The page number.

Pages start from page 1.

Default value: 1.

1
PageSizeintegerNo

The number of entries per page.

Maximum value: 50.

Default value: 10.

10
InstanceIdsarrayNo

The IDs of the simple application servers.

stringNo

The ID of the simple application server.

ace0706b2ac4454d984295a94213****

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

20758A-585D-4A41-A9B2-28DA8F4F****
CloudAssistantStatusobject []

Indicates whether the Cloud Assistant client is installed on the server.

InstanceIdstring

The ID of the simple application server.

ace0706b2ac4454d984295a94213****
Statusboolean

Indicates whether the Cloud Assistant client is installed on the server.

true
TotalCountinteger

The total number of entries returned.

1
PageSizeinteger

The number of entries per page.

Maximum value: 50.

Default value: 10.

10
PageNumberinteger

The page number.

Pages start from page 1.

Default value: 1.

1

Examples

Sample success responses

JSONformat

{
  "RequestId": "20758A-585D-4A41-A9B2-28DA8F4F****",
  "CloudAssistantStatus": [
    {
      "InstanceId": "ace0706b2ac4454d984295a94213****",
      "Status": true
    }
  ],
  "TotalCount": 1,
  "PageSize": 10,
  "PageNumber": 1
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history