huawei-cloud-api-definitions-WorkspaceApp 0.1.20260612

Huawei Cloud API definitions, generated from OpenAPI spec
Documentation
1
{"base_path":null,"components":null,"consumes":"[\"application/json\"]","definitions":{"BadRequestErrorResp":{"description":"API错误响应。","properties":{"error_code":{"description":"错误码,失败时返回。","example":"WKS.00211102","readOnly":true,"type":"string"},"error_msg":{"description":"错误描述。","example":"The parameter is invalid.","readOnly":true,"type":"string"}}},"ChangeCloudStorageAssignmentInfo":{"description":"切换集群后文件夹返回信息。","properties":{"action_get":{"default":false,"description":"云存储于本地设备的权限,下载:\ntrue : 允许下载。\nfalse: 不允许下载。","type":"boolean"},"action_put":{"default":false,"description":"云存储于本地设备的权限,上传:\ntrue : 允许上传。\nfalse: 不允许上传。","type":"boolean"},"attach":{"description":"目标用户。","example":"USER001***@local.com","maxLength":128,"minLength":1,"type":"string"},"attach_id":{"description":"目标用户id。","example":"xxx-xxx-x-xxx","maxLength":128,"minLength":1,"type":"string"},"id":{"description":"存储分配的唯一标识符。","type":"string"},"quota":{"description":"配额。","example":2147483647,"format":"int64","maximum":9223372036854775807,"minimum":0,"type":"integer"},"roam_action_get":{"default":false,"description":"云存储于云桌面/云应用权限,下载:\ntrue : 允许下载。\nfalse: 不允许下载。","type":"boolean"},"roam_action_put":{"default":false,"description":"云存储于云桌面/云应用权限,上传:\ntrue : 允许上传。\nfalse: 不允许上传。","type":"boolean"}},"type":"object"},"ChangeClusterReq":{"description":"切换文件夹归属集群请求体","properties":{"cloud_storage_assignment_ids":{"description":"文件系统id,数量区间 [1, 50]。","example":["3f791197-d166-4c8e-81e4-38c40ffc1989","62f48b59-0ebb-4b1e-ad35-f64948a0591b"],"items":{"description":"文件系统id,","maxLength":128,"minLength":1,"type":"string"},"maxItems":50,"minItems":1,"type":"array","uniqueItems":true,"x-annotations":"@Size(max = 2000, min = 1)"},"target_cluster_group_id":{"description":"目标集群ID","example":"","maxLength":128,"minLength":1,"type":"string"},"target_project_config_id":{"description":"目标项目配置ID","example":"","maxLength":128,"minLength":1,"type":"string"}},"required":["cloud_storage_assignment_ids","target_cluster_group_id","target_project_config_id"]},"ChangeClusterResp":{"description":"切换个人文件夹返回列表。","properties":{"items":{"description":"切换文件夹返回信息。","items":{"$ref":"#/definitions/ChangeCloudStorageAssignmentInfo"},"maxItems":2000,"minItems":0,"type":"array"}},"required":["items"]},"ForbiddenErrorResp":{"description":"API错误响应。","properties":{"error_code":{"description":"错误码,失败时返回。","example":"WKS.00081102","readOnly":true,"type":"string"},"error_msg":{"description":"错误描述。","example":"User does not have permission to access this resource.","readOnly":true,"type":"string"}}},"InternalServerErrorResp":{"description":"API错误响应。","properties":{"error_code":{"description":"错误码,失败时返回。","example":"WKS.00211401","readOnly":true,"type":"string"},"error_msg":{"description":"错误描述。","example":"The requested operation failed. Please try again later.","readOnly":true,"type":"string"}}},"MethodNotAllowedErrorResp":{"description":"API错误响应。","properties":{"error_code":{"description":"错误码,失败时返回。","example":"WKS.00000405","readOnly":true,"type":"string"},"error_msg":{"description":"错误描述。","example":"The method specified in the request is not allowed for this resource.","readOnly":true,"type":"string"}}},"NotFoundErrorResp":{"description":"API错误响应。","properties":{"error_code":{"description":"错误码,失败时返回。","example":"WKS.00211902","readOnly":true,"type":"string"},"error_msg":{"description":"错误描述。","example":"The application does not exist","readOnly":true,"type":"string"}}},"ServiceUnavailableErrorResp":{"description":"API错误响应。","properties":{"error_code":{"description":"错误码,失败时返回。","example":"WKS.00050902","readOnly":true,"type":"string"},"error_msg":{"description":"错误描述。","example":"The service is now unavailable to process the request.","readOnly":true,"type":"string"}}},"UnauthorizedErrorResp":{"description":"API错误响应。","properties":{"error_code":{"description":"错误码,失败时返回。","example":"WKS.00211302","readOnly":true,"type":"string"},"error_msg":{"description":"错误描述。","example":"User authorization error.","readOnly":true,"type":"string"}}}},"description":null,"group_id":"fe7dbee2e20f4aa589be7dce935a38ad","host":"appstream.cn-north-4.myhuaweicloud.com","id":"d6b4d8b4ed3646d4855e930d3b828988","info_version":"v1","method":"post","name":"ChangeCluster","parameters":{},"paths":{"/v1/{project_id}/cloud-storages/{storage_id}/actions/change-cluster":{"post":{"description":"切换文件夹归属集群,该操作需要sfs先操作文件系统切换后调用。","operationId":"ChangeCluster","parameters":[{"description":"用户Token。\n通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。","in":"header","maxLength":102400,"minLength":1,"name":"X-Auth-Token","required":false,"type":"string","x-example":"MIIDkgYJKoZIhvcNAQcCoIIDgzCCXXXXXX..."},{"description":"项目ID。","in":"path","maxLength":128,"minLength":1,"name":"project_id","required":true,"type":"string","x-example":"2b31ed520xxxxxxebedb6e57xxxxxxxx"},{"description":"WKS存储ID。","in":"path","maxLength":128,"minLength":1,"name":"storage_id","required":true,"type":"string","x-example":"2b31ed520xxxxxxebedb6e57xxxxxxxx"},{"description":"切换文件夹归属集群参数。","in":"body","name":"changeClusterRequestBody","required":true,"schema":{"$ref":"#/definitions/ChangeClusterReq"}}],"responses":{"200":{"description":"成功响应。","examples":{},"schema":{"$ref":"#/definitions/ChangeClusterResp"}},"400":{"description":"由于包含语法错误,当前请求无法被服务器理解。","schema":{"$ref":"#/definitions/BadRequestErrorResp"}},"401":{"description":"鉴权失败。","schema":{"$ref":"#/definitions/UnauthorizedErrorResp"}},"403":{"description":"没有操作权限。","schema":{"$ref":"#/definitions/ForbiddenErrorResp"}},"404":{"description":"找不到资源。","schema":{"$ref":"#/definitions/NotFoundErrorResp"}},"405":{"description":"请求中指定的方法不被允许。","schema":{"$ref":"#/definitions/MethodNotAllowedErrorResp"}},"500":{"description":"服务内部错误,具体返回错误码请参见错误码说明。","schema":{"$ref":"#/definitions/InternalServerErrorResp"}},"503":{"description":"服务不可用。","schema":{"$ref":"#/definitions/ServiceUnavailableErrorResp"}}},"schemes":["https"],"security":[{"apig-auth-iam-used-authn5":[]}],"summary":"切换文件夹归属集群","tags":["CloudStorage"],"x-api-type":"open-api","x-apiexplorer-hide":"N","x-apig-group":"public,internal_token","x-apigateway-backend":{"httpVpcEndpoints":{"description":"","method":"POST","name":"wks-appcenter-lb","path":"/v1/{project_id}/cloud-storages/{storage_id}/actions/change-cluster","scheme":"https","timeout":30000},"parameters":[{"description":"","in":"header","name":"X-Auth-Token","origin":"request","value":"X-Auth-Token"},{"description":"","in":"path","name":"project_id","origin":"request","value":"project_id"},{"description":"","in":"path","name":"storage_id","origin":"request","value":"storage_id"}],"type":"HTTP-VPC"},"x-apigateway-cors":false,"x-apigateway-match-mode":"NORMAL","x-apigateway-ratelimit":"workspace_default_operate","x-apigateway-request-type":"public","x-is-registered":"Y","x-request-examples-url-1":"POST /v1/a4da8115c9d8464ead3a38309130523f/cloud-storages/838207948076351488/actions/change-cluster","x-support-sdk":"Y"}}},"product_short":"WorkspaceApp","region_id":"cn-north-4","schemes":["HTTPS"],"security_definitions":{"apig-auth-app":{"in":"header","name":"Authorization","type":"apiKey","x-apigateway-auth-type":"AppSigv1"},"apig-auth-iam":{"in":"header","name":"unused","type":"apiKey","x-apigateway-auth-type":"IAM"},"apig-auth-iam-used-authn5":{"in":"header","name":"unused","type":"apiKey","x-apigateway-auth-opt":{"inner-auth-type":"iam_auth_n5"},"x-apigateway-auth-type":"IAM"}},"summary":"切换文件夹归属集群","tags":"云存储","uri":null,"version":"2.0"}