v5

latestSwagger 2.0raw.githubusercontent.com2022-02-252573110.3 KB
Client Groups

Returns the approximate number of members in the client group.

get/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/clientGroups/{clientGroupName}/membersCount

Path parameters

subscriptionIdstring required

Azure subscription identifier.

resourceGroupNamestring required

Resource group name within the specified subscriptionId.

workspaceNamestring required

OMS workspace containing the resources of interest.

clientGroupNamestring required

Client Group resource name.

Query parameters

api-versionstring required

API version.

startTimestring date-time

UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m

endTimestring date-time

UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow

Response

The operation completed successfully.

startTimestring date-time required

Membership interval start time.

endTimestring date-time required

Membership interval start time.

groupIdstring required

Client Group URI.

countinteger required

Number of members in the client group. Use this value together with the value of accuracy. If accuracy is exact then the value represents the actual number of members in the cloud. When accuracy is estimated, the actual number of members is larger than the value of count.

accuracy'actual' | 'estimated' required

Specifies the accuracy of a computation.