You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lists debug sessions that are currently active in the given API Proxy.
2895
+
2896
+
## Parameters
2897
+
2898
+
* `connection` (*type:* `GoogleApi.Apigee.V1.Connection.t`) - Connection to server
2899
+
* `parent` (*type:* `String.t`) - Required. The name of the API Proxy for which to list debug sessions. Must be of the form: `organizations/{organization}/apis/{api}`.
* `:alt` (*type:* `String.t`) - Data format for response.
2904
+
* `:callback` (*type:* `String.t`) - JSONP
2905
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
2906
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
2907
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
2908
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
2909
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
2910
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
2911
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
2912
+
* `:pageSize` (*type:* `integer()`) - Optional. Maximum number of debug sessions to return. The page size defaults to 25.
2913
+
* `:pageToken` (*type:* `String.t`) - Optional. Page token, returned from a previous ListApiDebugSessions call, that you can use to retrieve the next page.
2914
+
* `opts` (*type:* `keyword()`) - Call options
2915
+
2916
+
## Returns
2917
+
2918
+
* `{:ok, %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListApiDebugSessionsResponse{}}` on success
Copy file name to clipboardExpand all lines: clients/apigee/lib/google_api/apigee/v1/model/google_cloud_apigee_v1_batch_compute_security_assessment_results_request_include_all.ex
Copy file name to clipboardExpand all lines: clients/apigee/lib/google_api/apigee/v1/model/google_cloud_apigee_v1_batch_compute_security_assessment_results_request_resource_array.ex
* `nextPageToken` (*type:* `String.t`, *default:* `nil`) - Page token that you can include in a ListApiDebugSessionsRequest to retrieve the next page. If omitted, no subsequent pages exist.
25
+
* `sessions` (*type:* `list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Session.t)`, *default:* `nil`) - Session info that includes debug session ID and the first transaction creation timestamp.
Copy file name to clipboardExpand all lines: clients/apigee/lib/google_api/apigee/v1/model/google_cloud_apigee_v1_security_assessment_result_scoring_result.ex
* `dataUpdateTime` (*type:* `DateTime.t`, *default:* `nil`) - The time when resource data was last fetched for this resource. This time may be different than when the resource was actually updated due to lag in data collection.
26
26
* `failedAssessmentPerWeight` (*type:* `map()`, *default:* `nil`) - The number of failed assessments grouped by its weight. Keys are one of the following: "MAJOR", "MODERATE", "MINOR".
27
27
* `score` (*type:* `integer()`, *default:* `nil`) - The security score of the assessment.
28
-
* `severity` (*type:* `String.t`, *default:* `nil`) - The severity of the assessment.
0 commit comments