Skip to content

Instantly share code, notes, and snippets.

@ianpurvis1976
Created March 21, 2018 20:53
Show Gist options
  • Save ianpurvis1976/879bbef585881a97a2e7829b8178c478 to your computer and use it in GitHub Desktop.
Save ianpurvis1976/879bbef585881a97a2e7829b8178c478 to your computer and use it in GitHub Desktop.
curl -k -X POST $NETWORKING/v2.0/network_connector_endpoints -H "X-Auth-Token: $OS_AUTH_TOKEN" -H "Content-Type:application/json" -d '{"network_connector_endpoint":{ "name": "'$NAME'", "network_connector_id": "'$NETCON_ID'", "endpoint_type": "'$EP_TYPE'", "location": "'$AZ'"}}' | jq .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment