Modify the Wuying Cloud Browser properties.
Operation description
Modifies the properties of a Wuying Browser.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
appstreaming:CreateAppInstanceGroup |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| BrowserInstanceGroupId |
string |
Yes |
The ID of the browser instance group to modify. |
big-0bz55ixxxxx9xi9w9 |
| CloudBrowserName |
string |
No |
The name of the cloud browser. |
BrowserTest |
| Network |
object |
No |
The network configuration. |
|
| AccessRestriction |
string |
No |
The type of access restriction. Valid values:
|
ALLOW_LIST |
| RestrictedURLs |
array<object> |
No |
The restricted domain name configurations. |
|
|
object |
No |
A restricted domain name configuration. |
||
| URL |
string |
No |
The domain name. |
aliyun.com |
| RestrictedURLId |
string |
No |
The domain name configuration ID. Specify this parameter only when you modify the configuration. |
ru-12345 |
| RemoveRestrictedURLIds |
array |
No |
The IDs of the restricted domain name configurations to remove. |
|
|
string |
No |
The ID of the domain name configuration. |
ru-12345 |
|
| RestrictedURLsFilePath |
string |
No |
The path to the file that contains the domain name allowlist. |
cn-hangzhou/aig_upm/xxx/temp/BrowserRestrictionUrls/URL白名单模版.csv |
| Policy |
object |
No |
The access policy. |
|
| ClipboardPolicy |
object |
No |
The clipboard policies. |
|
| Clipboard |
string |
No |
The clipboard policy. Valid values:
|
off |
| ClipboardScope |
string |
No |
The scope of clipboard control. Valid values:
|
global |
| TextClipboard |
string |
No |
The policy for the text clipboard. Valid values:
|
off |
| RichTextClipboard |
string |
No |
The policy for the rich text clipboard. Valid values:
|
off |
| FileClipboard |
string |
No |
The policy for the file clipboard. Valid values:
|
off |
| ClipboardReadLimit |
integer |
No |
The maximum length of content that can be read from the clipboard. |
1000 |
| ClipboardWriteLimit |
integer |
No |
The maximum length of content that can be written to the clipboard. |
1000 |
| ClipboardSizeUnit |
string |
No |
The unit for the clipboard size limit. |
B |
| RichTextClipboardLimit |
integer |
No |
The size limit for rich text on the clipboard. |
1 |
| RichTextClipboardSizeUnit |
string |
No |
The unit for the rich text clipboard size limit. |
B |
| TextClipboardWriteLimit |
integer |
No |
The size limit for writing text to the clipboard. |
1 |
| TextClipboardWriteSizeUnit |
string |
No |
The unit for the text clipboard write size limit. |
KB |
| TextClipboardReadLimit |
integer |
No |
The size limit for reading text from the clipboard. |
1 |
| TextClipboardReadSizeUnit |
string |
No |
The unit for the text clipboard read size limit. |
KB |
| RichTextClipboardWriteLimit |
integer |
No |
The size limit for writing rich text to the clipboard. |
1 |
| RichTextClipboardWriteSizeUnit |
string |
No |
The unit for the rich text clipboard write size limit. |
KB |
| RichTextClipboardReadLimit |
integer |
No |
The size limit for reading rich text from the clipboard. |
1 |
| RichTextClipboardReadSizeUnit |
string |
No |
The unit for the rich text clipboard read size limit. |
KB |
| VideoPolicy |
object |
No |
The video policy. |
|
| FrameRate |
integer |
No |
The frame rate. |
60 |
| WatermarkPolicy |
object |
No |
The watermark configuration. |
|
| WatermarkSwitch |
string |
No |
Specifies whether to enable the watermark. Valid values:
|
off |
| WatermarkTypes |
array |
No |
The watermark types. |
|
|
string |
No |
A watermark type. Valid values:
|
EndUserId |
|
| PolicyId |
string |
No |
The policy ID. |
pg-12345 |
| PolicyVersion |
string |
No |
The policy version. Valid values:
|
Center |
| DisconnectKeepSession |
string |
No |
The policy for retaining a session after a disconnection. Valid values:
|
customTime |
| DisconnectKeepSessionTime |
integer |
No |
The duration in minutes to retain a session after a disconnection. |
15 |
| Html5FileTransfer |
string |
No |
The file transfer policy for the web client. |
off |
| NoOperationDisconnect |
string |
No |
Specifies whether to disconnect the session due to user inactivity. |
on |
| NoOperationDisconnectTime |
integer |
No |
The idle timeout in seconds. |
1 |
| FileManager |
string |
No |
Specifies whether to enable the file manager. |
off |
| Timers |
array<object> |
No |
The timer configurations. |
|
|
object |
No |
A timer configuration. |
||
| TimerType |
string |
No |
The timer type. Valid values:
|
SESSION_TIMEOUT |
| Interval |
integer |
No |
The timeout period in minutes. |
15 |
| BrowserConfig |
object |
No |
The browser configuration. |
|
| Homepage |
string |
No |
The homepage. |
https://www.aliyun.com |
| BrowserParam |
string |
No |
The startup parameters. |
--incognito |
| Bookmarks |
array<object> |
No |
The bookmarks. |
|
|
object |
No |
A bookmark configuration. |
||
| BookmarkId |
string |
No |
The bookmark ID. Specify this parameter only when modifying a bookmark. |
bm-12345 |
| BookmarkName |
string |
Yes |
The bookmark name. |
test |
| BookmarkURL |
string |
Yes |
The bookmark URL. |
https://www.aliyun.com |
| BookmarkFolder |
string |
No |
The name of the folder that contains the bookmark. |
test |
| RemoveBookmarks |
array |
No |
The IDs of the bookmarks to remove. |
|
|
string |
No |
The ID of the bookmark to remove. |
bm-12345 |
|
| BookmarksFilePath |
string |
No |
The path to the file that contains the bookmarks. |
cn-hangzhou/aig_upm/xxx/temp/BrowserBookmarks/浏览器书签模版.csv |
| CookiesSync |
boolean |
No |
Specifies whether to synchronize cookies. |
|
| StoragePolicy |
object |
No |
The storage policy settings. |
|
| UserProfile |
object |
No |
The user profile settings. |
|
| UserProfileSwitch |
boolean |
No |
Specifies whether to enable user profiles. |
|
| MaxAmount |
integer |
No |
The maximum number of instances in the browser instance group. |
5 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| RequestId |
string |
The unique ID for the request. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
Examples
Success response
JSON format
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.