REST Resource: projects.locations.deployments.actuations.ansibleTasks

Resource: AnsibleTask

The AnsibleTask message capture state and error for each task

JSON representation
{
  "name": string,
  "state": string,
  "errorMessage": string
}
Fields
name

string

The name of ansible tsk resource. The format will be 'projects/{projectId}/locations/{locationId}/deployments/{deploymentId}/actuations/{actuation_id}/ansibleTasks/{ansible_task_id}' the name of task

state

string

state sent by ansible callback plugin, i.e. failed, success, task_start, play_start

errorMessage

string

error message sent by ansible callback plugin

Methods

get

Gets details of a single Actuation.

list

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