Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

1- get the "auth_tokens"

2- do some GET

3- do some POST


1- get the "auth_tokens"

https://www.juniper.net/documentation/en_US/nfv1.0/topics/task/configuration/ccpe-api-obtain-admin-token.html




3- do some POST

Example to get "configure-sites"

curl -k -D headers -X POST -H "X-Auth-Token:$OS_TOKEN" -H "Content-type: application/json" https://192.168.10.42/tssm/configure-sites -d'

  • No labels