Home  >  Article  >  Operation and Maintenance  >  How to use DeleteCommand to delete a cloud assistant command

How to use DeleteCommand to delete a cloud assistant command

坏嘻嘻
坏嘻嘻Original
2018-09-27 14:17:112907browse

This article introduces how to use DeleteCommand to delete a cloud assistant command, and focuses on the specific steps. The content of this article is compact, and I hope you can gain something from it.

DeleteCommand

Request Parameters

How to use DeleteCommand to delete a cloud assistant command

Return parameters

are all public return parameters. See Public Return Parameters.

Example

Request example

https://ecs.aliyuncs.com/?Action=DeleteCommand
&RegionId=cn-hangzhou
&InvokeId=c-f0902c0972984e31aaf2129fd48a9c6d
&<公共请求参数>

Normal return example

XML format

<DeleteCommandResponse>
    <RequestId>E69EF3CC-94CD-42E7-8926-F133B86387C0</RequestId>
</DeleteCommandResponse>

JSON format

{
    "RequestId":"E69EF3CC-94CD-42E7-8926-F133B86387C0",
}

Exception return example

XML format

<Error>
    <RequestId>E69EF3CC-94CD-42E7-8926-F133B86387C0</RequestId>
    <HostId>ecs.aliyuncs.com</HostId>
    <Code>InvalidInstance.NoClient</Code>
    <Message>The specified instances have no cloud assistant client installed.</Message>
</Error>

JSON format

{
    "RequestId": "E69EF3CC-94CD-42E7-8926-F133B86387C0",
    "HostId": "ecs.aliyuncs.com"
    "Code": "InvalidInstance.NoClient"
    "Message": "The specified instances have no cloud assistant client installed."
}

Error code

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

How to use DeleteCommand to delete a cloud assistant command

The above is the detailed content of How to use DeleteCommand to delete a cloud assistant command. 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