Skip to content

Contrail API

Ashish Ranjan edited this page Aug 8, 2016 · 28 revisions

Contrail API

Contrail Configuration API uses REST to configure contrail SDN cluster. The API libraries are available in Python and Go. They can be downloaded from here:

###Documentation: For a general overview of Contrail APIs refer to (http://www.juniper.net/us/en/local/pdf/whitepapers/2000527-en.pdf)

Detailed documentation of VNC Python lib is hosted at (http://configuration-schema-documentation.s3-website-us-west-1.amazonaws.com/index.html)

Contrail configuration object level details for REST API can be found in openAPI format here. (https://github.com/Juniper/contrail-vnc/blob/master/contrail_openapi.json). Html is here (https://s3-us-west-1.amazonaws.com/configuration-schema-documentation/openapi/contrail_openapi.html)

Clone this wiki locally