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