The default basic root view for DefaultRouter

GET /rest/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": {
        "buildcollection": "http://swatbot.yoctoproject.org/rest/buildcollection/?format=api",
        "build": "http://swatbot.yoctoproject.org/rest/build/?format=api",
        "stepfailure": "http://swatbot.yoctoproject.org/rest/stepfailure/?format=api",
        "triagechange": "http://swatbot.yoctoproject.org/rest/triagechange/?format=api"
    }
}