ProvisionInfo Data Type

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

Example

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