VMware Cloud Community
devel____mdk
Contributor
Contributor

The parameter is not supported in the current context: VmGeneralParamsType

I'm tryng creating VM on the more simple way, but the body below is throwing this error: "The parameter is not supported in the current context: VmGeneralParamsType"

If I remove VmGeneralParams node, I can create a VM, BUT the name of new VM is the same of vappTemplate (public catalogs).

Body:

<RecomposeVAppParams name="Test vApp Gold" xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1">

    <Description>Test vApp</Description>

    <SourcedItem>

        <Source name="devel" href="https://vmware.XXXXXX.com.br/api/vAppTemplate/vappTemplate-42d3a075-0e47-4093-a76d-40a5d96ba5d9"/>

       

            <VmGeneralParams>

                <Name>AppServer-01a</Name>

                <Description>Internal Access</Description>

                <NeedsCustomization>true</NeedsCustomization>

            </VmGeneralParams>

       

    </SourcedItem>

    <AllEULAsAccepted>true</AllEULAsAccepted>

</RecomposeVAppParams>

Thanks,

ale,

0 Kudos
0 Replies