- Community Home
- >
- Software
- >
- HPE OneView
- >
- Retrieving HpOneView server info by using . " pyth...
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
05-10-2019 06:26 AM
05-10-2019 06:26 AM
Retrieving HpOneView server info by using . " python-hpOneView"
Hi ,
I am using python code to fetch server hardware details at HpOneview sever by "Server name" . For instace, "servername@abc.com" monitored by Hp One view server
by using following api https://github.com/HewlettPackard/python-hpOneView
so,
oneview_client.server_hardware.get_by("name", "name of server like 'acb')
it is giving my only one record as expected
when i use,
oneview_client.server_hardware.get_by("ServerName", "abc.xyz.com")
It is not matching any of the servers even though the "abc.xyz.com" is present in HpOneView.
Regards,
imran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2019 11:13 AM
05-10-2019 11:13 AM
Re: Retrieving HpOneView server info by using . " python-hpOneView"
Please ask your question on the Issue Tracker for the Python library project. The project maintainers will be able to help you further from there.
It is always recommended to ask your HPE OneView SDK/Scripting toolkits in their respective project issue tracker.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
