- Community Home
- >
- Software
- >
- HPE OneView
- >
- OneView API post of multiple templates
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
06-05-2024 06:24 AM - last edited on 06-05-2024 08:46 PM by support_s
06-05-2024 06:24 AM - last edited on 06-05-2024 08:46 PM by support_s
I'm trying to migrate templates from an older version to a newer and want to avoid having
to first break up the file from the get into individual templates and second not having to invoke a post multiple times.
Is it possible to post a series of templates as an array?
Solved! Go to Solution.
- Tags:
- OneView
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 07:44 AM
06-05-2024 07:44 AM
SolutionNo. The POST /rest/server-profile-templates API only allows a single object in the body. When creating a profile template, each are validated and an async task is created to monitor the creation process. Creating profile templates are fairly quick. An alternate way you can accomplish this is to itterate through your array of profile templates within your code and then issue the POST call per profile template object.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
