Start a Job

get

/api/broker/Jobs/executeStart

Starts the job that matches the specified JobID and JobName.

Request

Query Parameters
  • Additional job options.
    For example, you can use -d $DeviceID with Device SNMP Discovery, Gather Network Inventory, or Gather Configurations jobs to discover and gather information about a specific device.
    See the documentation for each application in Unified Assurance Implementation Guide for details about the options available for each application run as a job.
    Example:
    -d $DeviceID
  • The job ID.
    Example:
    24
  • The job name.
    Example:
    Test Job

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Match All
Show Source
Nested Schema : SuccessfulGetOperation
Type: object
The response body for a successful get operation.
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : data
Type: object
Additional Properties Allowed
Show Source
  • Uses the format "ServerName/JobName" as the property or key and status of the job or process as the value.
Example:
{
    "server.com/testJobName":"Process queued to start"
}

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
An error.
Back to Top