This class represents the the ansible out put for a specific VM. This can be used as a archive / log of ansible executions
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
cloudDeploymentDomain | string | element | 0/1 | The cloud domain where the VM that run the playbook | |
cloudProvider | string | element | 0/1 | The cloud provider | |
host | string | element | 0/1 | The host (IP) of the VM that executed the playbook | |
provisionID | string | element | 0/1 | The provision used to spawn the VM for this playbook execution | |
vmType | string | element | 0/1 | The type of VM that run the playbook | |
Properties inherited from ownedObject |
|||||
owner | string | element | 0/1 | The owner (username) for the particular object. This value is set when the DAO saves the object based on the principal who made the call. It is created automatically. No need to set during a POST |
Example
<a-----> <host>147.228.242.58</host> <cloudDeploymentDomain>https://carach5.ics.muni.cz:11443</cloudDeploymentDomain> <vmType>medium</vmType> <provisionID>59172db6e452f1b9b666a621</provisionID> <cloudProvider>ec2</cloudProvider> <owner>user1</owner> </a----->