list
public Apigee.Organizations.Apis.Debugsessions.List list(String parent)
throws IOException
Lists debug sessions that are currently active in the given API Proxy.
Create a request for the method "debugsessions.list".
This request holds the parameters needed by the apigee server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - Required. The name of the API Proxy for which to list debug sessions. Must be of the form:
`organizations/{organization}/apis/{api}`.
- Returns:
- the request
- Throws:
IOException