tencent cloud

APIs

DescribeProcessDaemonHost

Download
Focus Mode
Font Size
Last updated: 2026-09-01 10:35:42

1. API Description

Domain name for API request: csip.intl.tencentcloudapi.com.

Get the process daemon host list.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: DescribeProcessDaemonHost.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
MemberId.N No Array of String

Group account member id

Filters.N No Array of EDRFilter

Name - string - Required: No - MachineName InstanceId - string - Required: No - instance ID PublicIp - string - Required: No - public IP address PrivateIp - string - Required: No - private IP address

Limit No Integer

Limit entries. Default: 10. Maximum: 100

Offset No Integer

Offset. Default value: 0

Order No String

Sorting method: [ASC: Ascending | DESC: Descending]

By No String

Optional sorting column: [Id]

3. Output Parameters

Parameter Name Type Description
Total Integer

Total.

List Array of ClientSettingHost

Host list

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.

4. Example

Example1 Query Process Guard Configuration

Query the process daemon configuration

Input Example

POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeProcessDaemonHost
<Common request parameters>

{}

Output Example

{
    "Response": {
        "List": [],
        "RequestId": "c4d289f9-cfe6-45e7-b6f7-901a83a0da68",
        "Total": 0
    }
}

Example2 Process daemon configuration inquiry

Process daemon configuration query

Input Example

POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeProcessDaemonHost
<Common request parameters>

{}

Output Example

{
    "Response": {
        "List": [
            {
                "FunctionStatus": 1,
                "Id": 608341582,
                "InstanceId": "ins-1bynwtd6",
                "InstanceStatus": "RUNNING",
                "MachineExtraInfo": {
                    "HostName": "tenoyu-win2025-test",
                    "InstanceID": "ins-1bynwtd6",
                    "NetworkName": "vpc-cwcsulhn",
                    "NetworkType": 1,
                    "PrivateIP": "172.17.17.9",
                    "WanIP": "123.207.16.139"
                },
                "Message": "NEED_UPGRADE",
                "MessageDesc": "Upgrade required for the CWP Agent.",
                "Name": "tenoyu-win2025-test",
                "PrivateIp": "172.17.17.9",
                "PublicIp": "123.207.16.139",
                "Quuid": "d77ca669-e14c-4165-9b53-eb8f42f03609",
                "RegionInfo": {
                    "Region": "ap-guangzhou",
                    "RegionCode": "gz",
                    "RegionId": 1,
                    "RegionName": "South China region (Guangzhou)",
                    "RegionNameEn": "South China (Guangzhou)"
                },
                "Status": "ONLINE",
                "VpcId": "vpc-cwcsulhn"
            }
        ],
        "RequestId": "3bcc8a98-9635-4ea9-9171-4715001a7b15",
        "Total": 1
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback