HP VAN SDN Controller Administrator Guide v3
NOTE: The IP address used in this step should be the same as used in step 1.
curl --noproxy 192.0.2.119 --header X-Auth-Token:
10f728e477cb4612b07069f339d0ca29 --fail -ksS --request POST --url
https://192.0.2.119:8443/sdn/v2.0/team --Data-binary
'{"team":{"name":"Test_Team","ip":"192.0.2.100","systems":[{"name":"Athos",
"ip":"192.0.0.119"},{"name":"Porthos","ip":"192.0.0.125"},
{"name":"Aramis","ip":"192.0.0.127"}]}}'
{"team":{"name":"Test_Team","ip":"192.0.2.100",
"systems":[{"name":"Athos","ip":"192.0.0.119"},
{”name":”Porthos”,”ip":”192.0.0.125”},
{”name":”Aramis”,”ip":”192.0.0.127”}]}}’
Completing the above steps creates and enables the "Test_Team".
6.3 Display Team Configuration
1. Acquire an authentication token for the team leader. (See step 4 of Configuration Prerequisites.)
6.3 Display Team Configuration 85