2022-03-12
▼ ▲ gkehub.projects.locations.fleets.list
Description : Returns all fleets within an organization or a project that the caller has access to.
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1alpha/{+parent}/fleets
Parameters :
parent
Required : Yes
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. The organization or project to list for Fleets under, in the format `organizations/*/locations/*` or `projects/*/locations/*`.
Type : string
pageToken
Type : string
Location : query
Description : A page token, received from a previous `ListFleets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFleets` must match the call that provided the page token.
Parameter Order : parent
HTTP Method : GET
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/fleets
▼ ▲ gkehub.organizations.locations.fleets.list
HTTP Method : GET
Parameter Order : parent
Flat Path : v1alpha/organizations/{organizationsId}/locations/{locationsId}/fleets
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
parent
Location : path
Description : Required. The organization or project to list for Fleets under, in the format `organizations/*/locations/*` or `projects/*/locations/*`.
Type : string
Required : Yes
Pattern : ^organizations/[^/]+/locations/[^/]+$
pageToken
Location : query
Type : string
Description : A page token, received from a previous `ListFleets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFleets` must match the call that provided the page token.
Path : v1alpha/{+parent}/fleets
Description : Returns all fleets within an organization or a project that the caller has access to.