Summary
Get Filtered Devices from an adapter
Description
Get the devices with name matching the given string in an given adapter
Route
GET /nso_manager/devices/:lockedAdapter/:substring
Roles
admin
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| substring | string | yes | String to filter devices |
| lockedAdapter | string | yes | Filter devices attached via the adapter |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| devices | array | Filtered devices |