云桌面 Workspace-添加应用:请求示例

时间:2025-02-12 15:01:24

请求示例

{  "name" : "notepad++.exe",  "version" : "v1.1.1",  "description" : "xxx。",  "authorization_type" : "ALL_USER",  "app_file_store" : {    "store_type" : "OBS",    "bucket_store" : {      "bucket_name" : "wks-appcenter-xxxx",      "bucket_file_path" : "app-file/xxxx.exe"    },    "file_link" : "https://host-addresss/xxxxx.jpg"  },  "app_icon_url" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8 /w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==",  "install_type" : "UNZIP_INSTALL",  "install_command" : "${FILE_PATH} /S",  "uninstall_command" : "msiexec /uninstall ${FILE_PATH} /quiet",  "support_os" : "Windows",  "catalog_id" : "xxxx-xxx-xxxx",  "install_info" : "xxxx-xxx-xxxx"}
support.huaweicloud.com/api-workspace/UploadApp.html