- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Append data to cypher via api
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
04-07-2025 08:16 AM
04-07-2025 08:16 AM
Append data to cypher via api
Is there a way to append data or content to existing Cypher. As per API, we could see only POST or delete methods available. Please advise.
- Tags:
- cypher

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 08:35 PM
04-14-2025 08:35 PM
Re: Append data to cypher via api
I was having the same idea which is fine, but it wont be applicable in our scenario.
I am looking for method in Morpheus where we accept feed to Morpheus so that it will be stored.
For eg. Morpheus should accept the payload data and keep appending them with auto sequence and time.
101 - 20250414 - Server1 - added to XYZ tool
102 - 20250415 - Server1 - added to ABC tool
103 - 20250416 - Server2 - deleted from XYZ tool
104 - 20250416 - Server 1 - deleted from XYZ tool

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 08:51 PM
04-23-2025 08:51 PM
Re: Append data to cypher via api
Thank you, I will try out this idea. I will figure out something for Cypher size limit.
Could you please confirm if there is restrictions to no. of Cyphers that can be used or any documentation regarding that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 07:25 AM
04-24-2025 07:25 AM
Re: Append data to cypher via api
Just to clarify, I’m not aware of any size limits or restrictions with a Cypher. It just seems your use case might be a bit different from how most customers typically use a cypher. I just wanted to suggest doing some testing to make sure you don’t hit any issues down the road.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 08:15 AM
04-14-2025 08:15 AM
Re: Append data to cypher via api
You would need to do a GET to retrieve the current data, add the new data, and then do a POST with everything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 05:23 AM
04-15-2025 05:23 AM
Re: Append data to cypher via api
I looked at using a wiki but it has the same issue.
Thinking out loud.
Maybe you can create a task with a input that will handle appending to a cypher and sequencing.
You would then make a call to that task and send the new data in the input. The task then handles the needful.
Side note, I’m not sure if there is a size limit on a cypher but I would test that before letting it become to big.