ProvisionResponse Data Type

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

Example

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