EM discover devices

Problem this snippet solves:

Introduced: EM_v3.0

Use the discover_devices API to discover devices to be managed by an Enterprise Manager.

Important: If you plan to use iControl Proxy to communicate with discovered devices, you must discover them through the internal traffic interface; not the management interface.

How to use this snippet:

Prototype

Python

ic.Management.EM.discoverdevices(addresses = deviceaddresses, usernames = deviceusernames, passwords = devicepasswords)

C#, Java, and Perl

ic.ManagementEM.discover_devices(deviceAddresses, deviceUsernames, devicePasswords);

Inputs

Name Type Description
addressesString SequenceThis parameter specifies the IP addresses or hostnames of the devices you want to discover.
usernamesString SequenceThis parameter specifies the username credentials of the devices you want to discover.
passwordsString SequenceThis parameter specifies the password credentials of the devices you want to discover.

Return Values

Name Type Description
taskStringThe ID of the new discovery task.

Exceptions

Exception Name This exception is raised when...
AccessDeniedThe credentials supplied by the client do not satisfy the F5 device's validation requirements.
OperationFailedThe API call causes an operation error.
InvalidArgumentThe API call contains an invalid argument.

Code :

To view a code sample, click the relevant code type.

C# (.net)
Java
Perl
Python
Published Mar 07, 2015
Version 1.0

Was this article helpful?

No CommentsBe the first to comment