Who Me Too'd this solution

Re: Retrieving status output of a NetMRI script ?
Adviser
Posts: 10
This widget could not be displayed.
This widget could not be displayed.
Instead, do:


my $response = $client->broker->script->run({
name => $script_name,
device_ids => $device_id,
'$commands_to_be_executed' => $file
});

my $job_id = $response->{JobID};
my $status = $response->{status};

etc.

View solution in original post

Who Me Too'd this solution