| ||
| detail: element | attribute | value | ||
Provides options for the creation of a new cloud account. Please add your selected internal cloudAccount elements without "cloudAccount" wrapping XML.
XML Example:<createCloudAccountRequest> <cloudAccountElement>cloudAccount</cloudAccountElement> <sessionId>xsd:string</sessionId> </createCloudAccountRequest> | JSON Example:{"createCloudAccountRequest":
{
"cloudAccountElement": cloudAccount,
"sessionId": String,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| cloudAccountElement | cloudAccount | false | false | Contains cloud account related information. The class is
a superset of attributes coming from our supported cloud
providers.
| |
| sessionId | xsd:string | false | false | The session identifier, as retrieved from the authenticate API.
|
| ||
| detail: element | attribute | value | ||