All Products
Search
Document Center

Security Center:DescribeSupervisonInfo

Last Updated:May 22, 2025

Queries the time when a system vulnerability was last detected.

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
RequestIdstring

The request ID.

E10BAF1C-A6C5-51E2-866C-76D5922E****
LatestScanTimelong

The time of the last system vulnerability scan. The value is a UNIX timestamp. Unit: milliseconds.

1721134553000

Examples

Sample success responses

JSONformat

{
  "RequestId": "E10BAF1C-A6C5-51E2-866C-76D5922E****",
  "LatestScanTime": 1721134553000
}

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.