Initiate a job to retrieve FIB table from device(s)
POST/jobs/fib-table
Initiates an asynchronous job to retrieve the FIB (Forwarding Information Base) 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 FIB table, please set the 'advanced' attribute to true, in the request body. This attribute defaults to false.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- default
Success - Job created successfully.
Use the returned job_id to poll for results using GET /device/jobs/{job_id}.
Bad Request
Unauthorized
Forbidden
Not Found
General Errors