VMware Cloud Community
Dlally1
Contributor
Contributor

Description property in vRO

I seem to be having a hard time pulling the Description values in vRO.  This is the built-in Description in the General Elements tab.  Any ideas? I know it's gotta be pretty simple!

It's not a customproperty

0 Kudos
1 Reply
WhiteForEver
Enthusiast
Enthusiast

Hi,

For some reason, the `Server.getAllDescriptionsForType()` or `Server.findAllForType` doest work, when providing a type of "Action"

Following the documentation, the easiest way will be to get it with REST API call. The example below.

GET https://{orchestrator_fqdn}/vco/api/catalog/System/Action?conditions=description~xxx

 

It is possible to list all the Actions with in the browser:

https://{orchestrator_fqdn}/vco/api/catalog/System/Action/


----------------------------------------------------------
Thank you for your feedback regarding my response.
If it has successfully resolved your issue, kindly mark it as RESOLVED

Take a look at my blog below.
https://www.clouddepth.com
0 Kudos