ProvisionResponse Data Type

Properties
name data type description
deployParameters array of DeployParameter
Properties inherited from ProvisionRequest
keyPairIDs array of string
cloudCredentialsIDs array of string
planID string
Properties inherited from KeyValueHolder
keyValue map of object
Properties inherited from OwnedObject
timestamp number
owner string
id string

Example

{
  "deployParameters" : [ {
    "user" : "vm_user",
    "cloudCertificateName" : "Virginia",
    "IP" : "52.73.245.157",
    "role" : "slave"
  }, {
    "user" : "...",
    "cloudCertificateName" : "...",
    "IP" : "...",
    "role" : "..."
  } ],
  "keyPairIDs" : [ "ASedsfd46b4fFd344a1A", "..." ],
  "cloudCredentialsIDs" : [ "58e3946e0fb4f562d84ba1ad", "..." ],
  "planID" : "ASedsfd46b4fDFd83ba1q",
  "keyValue" : {
    "property1" : { },
    "property2" : { }
  },
  "timestamp" : 12345,
  "owner" : "user1",
  "id" : "58e3946e0fb4f562d84ba1ad"
}