-
Notifications
You must be signed in to change notification settings - Fork 388
Contrail API
Sachin Bansal edited this page Jan 24, 2018
·
28 revisions
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:
- VNC APIs: This package is included in official Juniper's contrail release. Community package can be downloaded from ppa here(https://launchpad.net/~opencontrail/+archive/ubuntu/r2.20/+packages). Exact link of the python lib package is this.
- Go API: Community package is available on ppa here (https://launchpad.net/~opencontrail/+archive/ubuntu/ppa/+packages). Exact location of the package is this.
###Documentation: For a general overview of Contrail APIs refer to (http://www.juniper.net/us/en/local/pdf/whitepapers/2000527-en.pdf)
###Release specific documentation:
[R3.0] (http://www.opencontrail.org/documentation/api/r3.0)
[R3.1] (http://www.opencontrail.org/documentation/api/r3.1)
[R3.2] (http://www.opencontrail.org/documentation/api/r3.2)
[R4.0] (http://www.opencontrail.org/documentation/api/r4.0)
[R4.1] (http://www.opencontrail.org/documentation/api/r4.1)
###Release specific OpenAPI doc: