Home  >  Article  >  Operation and Maintenance  >  How to check whether one or multiple instances have the Cloud Assistant client installed

How to check whether one or multiple instances have the Cloud Assistant client installed

坏嘻嘻
坏嘻嘻Original
2018-09-27 14:21:102679browse

The content of this article is about how to check whether one or more instances have the cloud assistant client installed. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you. .

DescribeCloudAssistantStatus

Request Parameters

How to check whether one or multiple instances have the Cloud Assistant client installed

# #Return parameters

How to check whether one or multiple instances have the Cloud Assistant client installed

##InstanceCloudAssitantStatusSet

How to check whether one or multiple instances have the Cloud Assistant client installed

Example

Request example

https://ecs.aliyuncs.com/?Action=DescribeCloudAssistantStatus
&RegionId=cn-hangzhou
&InstanceId.N="i-bp11f7trr4hbi1xxxxxx"
&InstanceId.N="i-bp1iudwa5b1tqaxxxxxx"
&<公共请求参数>

Return example

XML format

<DescribeCloudAssistantStatusResponse>
<InstanceCloudAssitantStatus>
<InstanceCloudAssitantStatusSet>
<InstanceId>i-bp11f7trr4hbi1xxxxxx</InstanceId>
<CloudAssitantStatus>True</CloudAssitantStatus>
</InstanceCloudAssitantStatusSet>
<InstanceCloudAssitantStatusSet>
<InstanceId>i-bp1iudwa5b1tqaxxxxxx</InstanceId>
<CloudAssitantStatus>True</CloudAssitantStatus>
</InstanceCloudAssitantStatusSet>
</InstanceCloudAssitantStatus>
</DescribeCloudAssistantStatusResponse>

JSON format

{
  "InstanceCloudAssitantStatus": {
    "InstanceCloudAssitantStatusSet": [
      {
        "InstanceId": "i-bp11f7trr4hbi1xxxxxx",
        "CloudAssitantStatus": "True"
      },
      {
        "InstanceId": "i-bp1iudwa5b1tqaxxxxxx",
        "CloudAssitantStatus": "True"
      }
    ]
  }
}

Error codeThe following are unique to this interface error code. For more error codes, please visit the API Error Center.

The above is the detailed content of How to check whether one or multiple instances have the Cloud Assistant client installed. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn