Get a List of Devices Associated with Element Manager

get

/rest/{versionId}/configuration/devices

Use this (GET) method to retrieve a list of device names that are currently being managed by Session Element Manager. A device can be added to Device Manager (refer to Add an NF), but does not show up in the managed list until it is assigned to Session Element Manager (refer to Associate a Device with a Configuration Service).

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : devices
Type: object
Show Source
Nested Schema : device
Type: array
Show Source
Nested Schema : device
Type: object
Show Source
Nested Schema : groupParameter
Type: array
Show Source
Nested Schema : parameter
Type: array
parameters
Show Source
Nested Schema : platformInfo
Type: object
Show Source
Nested Schema : softwareInfo
Type: object
Show Source
Nested Schema : parameter
Type: object
Show Source
Nested Schema : validValue
Type: array
Show Source
Nested Schema : validLists
Type: array
Show Source
Nested Schema : timeZoneInfo
Type: object
Show Source

400 Response

The user input is invalid.

401 Response

The session ID is invalid.

404 Response

The object (resource URI, device, and so on) of your input request cannot be found.
Back to Top