mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
update copy API help text for recent changes
This commit is contained in:
parent
ba07f467ed
commit
ca704cdb5c
@ -1,7 +1,7 @@
|
||||
# Cancel Workflow Job
|
||||
|
||||
Make a GET request to this resource to determine if the workflow job can be
|
||||
cancelled. The response will include the following field:
|
||||
canceled. The response will include the following field:
|
||||
|
||||
* `can_cancel`: Indicates whether this workflow job is in a state that can
|
||||
be canceled (boolean, read-only)
|
||||
|
||||
@ -1,8 +1,9 @@
|
||||
Copy a Workflow Job Template:
|
||||
|
||||
Make a GET request to this resource to determine if the workflow_job_template
|
||||
can be copied and whether any passwords are required to launch the
|
||||
workflow_job_template. The response will include the following fields:
|
||||
Make a GET request to this resource to determine if the current user has
|
||||
permission to copy the workflow_job_template and whether any linked
|
||||
templates or prompted fields will be ignored due to permissions problems.
|
||||
The response will include the following fields:
|
||||
|
||||
* `can_copy`: Flag indicating whether the active user has permission to make
|
||||
a copy of this workflow_job_template, provides same content as the
|
||||
@ -10,15 +11,15 @@ workflow_job_template. The response will include the following fields:
|
||||
(boolean, read-only)
|
||||
* `can_copy_without_user_input`: Flag indicating if the user should be
|
||||
prompted for confirmation before the copy is executed (boolean, read-only)
|
||||
* `templates_unable_to_copy`: Names of job templates, projects, and inventory
|
||||
sources that the active user lacks permission to use and will be missing in
|
||||
workflow nodes of the copy (array, read-only)
|
||||
* `inventories_unable_to_copy`: Names of inventories that the active user
|
||||
lacks permission to use and will be missing in the workflow nodes of the
|
||||
copy (array, read-only)
|
||||
* `credentials_unable_to_copy`: Names of credentials that the active user
|
||||
lacks permission to use and will be missing in the workflow nodes of the
|
||||
copy (array, read-only)
|
||||
* `templates_unable_to_copy`: List of node ids of nodes that have a related
|
||||
job template, project, or inventory that the current user lacks permission
|
||||
to use and will be missing in workflow nodes of the copy (array, read-only)
|
||||
* `inventories_unable_to_copy`: List of node ids of nodes that have a related
|
||||
prompted inventory that the current user lacks permission
|
||||
to use and will be missing in workflow nodes of the copy (array, read-only)
|
||||
* `credentials_unable_to_copy`: List of node ids of nodes that have a related
|
||||
prompted credential that the current user lacks permission
|
||||
to use and will be missing in workflow nodes of the copy (array, read-only)
|
||||
|
||||
Make a POST request to this endpoint to save a copy of this
|
||||
workflow_job_template. No POST data is accepted for this action.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user