- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
List TraceScopes of a project in a particular location.
HTTP request
GET https://observability.googleapis.com/v1/{parent=projects/*/locations/*}/traceScopes
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The full resource name of the location to look for trace scopes:
For example:
|
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of |
pageToken |
Optional. If present, then retrieve the next batch of results from the preceding call to this method. |
Request body
The request body must be empty.
Response body
Response for listing TraceScopes.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"traceScopes": [
{
object ( |
Fields | |
---|---|
traceScopes[] |
Optional. A list of trace scopes. |
nextPageToken |
Optional. If there might be more results than appear in this response, then |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
observability.traceScopes.list
For more information, see the IAM documentation.