Get the input parameters for a specific task
Operation description
Only the Enterprise and Flagship editions of Cloud Security Center support this API call, other versions do not support it.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeSoarStrategyTaskParams |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StrategyTaskId |
integer |
No |
Strategy task ID. Note
You can obtain this parameter by calling the DescribeSoarStrategyTasks interface. |
100 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Return content. |
||
| RequestId |
string |
The ID of this request, which is a unique identifier generated by Alibaba Cloud for this request, and can be used to troubleshoot and locate issues. |
ACF97412-FD09-4D1F-994F-34DF12BR**** |
| TaskDetail |
object |
Task details. |
|
| Params |
string |
Task parameters. |
{"summary":[{"name":"email","type":"String","isRequired":false,"fromProperty":"notifyConfig.email"}]} |
| TaskName |
string |
Task name. |
task1 |
Examples
Success response
JSON format
{
"RequestId": "ACF97412-FD09-4D1F-994F-34DF12BR****",
"TaskDetail": {
"Params": "{\"summary\":[{\"name\":\"email\",\"type\":\"String\",\"isRequired\":false,\"fromProperty\":\"notifyConfig.email\"}]}",
"TaskName": "task1"
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.