Sends a security check task to asset servers with one click.
Try it now
Test
RAM authorization
|
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:
|
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:
|
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:
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.