/api/space/job-management (v1)

The following operation is supported on this resource:

GET / Version 1

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

Sample Usage

GET /


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

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

  • Access Control

    The following capabilities are required to access this API: DefaultRead

      For the current version of this API, refer to :
    • version 3