
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2014 11:29 PM
I am new to UCS Director and are using it for Automation. I can create and modify Custom Workflow Inputs as well as Custom Workflow Tasks using UCS Director Web portal.
Is there any way to create or update the LOV entries Label and Values using a script/API.
Thanks
Gautam
Solved! Go to Solution.
- Labels:
-
UCS Integrations
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2014 10:26 AM
Currently , there is no option for creating or updating the LOV entries. Each item is just a Form LOV pair containing a name/label , and a value , and if user selects a label , the corresponding value is set for the corresponding form field.
Regards,
Rekha Krishna

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2014 10:26 AM
Currently , there is no option for creating or updating the LOV entries. Each item is just a Form LOV pair containing a name/label , and a value , and if user selects a label , the corresponding value is set for the corresponding form field.
Regards,
Rekha Krishna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2014 12:53 PM
Here is what I need for my UCSD environment.
I have to create a Custom workflow Input as follows:
Custom input type Name = "VM_Size"
Input type = "gen_text_input"
LOV entries (Label,values)
1>Label=PLATINUM (vcpu=8, vmem=16) , Values=PLATINUM
2>Label=GOLD (vcpu=4, vmem=8) , Values=GOLD
3>Label=SILVER (vcpu=2, vmem=4) , Values=SILVER
4>Label=BRONZE (vcpu=1, vmem=2) , Values=BRONZE
From time to time we will be introducing new VM sizes or change the config of vcpu/vmem, which I can do using the portal manually.
I was wondering if there is any way to achieve the same through a script with an appropriate external input source.
Thanks
Gautam
