All Products
Search
Document Center

Security Center:ModifyPushAllTask

Last Updated:Jun 16, 2026

Sends a security check task to asset servers with one click.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

yundun-sas:ModifyPushAllTask

update

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

SourceIp

string

No

The IP address of the access source.

1.2.XX.XX

Uuids

string

Yes

The UUIDs of the servers on which you want to perform security checks. Separate multiple UUIDs with commas (,).

inet-923b4538-0e88-409d-80ba-cb2e7487****,dc1691eb-656f-472f-b2aa-04f621f4****,70452f92-9fc1-45c5-ab35-e7bf8552****

Tasks

string

Yes

The check items to include in the security check. Separate multiple check items with commas (,). Valid values:

  • OVAL_ENTITY: CVE vulnerabilities

  • CMS: Web-CMS vulnerabilities

  • SYSVUL: system vulnerabilities

  • SCA: application vulnerabilities

  • HEALTH_CHECK: baselines

  • WEBSHELL: web shells

  • PROC_SNAPSHOT: processes

  • PORT_SNAPSHOT: ports

  • ACCOUNT_SNAPSHOT: accounts

  • SOFTWARE_SNAPSHOT: software

  • SCA_SNAPSHOT: middleware, databases, and web services

  • CROND_SNAPSHOT: scheduled tasks

  • AUTORUN_SNAPSHOT: startup items

  • LKM_SNAPSHOT: kernel modules

  • SCA_PROXY_SNAPSHOT: websites.

HEALTH_CHECK,OVAL_ENTITY

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID, which is a unique identifier generated by Alibaba Cloud for the request. You can use this ID to troubleshoot issues.

91EB4AC7-7FEF-4C72-BE49-4414E459AEC2

PushTaskRsp

object

The result of the security check task execution.

PushTaskResultList

array<object>

The information about the servers on which the security check task failed.

object

Uuid

string

The UUID of the server.

5493fe42-61f5-4627-9aa2-8c449bbe****

GroupId

integer

The ID of the server group to which the server belongs.

226

Success

boolean

Indicates whether the security check task is successful. Valid values:

  • true: yes

  • false: no

false

Region

string

The region in which the server resides.

cn-beijing

InstanceName

string

The name of the server.

TestInstance

Online

boolean

Indicates whether the Security Center agent is online. Valid values:

  • true: yes

  • false: no

Note

If the Security Center agent of the server is offline, Security Center does not protect the server.

false

Message

string

The message that describes the security check failure.

successful

Ip

string

The IP address of the server.

127.136.XX.XX

OsVersion

string

The operating system version of the server.

linux

InstanceId

string

The ID of the server.

i-wz9f7wlklxqnvdk****

Examples

Success response

JSON format

{
  "RequestId": "91EB4AC7-7FEF-4C72-BE49-4414E459AEC2",
  "PushTaskRsp": {
    "PushTaskResultList": [
      {
        "Uuid": "5493fe42-61f5-4627-9aa2-8c449bbe****",
        "GroupId": 226,
        "Success": false,
        "Region": "cn-beijing",
        "InstanceName": "TestInstance",
        "Online": false,
        "Message": "successful",
        "Ip": "127.136.XX.XX",
        "OsVersion": "linux",
        "InstanceId": "i-wz9f7wlklxqnvdk****"
      }
    ]
  }
}

Error codes

HTTP status code

Error code

Error message

Description

400 PushTaskError Failed to push task.
400 IllegalParam Illegal param
400 FreeVersionNotPermit Free version is not permitted.
500 ServerError ServerError
403 NoPermission caller has no permission

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.