GoogleApi.Monitoring.V3.Api.Services.monitoring_services_list
You're seeing just the function
monitoring_services_list
, go back to GoogleApi.Monitoring.V3.Api.Services module for more information.
Link to this function
monitoring_services_list(connection, v3_id, v3_id1, optional_params \\ [], opts \\ [])
View SourceSpecs
monitoring_services_list( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Monitoring.V3.Model.ListServicesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List Services for this workspace.
Parameters
-
connection
(type:GoogleApi.Monitoring.V3.Connection.t
) - Connection to server -
v3_id
(type:String.t
) - Part ofparent
. Required. Resource name of the parent containing the listed services, either a project or a Monitoring Workspace. The formats are: projects/[PROJECT_ID_OR_NUMBER] workspaces/[HOST_PROJECT_ID_OR_NUMBER] -
v3_id1
(type:String.t
) - Part ofparent
. See documentation ofv3Id
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
: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. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
: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. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - A filter specifying what Services to return. The filter currently supports the following fields: -identifier_case
-app_engine.module_id
-cloud_endpoints.service
(reserved for future use) -mesh_istio.mesh_uid
-mesh_istio.service_namespace
-mesh_istio.service_name
-cluster_istio.location
(deprecated) -cluster_istio.cluster_name
(deprecated) -cluster_istio.service_namespace
(deprecated) -cluster_istio.service_name
(deprecated) identifier_case refers to which option in the identifier oneof is populated. For example, the filter identifier_case = "CUSTOM" would match all services with a value for the custom field. Valid options are "CUSTOM", "APP_ENGINE", "MESH_ISTIO", plus "CLUSTER_ISTIO" (deprecated) and "CLOUD_ENDPOINTS" (reserved for future use). -
:pageSize
(type:integer()
) - A non-negative number that is the maximum number of results to return. When 0, use default page size. -
:pageToken
(type:String.t
) - If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Monitoring.V3.Model.ListServicesResponse{}}
on success -
{:error, info}
on failure