Requires authorization
Retrieves the list of HttpsHealthCheck resources available to the specified project. Try it now.
Request
HTTP request
GET https://www.googleapis.com/compute/beta/projects/project/global/httpsHealthChecks
Parameters
| Parameter name | Value | Description |
|---|---|---|
| Path parameters | ||
project |
string |
Project ID for this request. |
| Optional query parameters | ||
filter |
string |
Optional. Filter expression for filtering listed resources. |
maxResults |
unsigned integer |
Optional. Maximum count of results to be returned.
Maximum value is 500 and default value is 500.
Acceptable values are 0 to 500, inclusive.
(Default: 500)
|
pageToken |
string |
Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request. |
Authorization
This request requires authorization with at least one of the following scopes (read more about authentication and authorization).
| Scope |
|---|
https://www.googleapis.com/auth/compute.readonly |
https://www.googleapis.com/auth/compute |
https://www.googleapis.com/auth/cloud-platform |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{
"kind": "compute#httpsHealthCheckList",
"selfLink": string,
"id": string,
"items": [
httpsHealthChecks Resource
],
"nextPageToken": string
}
| Property name | Value | Description | Notes |
|---|---|---|---|
kind |
string |
[Output Only] Type of resource. Always compute#httpsHealthCheckList for lists of HTTPS health checks. |
|
selfLink |
string |
[Output Only] Server defined URL for this resource. | |
id |
string |
[Output Only] Unique identifier for the resource; defined by the server. | |
items[] |
list |
[Output Only] A list of HttpsHealthCheck resources. | |
nextPageToken |
string |
[Output Only] A token used to continue a truncated list request. |
Try it!
Use the APIs Explorer below to call this method on live data and see the response.