创建或更新NotebookServer配置
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UpdateNotebookServerSettings | 要执行的操作,取值:UpdateNotebookServerSettings。 |
Version | String | 是 | 2021-03-04 | API的版本,取值:2021-03-04。 |
ResourceSize | String | 否 | small | 资源规格,没变化则不传 |
ImageID | String | 否 | 1 | 镜像ID,没变化则不传,与临时镜像名字互斥 |
MountTOSEnabled | Boolean | 否 | true | 是否挂载tos桶,没变化则不传 |
WorkspaceID | String | 是 | wcxxxxxxxxxxxxxxxxxxx | 工作空间ID |
TempImageName | String | 否 | jupyter/minimal-notebook | 临时镜像名字,没变化则不传,与镜像ID互斥 |
StorageCapacity | Integer | 否 | 21474836480 | 存储容量(byte),没变化则不传 |
本接口无特有的返回参数。更多信息请见返回结构。
POST /?Action=UpdateNotebookServerSettings&Version=2021-03-04 Content-Type:application/json { "WorkspaceID": "wcxxxxxxxxxxxxxxxxxxx", "ResourceSize": "small", "ImageID": "1", "MountTOSEnabled": false, "StorageCapacity": 21474836480 }
HTTP/1.1 200 OK Content-Type:application/json { "ResponseMetadata": { "RequestId": "202211302208xxxx", "Action": "UpdateNotebookServerSettings", "Version": "2021-03-04", "Service": "bio", "Region": "cn-beijing" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | ParamErr | <透传错误内容> | 参数错误 |
403 | ForbiddenErr | <透传错误内容> | 无权限 |
404 | NotFoundErr | <资源类型>[<具体资源id>] not found | 资源不存在 |
405 | CanNotExecErr | <透传错误内容> | 操作无法执行 |
500 | InternalErr | <透传错误内容> | 内部错误 |