OpenDoveDcsChangeVersionSouthbound

Open DOVE Southbound REST APIs for DCS Change Version.


Authentication scheme [for now]: HTTP Basic
Authentication realm : opendaylight
Transport : HTTP and HTTPS

HTTPS Authentication is disabled by default. Administrator can enable it in tomcat-server.xml after adding a proper keystore / SSL certificate from a trusted authority.
More info : http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html#Configuration

The following resources are part of this group:

/odcs/changeversion/{changeVersion}

Mount Point: /controller/sb/v2/opendove/odmc/odcs/changeversion/{changeVersion}

GET

Reports a change set to the oDCS

Parameters

name description type default
changeVersion integer change version to retrieve path

Response Body

element: openDoveChange
media types: application/json

method, URI, and next change version to retrieve


Example:

Request URL:
http://localhost:8080/controller/sb/v2/opendove/odmc/odcs/changeversion/1

Response body in JSON:
{
"next_change": 2,
"uri": "/controller/sb/v2/opendove/odmc/domains/bynumber/1",
"method": "GET"
}

Status Codes

code description
200 Operation successful
204 No content