All Products
Search
Document Center

Security Center:ModifyPropertyScheduleConfig

Last Updated:Apr 28, 2023

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

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociation operation
yundun-sas:ModifyPropertyScheduleConfigWrite
  • SecurityCenter
    acs:yundun-sas:*:{#accountId}:*
    none
none

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 message
500ServerErrorServerError

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-08-01The internal configurations of the API operation change but you can still call the operation.
Change itemChange content
The internal configurations of the API operation change but you can still call the operation.
2022-08-01The internal configurations of the API operation change but you can still call the operation.
Change itemChange content
The internal configurations of the API operation change but you can still call the operation.