deployResponse Data Type

This class represents the response of a deploy request. It may hold a key pair used for logging in and managing a docker cluster. Currently they key pair is only used by kubernetes

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
ansibleOutputList ansibleOutput element 0/unbounded the ansibleOutputList
Properties inherited from deployRequest
configurationID string element 0/1 The ID of the configuration POJO that contains information used the chosen deployment manager (for now only ansible) PlaybookRepresentation
managerType string element 0/1 The type of deployment manager to be used (swarm, ansile, kubernetes)
provisionID string element 0/1 The ID of the provision resources description ProvisionResponse
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

<d----->
  <ansibleOutputList>
    <host>...</host>
    <result>
      <ansibleParsed>...</ansibleParsed>
      <ansibleVerboseAlways>...</ansibleVerboseAlways>
      <changed>...</changed>
      <ansible_verbose_always>...</ansible_verbose_always>
      <end>...</end>
      <ansibleNoLog>...</ansibleNoLog>
      <stdout>...</stdout>
      <msg>...</msg>
      <cmd>...</cmd>
      <rc>...</rc>
      <start>...</start>
      <stderr>...</stderr>
      <delta>...</delta>
      <invocation/>
      <stdoutLines>...</stdoutLines>
      <warnings>...</warnings>
      <results/>
    </result>
  </ansibleOutputList>
  <provisionID>58e3946e0fb4f562d84ba1ad</provisionID>
  <managerType>ansible</managerType>
  <configurationID>58e3946e0fb4f562d84ba1ad</configurationID>
  <owner>user1</owner>
</d----->