Domain name for API request: cwp.tencentcloudapi.com.
This API is used to query whether the baseline is detected for the first time.
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: CheckFirstScanBaseline. |
Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
Region | No | String | Common Params. This parameter is not required. |
Parameter Name | Type | Description |
---|---|---|
FirstScan | Integer | Whether the first detection: 0 - no; 1 - yes |
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. |
This example shows how to determine whether the user is detecting for the first time.
https://cwp.tencentcloudapi.com/?Action=CheckFirstScanBaseline
&<Common request parameters>
{
"Response": {
"RequestId": "req-566234234",
"FirstScan": 0
}
}
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 |
---|---|
InternalError | Internal error |
Was this page helpful?