Return values
Last updated
Last updated
For create operations, the module returns a dict containing:
Name | Value | Description |
---|---|---|
Example for datacenter resource:
For update operations, the module returns a dict containing:
Example for datacenter resource:
For delete operations, the module returns a dict containing:
Example for datacenter resource:
Name | Value | Description |
---|---|---|
Name | Value | Description |
---|---|---|
action
always create
The name of the current action
change
True
or False
If the task made changes within the resources
failed
True
or False
If the task failed
resource
The current resource
The key contains the resource name and the value is a dictionary containing the current resource.
action
always update
The name of the current action
change
True
or False
If the task made changes within the resources
failed
True
or False
If the task failed
resource
The current resource
The key contains the resource name and the value is a dictionary containing the current resource.
action
always delete
The name of the current action
change
True
or False
If the task made changes within the resources
failed
True
or False
If the task failed
id
The id of the resource