/api/space/job-management

The following operation is supported on this resource:

GET / Version 3

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

Sample Usage

GET /


  • Sample Output XML:
    <job-management>
        <collection href= "/api/space/job-management/jobs" />
        <reassign-jobs href= "/api/space/job-management/reassign-jobs" />
        <archive-purge-jobs href= "/api/space/job-management/archive-purge-jobs" />
        <job-types href= "/api/space/job-management/job-types" />
        <denied-jobs href= "/api/space/job-management/denied-jobs" />
        <cancel-jobs href= "/api/space/job-management/cancel-jobs" />
    </job-management>

  • Sample Output JSON:
    {
      "job-management": {
        "collection": {
          "@href": "/api/space/job-management/jobs"
        },
        "reassign-jobs": {
          "@href": "/api/space/job-management/reassign-jobs"
        },
        "archive-purge-jobs": {
          "@href": "/api/space/job-management/archive-purge-jobs"
        },
        "job-types": {
          "@href": "/api/space/job-management/job-types"
        },
        "denied-jobs": {
          "@href": "/api/space/job-management/denied-jobs"
        },
        "cancel-jobs": {
          "@href": "/api/space/job-management/cancel-jobs"
        }
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead