ProvisionResponse Data Type

Properties
name data type description
deployParameters array of DeployParameter
Properties inherited from ProvisionRequest
cloudCredentialsID string
planID string
publicKeyID string
Properties inherited from KeyValueHolder
keyValue map of object
id string
Properties inherited from OwnedObject
owner string

Example

{
  "deployParameters" : [ {
    "cloudCertificateName" : "...",
    "IP" : "...",
    "user" : "...",
    "role" : "..."
  }, {
    "cloudCertificateName" : "...",
    "IP" : "...",
    "user" : "...",
    "role" : "..."
  } ],
  "cloudCredentialsID" : "...",
  "planID" : "...",
  "publicKeyID" : "...",
  "keyValue" : {
    "property1" : { },
    "property2" : { }
  },
  "id" : "...",
  "owner" : "..."
}