Skip to main content

Initiate a job to retrieve route table from device(s)

POST 

/jobs/route-table

Initiates an asynchronous job to retrieve the route table (or advanced route table) from one or more specified devices. It returns a job ID that can be used to poll for results using the jobs endpoint. For advanced route table, please set the 'advanced' attribute to true, in the request body. This attribute defaults to false.

Request

Responses

Success - Job created successfully. Use the returned job_id to poll for results using GET /device/jobs/{job_id}.