All Products
Search
Document Center

Security Center:GetImageScanNumInPeriod

Last Updated:Feb 20, 2024

Queries the number of image scans that are performed within the last several days.

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
PastDaystringYes

The number of days.

7

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

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

7E0618A9-D5EF-4220-9471-C42B5E92****
ImageScanDataobject

The data returned.

ImageScanCountinteger

The number of image scans.

150

Examples

Sample success responses

JSONformat

{
  "RequestId": "7E0618A9-D5EF-4220-9471-C42B5E92****",
  "ImageScanData": {
    "ImageScanCount": 150
  }
}

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.