All Products
Search
Document Center

Security Center:DescribeAppVulScanCycle

Last Updated:May 22, 2025

Queries the scan cycle for application vulnerabilities.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
Cyclestring

The scan cycle for application vulnerabilities.

  • 1week
  • 2weeks
  • 3days
1week
RequestIdstring

The ID of the request.

934E6D2A-0123-5A99-88BA-80DC27634E22

Examples

Sample success responses

JSONformat

{
  "Cycle": "1week",
  "RequestId": "934E6D2A-0123-5A99-88BA-80DC27634E22"
}

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.