关闭一个或者多个处于“活动状态(active)”的实例,
InstanceId.N
RequestId
InstancesSet
在默认region,关闭一个实例(成功关闭)
http://kec.api.ksyun.com/?Action=StopInstances&Version=2016-03-04
&InstanceId.1=e007579f-bea2-483e-bfcb-fec760c58167
&AUTHPARAMS
<?xml version="1.0" encoding="UTF-8"?>
<StopInstancesResponse xmlns="http://vm.ksyun.com/doc/2016-3-09/">
<InstancesSet>
<Item>
<InstanceId>e007579f-bea2-483e-bfcb-fec760c58167</InstanceId>
<Return>true</Return>
</Item>
</InstancesSet>
<RequestId>77492bfb-3567-4b9b-8f23-bbcc2ab5404c</RequestId>
</StopInstancesResponse>