You can call this operation to set the time when an automatic configuration check runs. For example, you can specify the time period during a day of the week.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifySecurityCheckScheduleConfig |
The operation that you want to perform. Set the value to ModifySecurityCheckScheduleConfig. |
SourceIp | String | No | 1.2.3.4 |
The source IP address of the request. |
Lang | String | No | zh |
The language of the request and response. Valid values:
|
DaysOfWeek | String | No | 1,2,3 |
The days on which configuration checks run. You can specify multiple days. Separate multiple days with commas (,).
|
StartTime | Integer | No | 6 |
The time period during which configuration checks start.
|
EndTime | Integer | No | 12 |
The time period during which configuration checks end.
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 48D2E9A9-A1B0-4295-B727-0995757C47E9 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=ModifySecurityCheckScheduleConfig
&DaysOfWeek=1,2,3
&StartTime=6
&EndTime=12
&<Common request parameters>
Sample success responses
XML
format
<ModifySecurityCheckScheduleConfigResponse>
<RequestId>48D2E9A9-A1B0-4295-B727-0995757C47E9</RequestId>
</ModifySecurityCheckScheduleConfigResponse>
JSON
format
{
"RequestId":"48D2E9A9-A1B0-4295-B727-0995757C47E9"
}
Error codes
For a list of error codes, visit the API Error Center.