ProvisionRequest Data Type

Subtypes
ProvisionResponse
Properties
name data type description
cloudCredentialsIDs array of string
keyPairIDs array of string
planID string
Properties inherited from KeyValueHolder
keyValue map of object
Properties inherited from OwnedObject
owner string
id string
timestamp number

Example

{
  "cloudCredentialsIDs" : [ "58e3946e0fb4f562d84ba1ad", "..." ],
  "keyPairIDs" : [ "ASedsfd46b4fFd344a1A", "..." ],
  "planID" : "ASedsfd46b4fDFd83ba1q",
  "keyValue" : {
    "property1" : { },
    "property2" : { }
  },
  "owner" : "user1",
  "id" : "58e3946e0fb4f562d84ba1ad",
  "timestamp" : 12345
}