name | data type | description |
---|---|---|
deployParameters | array of DeployParameter | |
Properties inherited from ProvisionRequest |
||
planID | string | |
cloudCredentialsIDs | array of string | |
keyPairIDs | array of string | |
Properties inherited from KeyValueHolder |
||
keyValue | map of object | |
Properties inherited from OwnedObject |
||
owner | string | |
timestamp | number | |
id | string |
Example
{ "deployParameters" : [ { "role" : "slave", "IP" : "52.73.245.157", "user" : "vm_user", "cloudCertificateName" : "Virginia" }, { "role" : "...", "IP" : "...", "user" : "...", "cloudCertificateName" : "..." } ], "planID" : "ASedsfd46b4fDFd83ba1q", "cloudCredentialsIDs" : [ "58e3946e0fb4f562d84ba1ad", "..." ], "keyPairIDs" : [ "ASedsfd46b4fFd344a1A", "..." ], "keyValue" : { "property1" : { }, "property2" : { } }, "owner" : "user1", "timestamp" : 12345, "id" : "58e3946e0fb4f562d84ba1ad" }