ProvisionRequest Data Type

Subtypes
ProvisionResponse
Properties
name data type description
cloudCredentialsID string
planID string
publicKeyID string
Properties inherited from KeyValueHolder
keyValue map of object
id string
Properties inherited from OwnedObject
owner string The owner (username) for the particular object.

Example

{
  "cloudCredentialsID" : "...",
  "planID" : "...",
  "publicKeyID" : "...",
  "keyValue" : {
    "property1" : { },
    "property2" : { }
  },
  "id" : "...",
  "owner" : "user1"
}