Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to enable or modify process guard feature configurations.
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: StartOrModifyProcessDaemon. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| From | Yes | Integer | Operation source 0 Host Page 1 Client Settings Page |
| Scope | Yes | Integer | Enable scope 0 Selected host 1 All hosts |
| MemberId.N | No | Array of String | Group account member id. |
| IncludeQuuid.N | No | Array of String | Selected quuid set |
| ExcludeQuuid.N | No | Array of String | Excluded quuid set |
| Parameter Name | Type | Description |
|---|---|---|
| FailedHostCount | Integer | Number of machines that failed to enable |
| 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. |
Enable process daemon on the machine
POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: StartOrModifyProcessDaemon
<Common request parameters>
{
"From": 1,
"Scope": 0,
"IncludeQuuid": [
"d77ca669-e14c-4165-9b53-eb8f42f03609"
]
}
{
"Response": {
"FailedHostCount": 0,
"RequestId": "b7b001de-252f-481c-b40b-7c275fe6e720"
}
}
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 |
|---|---|
| FailedOperation | Operation failed. |
| InternalError | Internal error. |
| InvalidParameter | Parameter error. |
| OperationDenied | Operation denied. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback