Returns a specific Metrics Scope
, including the list of projects monitored by the specified Metrics Scope
.
HTTP request
GET https://monitoring.googleapis.com/v1/{name}
Path parameters
name
string
Required. The resource name of the Metrics Scope
. Example: locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}
Authorization requires the following IAM
permission on the specified resource name
:
-
resourcemanager.projects.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of MetricsScope
.
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/cloud-platform -
https://www.googleapis.com/auth/monitoring -
https://www.googleapis.com/auth/monitoring.read
For more information, see the Authentication Overview .

