- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Configuring Controller Teaming but getting Curl Er...
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
03-14-2015 03:14 PM
03-14-2015 03:14 PM
Configuring Controller Teaming but getting Curl Errors
I have been trying to configure the HP VAN Controller teaming for 3 computers with one as the Master and two as the slaves.
But when i use the curl command i keep getting errors: curl: (22) The requested URL returned error: 400 Bad Request
i read online that i should use "-k" or/and "--insecure" with the curl commands to avoid the certificate checks but i keep getting the same errors.
Here is the sample code i am trying to run:
curl -k --noproxy 54.164.116.8 --header X-Auth-Token:de965fae52bf456c8fc4fcc58b147401 --fail -ksS --request POST --url https://54.164.116.8:8443/sdn/v2.0/team --data-binary '{"team":{"name":"clusters1","ip":"10.0.0.47","systems": [{"name":"member_1","ip":"54.164.116.8","priority":10}, {"name":"member_2","ip":"54.152.144.16","priority":20}, {"name":"member_3","ip":"54.173.13.222","priority":30}]}}'
curl: (22) The requested URL returned error: 400 Bad Request
Thank You