AssetDetailsRequest
Properties
Asset metadata.
Required attributes for source type AZURE_MARKET_PLACE and asset type AZURE_VM_IN_RG: licenseType, publisher, offer, sku, version, subnet, vnet and vmSize.
Required attributes for source type AZURE_CUSTOM_VM and asset type AZURE_VM_IN_RG: licenseType, publisher, offer, sku, vmSize, vmName, resourceGroupName.
If sourceType is AZURE_CUSTOM_VM, vmName, and resourceGroupName fields are used to validate the existence of source VM on given Provider. Upon successful validation, the source VM metadata is used to create corresponding image and version.
Required attributes for AZURE_IMAGE_IN_SIG: galleryAzureADTenantId, galleryImageResourceId. Optional Attributes: mspOrgId, multiSession, isClientAccessLicenseApplicable.
If mspOrgId is provided, its used to validate that source image exists in MSP Org and to copy source image metadata such as OS, OS type and GPU type and application scan data from MSP Org to Customer’s Org for target image and version.
Asset type. Use AZURE_VM_IN_RG when importing VM from Azure marketplace. Use AZURE_IMAGE_IN_SIG when importing published image from Azure SIG
Possible values are: AKKA_IMAGE_IN_RG , AKKA_VM_IN_RG , AZURE_IMAGE_IN_RG , AZURE_IMAGE_IN_SIG , AZURE_IMAGE_REPLICA_IN_SIG , AZURE_VM_IN_RG , VSPHERE_MASTER_VM
JSON Example
{
"type": "AZURE_VM_IN_RG / AZURE_IMAGE_IN_SIG"
}
Property Of
ImageCatalogRequest
VersionCreateTO