Method: projects.locations.deployments.actuations.ansibleTasks.list

Lists AnsibleTasks in a given project, location, deployment and actuation

HTTP request

GET https://workloadmanager.googleapis.com/v1alpha/{parent=projects/*/locations/*/deployments/*/actuations/*}/ansibleTasks

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The resource prefix of the AnsibleTask using the form: 'projects/{projectId}/locations/{location}/deployments/{deployment}/actuations/{actuation}'

Query parameters

Parameters
pageSize

integer

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

pageToken

string

Optional. A token identifying a page of results the server should return.

filter

string

Optional. Filtering results

orderBy

string

Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details.

Request body

The request body must be empty.

Response body

The response object from ansibleTasks.list.

If successful, the response body contains data with the following structure:

JSON representation
{
  "ansibleTasks": [
    {
      object (AnsibleTask)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
ansibleTasks[]

object (AnsibleTask)

The list of AnsibleTask

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

unreachable[]

string

Locations that could not be reached.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform