ProvisionResponse Data Type

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

Example

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