- Community Home
- >
- Servers and Operating Systems
- >
- HPE BladeSystem
- >
- BladeSystem - General
- >
- iLO5 anonymous data disable using API REST
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
09-06-2022 11:28 PM - last edited on 09-08-2022 06:36 AM by support_s
09-06-2022 11:28 PM - last edited on 09-08-2022 06:36 AM by support_s
Hello,
I have a bunch of iLO 5 and I want, using a script, disable the "Anonymous Data" using an API Rest Call, but I don't find the place where I can do it, I parsed every place on the /redfish/v1 but without success.
Anybody can help me? Please
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2022 09:16 PM - edited 09-07-2022 09:16 PM
09-07-2022 09:16 PM - edited 09-07-2022 09:16 PM
Re: iLO5 anonymous data disable using API REST
Hi,
I have not tried this myself, but I found some information in iLO 5 Scripting and Command Line Guide, page#11
To disable this feature in the CLI, set the CIM_SECURITY_MASK in the MOD_SNMP_IM_SETTINGS command todisable unauthenticated XML query return information.
This feature is called Anonymous Data in the iLO web interface. You can configure it in the Network section on theAccess Settings page.
HPE iLO 5 Security Technology Brief
Thank You!
I work with HPE but opinions expressed here are mine.
Recent Support Video Releases
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2022 04:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2022 11:13 PM
09-11-2022 11:13 PM
Re: iLO5 anonymous data disable using API REST
Hello @marco-bucci,
Great! We are glad to know you have found the solution.