DeployRequest Data Type

Subtypes
DeployResponse
Properties
name data type description
managerType string
configurationID string
provisionID string
Properties inherited from OwnedObject
owner string
id string
timestamp number

Example

{
  "managerType" : "ansible",
  "configurationID" : "58e3946e0fb4f562d84ba1ad",
  "provisionID" : "58e3946e0fb4f562d84ba1ad",
  "owner" : "user1",
  "id" : "58e3946e0fb4f562d84ba1ad",
  "timestamp" : 12345
}