All Products
Search
Document Center

Security Center:ModifyPropertyScheduleConfig

Last Updated:May 22, 2025

Modifies the collection frequency of asset fingerprints for an automatic periodic collection task.

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
TypestringYes

The type of the asset fingerprints for which you want to modify the collection frequency. 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, database, or web service
  • scheduler_autorun_period: startup item
  • scheduler_lkm_period: kernel module
  • scheduler_sca_proxy_period: website
scheduler_port_period
ScheduleTimestringYes

The new collection frequency of asset fingerprints. Valid values:

  • 0: disabled, which indicates that the asset fingerprints are not automatically or periodically collected.
  • 1: collects asset fingerprints once an hour.
  • 3: collects asset fingerprints once every 3 hours.
  • 12: collects asset fingerprints once every 12 hours.
  • 24: collects asset fingerprints once a day.
  • 168: collects asset fingerprints once every 7 days.
3

Response parameters

ParameterTypeDescriptionExample
object
ModifyResultboolean

Indicates whether the collection frequency of asset fingerprints is modified. Valid values:

  • true: yes
  • false: no
true
RequestIdstring

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

C0D1DF51-D879-55A8-B6C7-7D3B913EF34D

Examples

Sample success responses

JSONformat

{
  "ModifyResult": true,
  "RequestId": "C0D1DF51-D879-55A8-B6C7-7D3B913EF34D"
}

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
2022-08-01The internal configuration of the API is changed, but the call is not affectedView Change Details
2022-08-01The internal configuration of the API is changed, but the call is not affectedView Change Details