ListWorkloadsRequest

Request for fetching workloads in an organization.

JSON representation
{
  "parent": string,
  "pageSize": integer,
  "pageToken": string,
  "filter": string
}
Fields
parent

string

Required. Parent Resource to list workloads from. Must be of the form organizations/{org_id}/locations/{location}.

pageSize

integer

Page size.

pageToken

string

Page token returned from previous request. Page token contains context from previous request. Page token needs to be passed in the second and following requests.

filter

string

A custom filter for filtering by properties of a workload. At this time, only filtering by labels is supported.