name | data type | description |
---|---|---|
host | string | |
result | AnsibleResult | |
vmType | string | |
cloudDeploymentDomain | string | |
provisionID | string | |
Properties inherited from OwnedObject |
||
owner | string | |
id | string | |
timestamp | number |
Example
{ "host" : "...", "result" : { "stderr" : "...", "changed" : true, "start" : "...", "delta" : "...", "cmd" : [ "...", "..." ], "end" : "...", "stdout" : "...", "msg" : "..." }, "vmType" : "...", "cloudDeploymentDomain" : "...", "provisionID" : "...", "owner" : "user1", "id" : "58e3946e0fb4f562d84ba1ad", "timestamp" : 12345 }