Home > Operation and Maintenance > Linux 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

坏嘻嘻
Release: 2018-09-27 14:21:10
Original
2781 people have browsed it

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"
&<公共请求参数>
Copy after login

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>
Copy after login

JSON format

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

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!

Related labels:
Statement of this Website
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
Latest Issues
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template