/api/space/job-management/job-types

The following operation is supported on this resource:

  • GET - This method would return all the triggered job types
GET /job-types Version 3

This method would return all the triggered job types.
Note: This result does not contains complete job type available in job-management.

Sample Usage

GET /job-types


  • Sample Output XML:
    <job-types total="Integer" uri="/api/space/job-management/job-types">
         <job-type>String</job-type>
    </job-types>

  • Sample Output JSON:
    {
       "job-types" : {
         "@total" : "Integer" ,
         "@uri" : "/api/space/job-management/job-types" ,
         "job-type" : "String"
       }
    }

  • Access Control

    The following capabilities are required to access this API: JobMgr