This class holds the necessary POJO IDs to request the deployment of a software
name | data type | description |
---|---|---|
provisionID | string | The ID of the provision resources description ProvisionResponse
|
managerType | string | The type of deployment manager to be used (swarm, ansile, kubernetes) |
configurationID | string | The ID of the configuration POJO that contains information used the
chosen deployment manager (for now only ansible)
PlaybookRepresentation
|
Properties inherited from OwnedObject |
||
owner | string | 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 |
id | string | The UID of this object. This value is auto generated by the DAO when the object is saved. |
Example
{ "provisionID" : "58e3946e0fb4f562d84ba1ad", "managerType" : "ansible", "configurationID" : "58e3946e0fb4f562d84ba1ad", "owner" : "user1", "id" : "58e3946e0fb4f562d84ba1ad" }