AssetDetailsRequest
Properties
Asset metadata.
Required attributes for AZURE_VM_IN_RG: licenseType, publisher, offer, sku, version, subnet, vnet and vmSize.
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
{
"data": {},
"options": {
"createPublicIp": false
},
"type": "AZURE_VM_IN_RG / AZURE_IMAGE_IN_SIG",
"vmInfo": {
"password": [
"string"
],
"username": "string"
}
}