/api/space/debuglog-management

The following operation is supported on this resource:

GET / Version 1

This resource provides HATEOAS links to collections and methods available in Debug Log Manager service.

Sample Usage

GET /


  • Sample Output XML:
    <debuglog-management>
       <collection href="/api/space/debuglog-management/categories"/>
    </debuglog-management>

  • Sample Output JSON:
    {
      "debuglog-management": {
        "collection": {
          "@href": "/api/space/debuglog-management/categories"
        }
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead