Queries the ID of an asset group by using the name of the asset group.
Operation description
You can call the QueryGroupIdByGroupName operation to query the ID of an asset group to which your assets belong by using the name of the asset group. When you call operations such as GetSuspiciousStatistics and DeleteGroup , you must specify the ID of the asset group. To query the ID of an asset group, call the QueryGroupIdByGroupName operation.
Limits
You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SourceIp | string | No | The source IP address of the request. | 10.12.XX.XX |
GroupName | string | Yes | The name of the asset group. | TestGroupName |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "24A20733-10A0-4AF6-BE6B-E3322413BB68",
"GroupId": 9935302
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|