Modifies the properties of the cloud browser.
Operation description
Modifies the properties of the cloud browser.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- For mandatory resource types, indicate with a prefix of * .
- If the permissions cannot be granted at the resource level,
All Resourcesis used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
| Operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|
| appstreaming:CreateAppInstanceGroup | update | *All Resources * |
| none |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| BrowserInstanceGroupId | string | Yes | The ID of the cloud browser to be modified. | big-0bz55ixxxxx9xi9w9 |
| CloudBrowserName | string | No | The name of the cloud browser. | BrowserTest |
| Network | object | No | The network configurations. | |
| AccessRestriction | string | No | The type of the access control list. Valid value:
| ALLOW_LIST |
| RestrictedURLs | array<object> | No | The domain restriction configurations. | |
| object | No | The restricted domain names. | ||
| URL | string | No | The restricted domain name. | aliyun.com |
| RestrictedURLId | string | No | The ID of the domain name. This parameter is required only when you want to modify the domain restriction configuration. | ru-12345 |
| RemoveRestrictedURLIds | array | No | The domain names to be removed. | |
| string | No | The ID of the domain name. | ru-12345 | |
| Policy | object | No | The access policy. | |
| ClipboardPolicy | object | No | The settings related to clipboard control. | |
| Clipboard | string | No | The clipboard policy. Valid values:
| off |
| ClipboardScope | string | No | The clipboard control scope. Valid values:
| global |
| TextClipboard | string | No | The text clipboard policy. Valid values:
| off |
| RichTextClipboard | string | No | The rich text clipboard policy. Valid values:
| off |
| FileClipboard | string | No | The file clipboard policy. Valid values:
| off |
| ClipboardReadLimit | integer | No | The maximum number of characters allowed when copying from the clipboard. | 1000 |
| ClipboardWriteLimit | integer | No | The maximum number of characters allowed when copying to the clipboard. | 1000 |
| VideoPolicy | object | No | The display 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 | The watermark type. Valid values:
| EndUserId | |
| PolicyId | string | No | The ID of the policy. | pg-12345 |
| PolicyVersion | string | No | The policy version. Valid value:
| Center |
| DisconnectKeepSession | string | No | Defines what happens to a session when a user disconnects. Valid values:
| customTime |
| DisconnectKeepSessionTime | integer | No | The session persistence duration. | 15 |
| Html5FileTransfer | string | No | The file transfer policy on the web client. | off |
| Timers | array<object> | No | The timer. | |
| object | No | The associated scheduled task. | ||
| TimerType | string | No | The timer type: Valid value:
| SESSION_TIMEOUT |
| Interval | integer | No | The interval. | 15 |
| BrowserConfig | object | No | The browser settings. | |
| Homepage | string | No | The home page. | https://www.aliyun.com |
| BrowserParam | string | No | The startup parameter. | --incognito |
| Bookmarks | array<object> | No | The bookmark. | |
| object | No | The description of the associated bookmark. | ||
| BookmarkId | string | No | The ID of the bookmark. This parameter needs to be specified only to modify the bookmark. | bm-12345 |
| BookmarkName | string | Yes | The name of the bookmark. | test |
| BookmarkURL | string | Yes | The URL of the bookmark. | https://www.aliyun.com |
| BookmarkFolder | string | No | The folder where the bookmark is located. | test |
| RemoveBookmarks | array | No | The removed bookmarks. | |
| string | No | The IDs of the removed bookmarks. | bm-12345 |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****"
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2025-10-30 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
| 2025-10-20 | Add Operation | View Change Details |
