OpenDoveDgwChangeVersionSouthbound

Open DOVE Southbound REST APIs for DGW 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:

/odgw/changeversion/{changeVersion}

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

GET

Reports a change set to the oDGW

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/odgw/changeversion/1

Response body in JSON:
{
"next_change": 2,
"uri": "/controller/sb/v2/opendove/odmc/networks/100/subnets/6ba7b810-9dad-31d1-80b4-00c04fd430c8",
"method": "GET"
}

Status Codes

code description
200 Operation successful
204 No content