Cloud Debugger is deprecated and will be shutdown May 31, 2023. See the deprecations page and release notes for more information.

Method: debugger.debuggees.list

Stay organized with collections Save and categorize content based on your preferences.

Lists all the debuggees that the user has access to.

HTTP request

GET https://clouddebugger.googleapis.com/v2/debugger/debuggees

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
project

string

Required. Project number of a Google Cloud project whose debuggees to list.

includeInactive

boolean

When set to true, the result includes all debuggees. Otherwise, the result includes only debuggees that are active.

clientVersion

string

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

Request body

The request body must be empty.

Response body

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

Response for listing debuggees.

JSON representation
{
  "debuggees": [
    {
      object (Debuggee)
    }
  ]
}
Fields
debuggees[]

object (Debuggee)

List of debuggees accessible to the calling user. The fields debuggee.id and description are guaranteed to be set. The description field is a human readable field provided by agents and can be displayed to users.

Authorization Scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.