ansibleOutput Data Type

This is the base class for users to own resources. Many classes extend this class

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
ansiibleResult ansibleResult element 0/1  
cloudDeploymentDomain string element 0/1  
host string element 0/1  
provisionID string element 0/1  
vmType string element 0/1  
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 how made the call

Example

<a----->
  <host>...</host>
  <ansiibleResult>
    <msg>...</msg>
    <changed>...</changed>
    <ansibleResults>
      <ansibleParsed>...</ansibleParsed>
      <changed>...</changed>
      <ansibleNoLog>...</ansibleNoLog>
      <cacheUpdated>...</cacheUpdated>
      <ansibleItemAnsibleResult>...</ansibleItemAnsibleResult>
      <item>...</item>
      <invocation/>
      <cacheUpdateTime>...</cacheUpdateTime>
    </ansibleResults>
    <end>...</end>
    <stdout>...</stdout>
    <cmd>...</cmd>
    <start>...</start>
    <stderr>...</stderr>
    <delta>...</delta>
    <stdout_lines>...</stdout_lines>
  </ansiibleResult>
  <cloudDeploymentDomain>...</cloudDeploymentDomain>
  <vmType>...</vmType>
  <provisionID>...</provisionID>
  <owner>user1</owner>
</a----->