manage job_status

This command retrieves device-management job status.

Syntax

manage job_status -h

manage job_status -j <job_ID>  [-v <filter>]

Options

{-h | --help}
Displays the syntax and brief usage information for this command.
{-j | --job} <job_ID>
Specifies the job ID. If specified, this command returns status information about the specified job.
{-v | --view} <filter>
Identifies the view to use for the returned data. If a filter is not specified, the default view is used.

You can also create custom views (see Creating custom views).

Examples

The following example returns information about a specific management job.
connect --url https://192.0.2.0 --user ADMIN -noverify
manage job_status -j 4

Related links