google_api_monitoring v0.7.0 GoogleApi.Monitoring.V3.Api.UptimeCheckIps View Source
API calls for all endpoints tagged UptimeCheckIps
.
Link to this section Summary
Functions
Returns the list of IPs that checkers run from
Link to this section Functions
Link to this function
monitoring_uptime_check_ips_list(connection, optional_params \\ [], opts \\ []) View Source
Returns the list of IPs that checkers run from
Parameters
- connection (GoogleApi.Monitoring.V3.Connection): Connection to server
optional_params (KeywordList): [optional] Optional parameters
- :$.xgafv (String.t): V1 error format.
- :access_token (String.t): OAuth access token.
- :alt (String.t): Data format for response.
- :callback (String.t): JSONP
- :fields (String.t): Selector specifying which fields to include in a partial response.
- :key (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 (String.t): OAuth 2.0 token for the current user.
- :prettyPrint (boolean()): Returns response with indentations and line breaks.
- :quotaUser (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.
- :upload_protocol (String.t): Upload protocol for media (e.g. "raw", "multipart").
- :uploadType (String.t): Legacy upload protocol for media (e.g. "media", "multipart").
- :pageSize (integer()): The maximum number of results to return in a single response. The server may further constrain the maximum number of results returned in a single page. If the page_size is <=0, the server will decide the number of results to be returned. NOTE: this field is not yet implemented
- :pageToken (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 more results from the previous method call. NOTE: this field is not yet implemented
Returns
{:ok, %GoogleApi.Monitoring.V3.Model.ListUptimeCheckIpsResponse{}} on success {:error, info} on failure