huawei-cloud-api-definitions-Workspace 0.1.20240212

Huawei Cloud API definitions, generated from OpenAPI spec
Documentation
1
{"base_path":null,"components":null,"consumes":"[\"application/json\"]","definitions":{"BaseResponse":{"description":"API响应基类","properties":{"error_code":{"description":"错误码。","maxLength":12,"minLength":0,"type":"string"},"error_msg":{"description":"错误描述。","maxLength":1000,"minLength":0,"type":"string"}}},"ExpandDesktopsVolumesReq":{"description":"扩容磁盘请求。","properties":{"desktop_volumes_expansion":{"description":"扩容磁盘参数。","items":{"$ref":"#/definitions/ExpandVolumesReq"},"maxItems":100,"minItems":0,"type":"array"}}},"ExpandDesktopsVolumesRsp":{"properties":{"job_id":{"description":"扩容磁盘任务ID。","maxLength":255,"minLength":1,"type":"string"}}},"ExpandVolumesReq":{"description":"单个桌面扩容磁盘参数。","properties":{"desktop_id":{"description":"桌面ID。","maxLength":255,"minLength":0,"type":"string"},"new_size":{"description":"扩容后的磁盘大小,单位为GB。","format":"int32","maximum":32768,"minimum":10,"type":"integer"},"volume_id":{"description":"磁盘ID。","maxLength":255,"minLength":0,"type":"string"}}}},"description":null,"group_id":"7383c32d5d5e4d0481c071faeb994404","host":"workspace.cn-north-4.myhuaweicloud.com","id":"9b04f01357de433b93e9462b31892141","info_version":"v2","method":"post","name":"ExpandVolumes","parameters":{},"paths":{"/v2/{project_id}/volumes/expand":{"post":{"description":"扩容桌面磁盘。","operationId":"ExpandVolumes","parameters":[{"description":"项目ID。","in":"path","maxLength":255,"minLength":1,"name":"project_id","required":true,"type":"string","x-annotations":"@Size(max = 255, min = 1)","x-example":"2b31ed520xxxxxxebedb6e57xxxxxxxx"},{"description":"发送的实体的MIME类型。","in":"header","maxLength":255,"minLength":1,"name":"Content-Type","required":false,"type":"string","x-annotations":"@Size(max = 255, min = 1)","x-example":"application/json"},{"description":"用户Token。\n\n通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。","in":"header","maxLength":15000,"minLength":1,"name":"X-Auth-Token","required":true,"type":"string","x-annotations":"@Size(max = 15000, min = 1)","x-example":"MIIDkgYJKoZIhvcNAQcCoIIDgzCCXXXXXX...","x-is-registered":"N"},{"description":"扩容磁盘请求。","in":"body","name":"ExpandVolumesRequestBody","required":true,"schema":{"$ref":"#/definitions/ExpandDesktopsVolumesReq"}}],"responses":{"200":{"description":"正常。","examples":{"application/json":{"job_id":"41162624-ba52-42f3-bdda-15c6d345ff60"}},"schema":{"$ref":"#/definitions/ExpandDesktopsVolumesRsp"}},"400":{"description":"由于包含语法错误,当前请求无法被服务器理解。","schema":{"$ref":"#/definitions/BaseResponse"}},"401":{"description":"鉴权失败。","schema":{"$ref":"#/definitions/BaseResponse"}},"403":{"description":"没有操作权限。","schema":{"$ref":"#/definitions/BaseResponse"}},"404":{"description":"找不到资源。","schema":{"$ref":"#/definitions/BaseResponse"}},"409":{"description":"操作冲突。","schema":{"$ref":"#/definitions/BaseResponse"}},"500":{"description":"服务内部错误,具体返回错误码请参见错误码说明。","schema":{"$ref":"#/definitions/BaseResponse"}}},"schemes":["https"],"summary":"扩容桌面磁盘","tags":["Volume"],"x-apiexplorer-hide":"N","x-apig-group":"public,internal_token","x-apigateway-request-type":"public","x-is-registered":"Y","x-request-examples-1":{"desktop_volumes_expansion":[{"desktop_id":"string","new_size":"integer","volume_id":"string"}]},"x-request-examples-text-1":{"desktop_volumes_expansion":[{"desktop_id":"string","new_size":"integer","volume_id":"string"}]},"x-support-sdk":"Y"}}},"product_short":"Workspace","region_id":"cn-north-4","schemes":["HTTPS"],"security_definitions":null,"summary":"扩容桌面磁盘","tags":"磁盘","uri":null,"version":"2.0"}