Skip to content

Contrail API

ajayhn edited this page Dec 17, 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 the API and VNC Python lib is hosted here.

http://configuration-schema-documentation.s3-website-us-west-1.amazonaws.com/v2

Contrail configuration object level details for REST API can be found in [openAPI format here] (https://s3-us-west-1.amazonaws.com/configuration-schema-documentation/openapi/contrail_openapi.json).

https://s3-us-west-1.amazonaws.com/configuration-schema-documentation/openapi/contrail_openapi.json

###Release specific versions: [R3.0] (http://configuration-schema-documentation.s3-website-us-west-1.amazonaws.com/R3.0)

[R3.1] (http://configuration-schema-documentation.s3-website-us-west-1.amazonaws.com/R3.1)

[R3.2] (http://configuration-schema-documentation.s3-website-us-west-1.amazonaws.com/R3.2)

Clone this wiki locally