unmanage job_status
This command unmanages a managed device.
Syntax
unmanage -h
unmanage 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 unmanagement job.
connect --url https://192.0.2.0 --user ADMIN --noverify
unmanage job_status –j 15
Related links
Give documentation feedback