数据治理中心 DATAARTS STUDIO-创建脚本:请求示例

时间:2023-11-29 09:26:28

请求示例

创建一个脚本名称为echoTimeShell的脚本,脚本类型为Shell,脚本内容为echo a,脚本关联的连接名称为con。
POST /v1/b384b9e9ab9b4ee8994c8633aabc9505/scripts
{
    "name": "echoTimeShell",
    "type": "Shell",
    "content": "echo a",
    "queueName": "default",
    "connectionName": "con"
}
support.huaweicloud.com/api-dataartsstudio/dataartsstudio_02_0097.html