Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 231440

Re: Sending the requestNumber to VCO from VCAC

$
0
0

Find attached my solution for the same issue. Unfortunatelly this is only working after the request is complete. Furthermore browsing through all requests is maybe not the best solution. Looking for someone who is finding a better solution. 

 

CRs = vCACCAFEEntitiesFinder.getCatalogResources(vCACCAFEHost);

for each (CR in CRs)

{

if (CR.providerBinding.getBindingId() == vCACVm.virtualMachineID)

{

  Req = vCACCAFEEntitiesFinder.getCatalogItemRequest(vCACCAFEHost ,CR.requestId);

  vCACRequestNumber = Req.requestNumber;

  break;

}

}


Viewing all articles
Browse latest Browse all 231440

Latest Images

Trending Articles



Latest Images