result_ Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
ansibleItemResult boolean element 0/1  
ansibleNoLog boolean element 0/1  
ansibleParsed boolean element 0/1  
cacheUpdateTime int element 0/1  
cacheUpdated boolean element 0/1  
changed boolean element 0/1  
invocation invocation element 0/1  
item string element 0/unbounded  

Example

<r----->
  <ansibleParsed>...</ansibleParsed>
  <changed>...</changed>
  <ansibleNoLog>...</ansibleNoLog>
  <cacheUpdated>...</cacheUpdated>
  <ansibleItemResult>...</ansibleItemResult>
  <item>...</item>
  <invocation>
    <moduleName>...</moduleName>
  </invocation>
  <cacheUpdateTime>...</cacheUpdateTime>
</r----->