{"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"}}},"CreatePersistentStorageReq":{"description":"创建WKS存储。","properties":{"name":{"description":"WKS存储名称,名称需满足如下规则:\n1. 名称允许可见字符或空格,不可为全空格。\n2. 长度1~128个字符。","example":"sfs-tmp","pattern":"^(?! +$)[\\S ]{1,128}$","type":"string"},"storage_metadata":{"$ref":"#/definitions/Storage"}},"required":["name","storage_metadata"]},"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"}}},"PersistentStorage":{"description":"WKS存储。","properties":{"create_time":{"description":"创建时间。","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"WKS存储ID。","example":"xxx-xxx-x-x-x-xx","readOnly":true,"type":"string"},"name":{"description":"名称。","example":"user-file-persistent","readOnly":true,"type":"string"},"share_claim_count":{"description":"共享目录声明数量。","readOnly":true,"type":"integer"},"storage_metadata":{"$ref":"#/definitions/StorageMetadata"},"user_claim_count":{"description":"个人目录声明数量。","readOnly":true,"type":"integer"}}},"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"}}},"Storage":{"description":"存储定义元数据。","properties":{"storage_class":{"description":"存储类型:\n* `sfs` - sfs3.0存储。","example":"sfs","maxLength":128,"minLength":1,"type":"string"},"storage_handle":{"description":"SFS文件系统名称。","example":"sfs-tmp","maxLength":128,"minLength":1,"type":"string"}},"required":["storage_class","storage_handle"]},"StorageMetadata":{"allOf":[{"$ref":"#/definitions/Storage"},{"properties":{"export_location":{"description":"访问地址:protocol://[bucket-name].sfs3.[region-name].myhuaweicloud.com:port。","example":"https://sfs3.xxxx.myhuaweicloud.com:443","readOnly":true,"type":"string"},"name":{"description":"名称。","example":"sfs-tmp","readOnly":true,"type":"string"},"region":{"description":"所在区域。","example":"cn-north-5","readOnly":true,"type":"string"}},"type":"object"}],"description":"存储定义。"},"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":"41a9538f29a1488189e869873a50c3a8","info_version":"v1","method":"post","name":"CreatePersistentStorage","parameters":{},"paths":{"/v1/{project_id}/persistent-storages":{"post":{"description":"创建WKS存储,目前仅支持创建 SFS3.0 容量型文件系统。","operationId":"CreatePersistentStorage","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存储。","in":"body","name":"CreatePersistentStorageRequestBody","required":true,"schema":{"$ref":"#/definitions/CreatePersistentStorageReq"}}],"responses":{"200":{"description":"成功响应。","examples":{"application/json":{"create_time":"2023-06-08T06:50:39.704Z","id":560329060530520064,"name":"user-file-persistent","share_claim_count":0,"storage_metadata":{"export_location":"https://sfs3.cn*****.huaweicloud.com:443","name":"sfs-tmp","region":"cn-north-5","storage_class":"sfs","storage_handle":"sfs-tmp"},"user_claim_count":0}},"schema":{"$ref":"#/definitions/PersistentStorage"}},"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":"创建WKS存储","tags":["Persistent"],"x-api-type":"open-api","x-apiexplorer-hide":"N","x-apig-group":"internal_token,public","x-apigateway-backend":{"httpVpcEndpoints":{"description":"","method":"POST","name":"wks-appcenter-lb","path":"/v1/{project_id}/persistent-storages","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"}],"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-order":1,"x-request-examples-1":{"name":"sfs-tmp","storage_metadata":{"storage_class":"sfs","storage_handle":"sfs-tmp"}},"x-request-examples-url-1":"POST /v1/a4da8115c9d8464ead3a38309130523f/persistent-storages","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":"创建WKS存储","tags":"存储管理","uri":null,"version":"2.0"}