Cisco Evolved Programmable Network Manager API
Evolved Programmable Network Manager API Documentation

GET devices/exportDevices

Resource Information

Rate Limiting?

Yes

Sorting?

No

Paging?

No

Filtering?

No

Response Formats

xml

json

User Group

NBI Credential

HTTP Methods

GET

An operation to export a list of devices. It accepts three parameters: ipAddress, groupId or groupPath. If no parameters are specified, no devices will be exported.

NBI filtering can be applied to the parameters. Use the GroupSpecification service to obtain groupId or groupPath information.

Examples

  • ipAddress="192.168.1.1" -- export one device by ip
  • ipAddress=in("192.168.1.1","192.168.1.2") -- export multiple devices by ips
  • ipAddress=startsWith("192.168.1") --export devices by ip range. Other filtering could be endsWith, contains
  • groupPath=startsWith("Device Type/Wireless Controller")' --export devices by the group Device Type/Wireless Controller and its child groups
  • groupPath="Device Type/Wireless Controller/Cisco 5500 Series Wireless LAN Controllers"&ipAddress=startsWith("171")' --export devices by a group and ip range in that group
  • groupId=in(81160,81161) -- export devices by groupIds

Since Product Version: 2.2