- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Getting started with plugin development using data...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 01:59 AM
03-13-2025 01:59 AM
Getting started with plugin development using data from Morpheus
I’m starting out trying to create a plugin which will predominantly be used for populating option lists. I’m comfortable with Javascript but Groovy is entirely new to me, and my Java is rusty.
The sources of information for the lists will vary between external systems via API requests, and internal Morpheus information. It’s the latter that I’m struggling with, as I can’t find any simple examples of this…
Things that I’m trying to obtain include:
- List of instances within the current tenant
- Details relating to a specific instance (eg plan, volumes, IP addresses)
- Details of the current logged-in user & their tenant
I’ve been scouring the examples but have been unable to find anything that gives a simple example of option lists being populated with data from within Morpheus. I can create an option list and provide data from a fixed list or external source but can’t work out how to obtain data from Morphues itself. I was hoping to avoid using HttpApiClient to make requests back to the Morpheus REST API, since I’ve then got to deal with getting the current user’s api token.
Any pointers or examples would be very much appreciated!
- Tags:
- option-lists
- Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 02:28 AM
03-13-2025 02:28 AM
Re: Getting started with plugin development using data from Morpheus
I think you need to create a dataset which can be targeted by an option list, and I think the example below may be a good starting point. In it, the dataset is being created using the Morpheus API to list networks.