- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).
HTTP request
GET https://monitoring.googleapis.com/v3/{parent}/uptimeCheckConfigs
Path parameters
Parameters | |
---|---|
parent |
Required. The project whose Uptime check configurations are listed. The format is:
Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
filter |
If provided, this field specifies the criteria that must be met by uptime checks to be included in the response. For more details, see Filtering syntax. |
page |
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 pageSize is <=0, the server will decide the number of results to be returned. |
page |
If this field is not empty then it must contain the |
Request body
The request body must be empty.
Response body
The protocol for the uptimeCheckConfigs.list
response.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"uptimeCheckConfigs": [
{
object ( |
Fields | |
---|---|
uptime |
The returned Uptime check configurations. |
next |
This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the nextPageToken is passed to the subsequent List method call (in the request message's pageToken field). |
total |
The total number of Uptime check configurations for the project, irrespective of any pagination. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/monitoring
https://www.googleapis.com/auth/monitoring.read
For more information, see the Authentication Overview.