Forum Discussion
Vincent_Li_9688
Feb 01, 2013Historic F5 Account
get_all_software_status returns emtpy chassis_slot_id and install_volume value
here is snippet of Perl script to show software status on VIPRON 2400
$soapResponse = $SoftMgmt->get_all_software_status();
&checkResponse($soapResponse);
my @status = @{$soapResponse...
Feb 01, 2013
The problem is that the InstallationID parameter name is actually "installation_id". InstallationID is the structure type it contains. Changing this line should fix it
my $InstallationID = $softstatus->{"installation_id"};
Hope this helps!
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects