Apache CloudStack 4.21.0.0 Root Admin API Reference
createVgpuProfile
Creates a vGPU profile in the system
Request parameters
Parameter Name | Description | Required |
gpucardid | the GPU card ID associated with this GPU device | true |
name | the name of the vGPU profile | true |
description | the description of the vGPU profile | false |
maxheads | the maximum number of display heads | false |
maxresolutionx | the maximum X resolution | false |
maxresolutiony | the maximum Y resolution | false |
maxvgpuperphysicalgpu | Max vGPU per physical GPU. This is used to calculate capacity. | false |
videoram | the video RAM size in MB | false |
Response Tags
Response Name | Description |
description | the description of the vGPU profile |
gpucardid | the ID of the GPU card associated with this vGPU profile |
gpucardname | the name of the vGPU profile |
maxheads | the maximum number of display heads |
maxresolutionx | the maximum X resolution |
maxresolutiony | the maximum Y resolution |
maxvgpuperphysicalgpu | the maximum number of vGPUs per physical GPU |
videoram | the video RAM size in MB |