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 |
Required. Project number of a Google Cloud project whose debuggees to list. |
includeInactive |
When set to |
clientVersion |
Required. The client version making the call. Schema: |
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 ( |
Fields | |
---|---|
debuggees[] |
List of debuggees accessible to the calling user. The fields |
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.