- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Filtering Processes API with Phrase field
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
01-03-2023 05:08 AM
01-03-2023 05:08 AM
I’m experimenting with using the processes API (described here https://apidocs.morpheusdata.com/reference/listhistory) to monitor activity within my team’s environment. I have tried to manipulate the returned information with the field “phrase” which is described as having the effect of: “Search phrase for partial matches on name or description.” However, I cannot make out any logical pattern to how this field impacts the results of my query.
It does clearly change the results. The query return is definitely changing as I edit my input to the phrase field. But there isn’t any clear link between what I put in, and what I’m getting back out. Even feeding the field names or descriptions from the baseline unmodified return does not the entries that I took that sample name/description from.
Is there something I am fundamentally misunderstanding about how the field works?
Solved! Go to Solution.
- Tags:
- API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 06:12 AM
01-04-2023 06:12 AM
Re: Filtering Processes API with Phrase field
@NORRIM08, glad to hear it help!
However, I don’t see a parameter in the documentation that would filter on description. You would probably need to use the parameters available to scope it as close as possible and then use the language you are working in to search specifics in the description.
That said, you can add an Idea on the forums here to expand the capability of this endpoint.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023 09:15 AM
01-03-2023 09:15 AM
SolutionHi @NORRIM08,
After doing some testing myself, I checked internally. These are the fields that get filtered/searched on when using the phrase
query parameter:
displayName
message
output
event.message
event.output
event.error
We’ll look at getting the documentation to reflect the same. Hope that helps!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023 12:43 PM
01-03-2023 12:43 PM
Re: Filtering Processes API with Phrase field
Thanks @kgawronski
While not quite the answer I was hoping for (the useful information I need to filter on is in the description field), it’s reassuring to know exactly what is happening. I didn’t check all the fields, but a few tests do seem to confirm what you said.
If you do know of a query parameter that does filter on description, that would be enormously helpful!
In any case, I’d call this call this question answered.