创建工单。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Description | string | 是 | 工单问题描述, 目前只支持纯文本格式 | ecs备份失败 |
Severity | integer | 是 | 枚举值, 1 代表一般问题, 2 代表紧急问题 枚举值:
| 1 |
CategoryId | string | 是 | 问题分类 ID, 从 ListCategories 接口中获取返回值 CategoryId | 53812 |
Title | string | 否 | 工单标题 | ecs备份失败 |
CreatorId | string | 否 | 提交账号的阿里云 uid,MPK 虚商场景需要 | 1289427240739141 |
string | 否 | sdahkjdshga@qq.com | 163@163.com | |
FileNameList | array | 否 | 附件名称列表,GetAttachmentUploadUrl 接口返回的 ObjectKey 字段 | |
string | 否 | GetAttachmentUploadUrl 接口返回的 ObjectKey 字段 | cabb80c3-430b-4079-a9f2-d2a0d1c2a587.png | |
SecretInfo | object | 否 | 敏感信息 | |
Content | string | 否 | 敏感信息—文本内容 | 身份证:3310xxxx |
FileNameList | array | 否 | 敏感信息—附件名称列表 | |
string | 否 | GetAttachmentUploadUrl 接口返回的 ObjectKey 字段 | cabb80c3-430b-4079-a9f2-d2a0d1c2a587.png |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": 0,
"Message": "success",
"Data": "0005PYGCW",
"RequestId": "0254B7DE-7365-57B4-8E38-14FE927E3FEB",
"Success": true
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | param.illegal | Params illegal. | - |
401 | illegal.auth | You are not authorized to perform the operation. | 您没有操作权限 |
500 | System.error | An error occurred while processing your request. | 系统出现未知错误,请重试 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史