Summary
Get all Queued Devices
Description
Get all devices with configuration commitments in NSO's commit queue.
Route
GET /nso_manager/queuedDevices/:adapterId
Roles
            admin
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| adapterId | string | yes | The ID of the NSO adapter as defined on the Itential server in its properties.json file. Get the list of adapters using | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| devices | array | Each array element is an object with two properties: name and isProblematic. Property name is a string. Its value is the name of a device with configuration commitments in the NSO commit queue. Property isProblematic is a boolean. When true, there is a problem committing configurations to the device. |