Queries the custom check cycles and time ranges.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeSecurityCheckScheduleConfig |
The operation that you want to perform. Set the value to DescribeSecurityCheckScheduleConfig. |
SourceIp | String | No | 1.2.X.X |
The source IP address of the request. |
Lang | String | No | zh |
The language of the content within the request and response. Default value: zh. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 48D2E9A9-A1B0-4295-B727-0995757C47E9 |
The ID of the request, which is used to locate and troubleshoot issues. |
RiskCheckJobConfig | Object |
The configurations of custom check tasks. |
|
EndTime | Integer | 12 |
The time range during which the check tasks end. Valid values:
|
StartTime | Integer | 6 |
The time range during which the check tasks start. Valid values:
|
DaysOfWeek | String | 1,2,3 |
The day of the week when the check tasks are performed. Multiple days can be specified and separated by commas (,). Valid values:
|
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribeSecurityCheckScheduleConfig
&SourceIp=1.2.X.X
&ResourceOwnerId=1232422
&Lang=zh
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeSecurityCheckScheduleConfigResponse>
<RequestId>48D2E9A9-A1B0-4295-B727-0995757C47E9</RequestId>
<RiskCheckJobConfig>
<EndTime>12</EndTime>
<StartTime>6</StartTime>
<DaysOfWeek>1,2,3</DaysOfWeek>
</RiskCheckJobConfig>
</DescribeSecurityCheckScheduleConfigResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "48D2E9A9-A1B0-4295-B727-0995757C47E9",
"RiskCheckJobConfig" : {
"EndTime" : 12,
"StartTime" : 6,
"DaysOfWeek" : "1,2,3"
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
500 | ServerError | ServerError | The error message returned because a server error occurred. |
For a list of error codes, visit the API Error Center.