All Products
Search
Document Center

Security Center:DescribeSecurityCheckScheduleConfig

Last Updated:Feb 20, 2024

Queries the day of a week when custom check tasks are performed and the time range during which the custom check tasks are performed.

Operation description

This operation is phased out. You can use the GetCheckConfig operation.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

The source IP address of the request.

1.2.XX.XX
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

48D2E9A9-A1B0-4295-B727-0995757C47E9
RiskCheckJobConfigobject

The configurations of custom check tasks.

EndTimeinteger

The time range during which check tasks end. Valid values:

  • 6: 00:00 to 06:00
  • 12: 06:00 to 12:00
  • 18: 12:00 to 18:00
  • 24: 18:00 to 24:00
12
StartTimeinteger

The time range during which check tasks start. Valid values:

  • 0: 00:00 to 06:00
  • 6: 06:00 to 12:00
  • 12: 12:00 to 18:00
  • 18: 18:00 to 24:00
6
DaysOfWeekstring

The day of the week when the check tasks are performed. Multiple days can be specified. Multiple days are separated by commas (,).

  • 1: Monday
  • 2: Tuesday
  • 3: Wednesday
  • 4: Thursday
  • 5: Friday
  • 6: Saturday
  • 7: Sunday
1,2,3

Examples

Sample success responses

JSONformat

{
  "RequestId": "48D2E9A9-A1B0-4295-B727-0995757C47E9",
  "RiskCheckJobConfig": {
    "EndTime": 12,
    "StartTime": 6,
    "DaysOfWeek": "1,2,3"
  }
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.