Method: attachments.create

在支持请求或 Cloud 资源上创建文件附件。附件对象必须设置以下字段:文件名。

HTTP 请求

POST https://cloudsupport.googleapis.com/v2beta/{parent=*/*}/attachments

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

必需。应附加附件的案例(或案例父级)的资源名称。

请求正文

请求正文中包含结构如下的数据:

JSON 表示法
{
  "attachment": {
    object (Attachment)
  }
}
字段
attachment

object (Attachment)

必需。要创建的连接。

响应正文

如果成功,响应正文将包含一个新创建的 Attachment 实例。

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/cloudsupport
  • https://www.googleapis.com/auth/cloud-platform

如需了解详情,请参阅身份验证概览