Modifies the General Policy of a delivery group, including the number of concurrent sessions and the session retention duration after disconnection.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
appstreaming:ModifyAppInstanceGroupAttribute |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProductType |
string |
Yes |
The product type. Valid values:
|
CloudApp |
| AppInstanceGroupId |
string |
Yes |
The delivery group ID. |
aig-9ciijz60n4xsv**** |
| AppInstanceGroupName |
string |
No |
The delivery group name. |
办公应用 |
| SessionTimeout |
integer |
No |
The session retention duration after disconnection, in minutes. After an end user session is disconnected, the session is retained for the specified duration before being logged off. Set this parameter to |
15 |
| NodePool |
object |
No |
The resource group object. |
|
| NodePoolId |
string |
No |
The resource group ID. |
rg-ew7va2g1wl3vm**** |
| NodeCapacity |
integer |
No |
The number of concurrent sessions, which is the number of sessions that can be simultaneously connected to a single resource. Too many simultaneous sessions may degrade the application experience. The valid value range varies by resource specification. You can call the ListNodeInstanceType operation to query the valid value range for each resource specification. |
2 |
| StoragePolicy |
object |
No |
The storage policy. |
|
| StorageTypeList |
array |
No |
The list of storage types. |
|
|
string |
No |
The storage type. Valid values:
|
PDS |
|
| UserProfileFollow |
object |
No |
||
| ProfileFollowSwitch |
boolean |
No |
||
| FileSystemId |
string |
No |
||
| UserProfile |
object |
No |
The user data roaming configuration. |
|
| UserProfileSwitch |
boolean |
No |
Specifies whether to enable user data roaming. Valid values:
|
false |
| FileSystemId |
string |
No |
The ID of the user data storage system (NAS ID). |
06ae94**** |
| SecurityPolicy |
object |
No |
The security policy. |
|
| SkipUserAuthCheck |
boolean |
No |
Specifies whether to skip user authorization verification. Valid values:
|
false |
| ResetAfterUnbind |
boolean |
No |
Specifies whether to reset after unbinding. Valid values:
|
true |
| PreOpenMode |
string |
No |
The pre-open mode. Valid values:
|
OFF |
| PreOpenAppId |
string |
No |
The AppId of the pre-open application. If the PreOpenMode parameter is set to |
ca-b2ronxxd**** |
| PerSessionPerApp |
boolean |
No |
Specifies whether to allow only one application per session.
Valid values:
|
false |
| Network |
object |
No |
The network configuration. Note
To use this parameter, submit a ticket. |
|
| DomainRules |
array<object> |
No |
The domain name rule configurations. |
|
|
object |
No |
The domain name rule. |
||
| Domain |
string |
No |
The domain name. |
www.example.com |
| Policy |
string |
No |
The policy value. Valid values:
|
block |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
| Code |
string |
The error code returned if the request failed. |
InvalidParameter.ProductType |
| Message |
string |
The error message returned if the request failed. |
The parameter ProductType is invalid. |
Examples
Success response
JSON format
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"Code": "InvalidParameter.ProductType",
"Message": "The parameter ProductType is invalid."
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.