ProvisionResponse Data Type

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

Example

{
  "cloudCredentialsID" : "...",
  "planID" : "...",
  "scriptID" : "...",
  "userKeyID" : "...",
  "keyValue" : {
    "property1" : { },
    "property2" : { }
  },
  "id" : "...",
  "owner" : "..."
}