用于配置自动响应计划时,获取可执行的剧本列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
yundun-sas:DescribeExecutePlaybooks |
get |
*全部资源
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
InputMode |
string |
否 |
剧本入参的实体类型,当要想询多个实体类型时,以逗号分隔。
|
ip,file,process,host |
PlaybookName |
string |
否 |
剧本的名称,支持模糊搜索。 |
demo_test |
Uuid |
string |
否 |
剧本的 UUID。 说明
调用 DescribePlaybooks 接口可以获取该参数。 |
f916b93e-e814-459f-9662-xxxxxx |
Lang |
string |
否 |
请求和接收消息的语言类型。取值:
|
zh |
ParamType |
string |
否 |
剧本的入参类型。
|
custom |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
返回信息。 |
||
RequestId |
string |
本次调用请求的 ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。 |
88A39217-2802-5B1E-BA2B-CF1BBC43C1F5 |
PlaybookMetrics |
array<object> |
剧本列表。 |
|
object |
剧本摘要信息。 |
||
Description |
string |
剧本的描述信息。 |
a demo playbook |
DisplayName |
string |
剧本的名称。 |
demo_playbook |
Uuid |
string |
剧本的 UUID。 |
c5c88b5e-97ca-435d-8c20-2xxxxx |
ParamConfig |
string |
剧本的入参配置,为 JSONArray 格式。 说明
参考 DescribePlaybookInputOutput 接口的格式说明。 |
[ { "typeName": "String", "dataClass": "normal", "dataType": "String", "description": "period", "example": "", "name": "period", "required": false } ] |
ParamType |
string |
剧本的入参类型。
|
custom |
示例
正常返回示例
JSON
格式
{
"RequestId": "88A39217-2802-5B1E-BA2B-CF1BBC43C1F5",
"PlaybookMetrics": [
{
"Description": "a demo playbook",
"DisplayName": "demo_playbook",
"Uuid": "c5c88b5e-97ca-435d-8c20-2xxxxx",
"ParamConfig": "[\n {\n \"typeName\": \"String\",\n \"dataClass\": \"normal\",\n \"dataType\": \"String\",\n \"description\": \"period\",\n \"example\": \"\",\n \"name\": \"period\",\n \"required\": false\n }\n]",
"ParamType": "custom"
}
]
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。