deployRequest Data Type

This class holds the necessary POJO IDs to request the deployment of a software

Namespace
(Default)
Schema
ns0.xsd
Subtypes
deployResponse
Properties
name data type type namespace min/max occurs description
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----->
  <provisionID>58e3946e0fb4f562d84ba1ad</provisionID>
  <managerType>ansible</managerType>
  <configurationID>58e3946e0fb4f562d84ba1ad</configurationID>
  <owner>user1</owner>
</d----->