创建插件通知对象(CreateSNSPluginEndpoint)
用户可以使用CreateSNSPluginEndpoint创建插件通知对象。例如:
CreateSNSPluginEndpoint type=demo timeoutInSeconds=10 name=SNS plugin参数(Parameters)
| 名字 | 描述 | 可选的 | 可选的参数值 | 起始支持版本 |
|---|---|---|---|---|
| type | 用于按类型查找已加载的Driver;本接口校验不能为空,关联平台也不能省略 | 5.3.0 | ||
| timeoutInSeconds | 发送超时时间,单位为秒 | 5.3.0 | ||
| properties | 插件通知对象配置 | 是 | 5.3.0 | |
| name | 资源名称 | 5.3.0 | ||
| description | 资源的详细描述 | 是 | 5.3.0 | |
| platformUuid | 关联的平台UUID;省略时使用系统平台,仍需填写type | 是 | 5.3.0 | |
| resourceUuid | 资源UUID | 是 | 5.3.0 | |
| tagUuids | 标签UUID列表 | 是 | 5.3.0 | |
| systemTags | 系统标签 | 是 | 5.3.0 | |
| userTags | 用户标签 | 是 | 5.3.0 |
