Method: organizations.environments.traceConfig.overrides.list

Lists all of the distributed trace configuration overrides in an environment.

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*/environments/*/traceConfig}/overrides

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent resource of the trace configuration override. Use the following structure in your request: "organizations/*/environments/*/traceConfig".

Query parameters

Parameters
pageSize

integer

Maximum number of trace configuration overrides to return. If not specified, the maximum number returned is 25. The maximum number cannot exceed 100.

pageToken

string

A page token, returned from a previous overrides.list call. Token value that can be used to retrieve the subsequent page.

When paginating, all other parameters provided to overrides.list must match those specified in the call to obtain the page token.

Request body

The request body must be empty.

Response body

Response for overrides.list.

If successful, the response body contains data with the following structure:

JSON representation
{
  "traceConfigOverrides": [
    {
      object (TraceConfigOverride)
    }
  ],
  "nextPageToken": string
}
Fields
traceConfigOverrides[]

object (TraceConfigOverride)

List all trace configuration overrides in an environment.

nextPageToken

string

Token value that can be passed as pageToken to retrieve the next page of content.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform