- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists Machines in a given project and location.
HTTP request
GET https://edgecontainer.googleapis.com/v1/{parent=projects/*/locations/*}/machines
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent site, which owns this collection of machines. Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
page |
The maximum number of resources to list. |
page |
A page token received from previous list request. |
filter |
Only resources matching this filter will be listed. |
order |
Specifies the order in which resources will be listed. |
Request body
The request body must be empty.
Response body
List of machines in a site.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"machines": [
{
object ( |
Fields | |
---|---|
machines[] |
Machines in the site. |
next |
A token to retrieve next page of results. |
unreachable[] |
Locations that could not be reached. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.