on
07-Mar-2015
15:36
- edited on
05-Jun-2023
22:32
by
JimmyPackets
Problem this snippet solves:
Introduced : EM_v3.0
Use the get_task_status API to determine the current status of a device discovery task.
How to use this snippet:
ic.Management.EM.get_task_status(ids = task_ids)
ic.Management.EM.get_task_status(ids = task_ids);
Name | Type | Description |
tasks | String Sequence | This parameter specifies the task IDs of the tasks for which you want to know the status. |
Name | Type | Description |
task | TaskStatus Sequence | The ID of the new discovery task. This ID can return the following values:
|
Exception Name | This exception is raised when... |
AccessDenied | The credentials supplied by the client do not satisfy the F5 device's validation requirements. |
OperationFailed | The API call causes an operation error. |
InvalidArgument | The API call contains an invalid argument. |
Code :
To view a code sample, click the relevant code type. C# (.net) Java Perl Python