All Products
Search
Document Center

Security Center:DescribePropertyScheduleConfig

Last Updated:Jul 26, 2024

Queries the configurations of scheduled tasks of asset fingerprint collection.

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
TypestringYes

The type of the asset fingerprints. Valid values:

  • scheduler_port_period: listening port
  • scheduler_process_period: running process
  • scheduler_account_period: account
  • scheduler_software_period: software
  • scheduler_cron_period: scheduled task
  • scheduler_sca_period: middleware
  • scheduler_autorun_period: startup item
  • scheduler_lkm_period: kernel module
  • scheduler_sca_proxy_period: website
scheduler_autorun_period

Response parameters

ParameterTypeDescriptionExample
object

The configuration.

Configstring

The configuration time. Unit: hours.

Note A value 0 indicates that asset fingerprint collection is disabled for this type of asset.
3
RequestIdstring

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

7E0618A9-D5EF-4220-9471-C42B5E92719F

Examples

Sample success responses

JSONformat

{
  "Config": "3",
  "RequestId": "7E0618A9-D5EF-4220-9471-C42B5E92719F"
}

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.

Change history

Change timeSummary of changesOperation
No change history