Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Returns the list of IPs that checkers run from
See: Stackdriver Monitoring API Reference for monitoring.uptimeCheckIps.list
.
Synopsis
- type UptimeCheckIPsListResource = "v3" :> ("uptimeCheckIps" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListUptimeCheckIPsResponse)))))))))
- uptimeCheckIPsList :: UptimeCheckIPsList
- data UptimeCheckIPsList
- ucilXgafv :: Lens' UptimeCheckIPsList (Maybe Xgafv)
- ucilUploadProtocol :: Lens' UptimeCheckIPsList (Maybe Text)
- ucilAccessToken :: Lens' UptimeCheckIPsList (Maybe Text)
- ucilUploadType :: Lens' UptimeCheckIPsList (Maybe Text)
- ucilPageToken :: Lens' UptimeCheckIPsList (Maybe Text)
- ucilPageSize :: Lens' UptimeCheckIPsList (Maybe Int32)
- ucilCallback :: Lens' UptimeCheckIPsList (Maybe Text)
REST Resource
type UptimeCheckIPsListResource = "v3" :> ("uptimeCheckIps" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListUptimeCheckIPsResponse))))))))) Source #
A resource alias for monitoring.uptimeCheckIps.list
method which the
UptimeCheckIPsList
request conforms to.
Creating a Request
uptimeCheckIPsList :: UptimeCheckIPsList Source #
Creates a value of UptimeCheckIPsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UptimeCheckIPsList Source #
Returns the list of IPs that checkers run from
See: uptimeCheckIPsList
smart constructor.
Instances
Request Lenses
ucilUploadProtocol :: Lens' UptimeCheckIPsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
ucilAccessToken :: Lens' UptimeCheckIPsList (Maybe Text) Source #
OAuth access token.
ucilUploadType :: Lens' UptimeCheckIPsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
ucilPageToken :: Lens' UptimeCheckIPsList (Maybe Text) Source #
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
ucilPageSize :: Lens' UptimeCheckIPsList (Maybe Int32) Source #
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
ucilCallback :: Lens' UptimeCheckIPsList (Maybe Text) Source #
JSONP