Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to obtain the global configuration for anti-uninstallation.
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: DescribeLoginTypeGlobalConf. |
| 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 |
| Parameter Name | Type | Description |
|---|---|---|
| Enable | Integer | Whether anti-uninstall is enabled. 0: No. 1: Yes. 9: Not set, same as 0, not enabled |
| Scope | Integer | Enable scope: 0 - optional host, 1 - all hosts |
| IncludeHostCount | Integer | Number of selected host configurations |
| ExcludeHostCount | Integer | Number of unselected host configurations |
| IncludeQuuid | Array of String | List of configurations for selected quuid |
| ExcludeQuuid | Array of String | Deselect the quuid configuration list |
| EnableCount | Integer | Enabled machine number |
| DisableCount | Integer | Number of inactive machines |
| 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. |
Query the QR code log-in configuration
POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeLoginTypeGlobalConf
<Common request parameters>
{}
{
"Response": {
"Enable": 1,
"ExcludeHostCount": 152,
"ExcludeQuuid": [],
"IncludeHostCount": 4,
"IncludeQuuid": [
"3210d9d5-13ce-4f21-a333-03a2c6e2b010",
"f4a8f409-0048-4c91-a58f-165750b2dc00",
"01fa34d3-db26-48ab-9f14-e8d3a48be95e",
"480419ed-5477-4666-ac09-97bd49be4f7a"
],
"EnableCount": 10,
"DisableCount": 0,
"RequestId": "cbbdcf2e-2d9f-424f-ad6c-e5ba1c33a88b",
"Scope": 0
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
フィードバック