Deletes a fault injection task.
Operation description
Before you use this operation, make sure that you understand the billing methods and pricing of Elastic Algorithm Service (EAS).
Try it now
Test
RAM authorization
Request syntax
DELETE /api/v2/services/{ClusterId}/{ServiceName}/instances/{InstanceName}/faults/{FaultType} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
No |
The region where the private gateway is located. |
cn-shanghai |
| ServiceName |
string |
No |
The service name. For more information, see ListServices. |
foo |
| InstanceName |
string |
No |
The name of the service instance. For more information, see ListServiceInstances. |
echo-da290ac8-7fckm |
| FaultType |
string |
No |
The type of the fault injection task. Supported fault types include CPU full load, memory payload, network, disk read/write hang, and disk fill. |
CpuFullloadTask |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| RequestId |
string |
The request ID. |
40325405-579C-4D82**** |
| Message |
string |
A message that indicates the result of the operation. |
Successfully delete acl policy for gateway |
Examples
Success response
JSON format
{
"RequestId": "40325405-579C-4D82****",
"Message": "Successfully delete acl policy for gateway"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.