AI-generated Key Takeaways
-
The request message for
AssetGroupService.MutateAssetGroups
is used to modify asset groups for a specific customer. -
It includes fields for the
customer_id
, a list ofoperations
to perform on the asset groups, and an optionalvalidate_only
flag. -
The
operations
field contains a list ofAssetGroupOperation
objects that define the actions to be taken on individual asset groups. -
Setting
validate_only
to true will validate the request without executing it, returning only errors.
Request message for AssetGroupService.MutateAssetGroups
.
Fields | |
---|---|
|
Required. The ID of the customer whose asset groups are being modified. |
|
Required. The list of operations to perform on individual asset groups. |
|
If true, the request is validated but not executed. Only errors are returned, not results. |