GET /api/space/job-management (v1)
This resource provides HATEOAS links to collections and methods available in this service.
Access Control
The following capabilities are required to access this API:
"DefaultRead"
Example Usage
GET /api/space/job-management/Content Types
-
Produces content types:
application/vnd.net.juniper.space.job-management+xml;version=1;q=0.01
application/vnd.net.juniper.space.job-management+json;version=1;q=0.01 -
Sample Output XML:
<job-management>
<collection href="/api/space/job-management/jobs" rel="jobs"/>
</job-management> -
Sample Output JSON:
{"job-management":
{"collection":
[{"@href":"/api/space/job-management/jobs",
"@rel":"jobs"
}]}}
For the current version of this API, refer to :