Domain name for API request: cfg.tencentcloudapi.com.
This API is used to trigger the chaos engineering experiment guardrail (two types: trigger and recovery).
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: TriggerPolicy. |
Version | Yes | String | Common Params. The value used for this API: 2021-08-20. |
Region | No | String | Common Params. This parameter is not required. |
TaskId | Yes | Integer | Chaos engineering experiment ID |
Name | Yes | String | Name |
Content | Yes | String | Triggering content |
TriggerType | Yes | Integer | Triggering type. 0: trigger; 1: recovery. |
Parameter Name | Type | Description |
---|---|---|
TaskId | Integer | Experiment ID |
Success | Boolean | Whether triggering is successful |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
1
POST / HTTP/1.1
Host: cfg.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: TriggerPolicy
<Common request parameters>
{
"TaskId": 5491,
"Name": "Trigger guardrail test",
"Content": "Trigger guardrail test content",
"TriggerType": 0
}
{
"Response": {
"RequestId": "1050e4e3-ef1a-4e2f-b100-c68dfd38fc75",
"Success": true,
"TaskId": 5491
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
AuthFailure | CAM signature/authentication error. |
InternalError | Internal error. |
InvalidParameter | Parameter error. |
InvalidParameterValue | Parameter value error. |
MissingParameter | Parameters are missing |
RequestLimitExceeded | The number of requests exceeds the frequency limit. |
UnauthorizedOperation | Unauthorized operation. |
UnsupportedOperation | The operation is not supported. |
Was this page helpful?