Changes for version 0.20 - 2018-03-17
- Refactored to use XML::Rabbits and models
Modules
- DracPerl::Client - API Client for Dell's management interface (iDRAC)
- DracPerl::Models::Abstract::CPU - Information about a CPU
- DracPerl::Models::Abstract::Controller - Information about a RAID controller
- DracPerl::Models::Abstract::DiscreteSensor - A sensor returning arbitrary data
- DracPerl::Models::Abstract::EventLogEntry - Model for log entry
- DracPerl::Models::Abstract::Memory - Information about a memory stick
- DracPerl::Models::Abstract::NIC - Network Interface Card
- DracPerl::Models::Abstract::PhysicalDisk - Info about a disk
- DracPerl::Models::Abstract::PowerSupplySensor - Return information about a power supply
- DracPerl::Models::Abstract::PowerSupplySlot - Hardware info about power supply in slot
- DracPerl::Models::Abstract::RacLogEntry - Model for Remot Access Controller log entry
- DracPerl::Models::Abstract::ThresholdSensor - Sensors that can trigger warnings
- DracPerl::Models::Abstract::VFlash - Return information about VFlash slot
- DracPerl::Models::Abstract::VideoCard - Return information about a video card
- DracPerl::Models::Abstract::iDracCard - Information about a DRAC Card
- DracPerl::Models::Commands::Collection::LCD - Return information about the LCD screen
- DracPerl::Models::Commands::Collection::SystemInformations - Return some information about software
- DracPerl::Models::Commands::DellDefault::Batteries - Return the status of all batteries present on the system
- DracPerl::Models::Commands::DellDefault::EventLogEntries - Return each system log entry
- DracPerl::Models::Commands::DellDefault::Fans - Return a list and status of all fans in the system
- DracPerl::Models::Commands::DellDefault::FansRedundancy - Return the status of all redundancy policy for fans
- DracPerl::Models::Commands::DellDefault::GetInv - Return the full hardware and software inventory of the system
- DracPerl::Models::Commands::DellDefault::Intrusion - Return the status of intrusion sensors
- DracPerl::Models::Commands::DellDefault::PowerSupplies - Return the status of all power supplies
- DracPerl::Models::Commands::DellDefault::RacLogEntries - Return all log entries of the Remote Access Controller (RAC)
- DracPerl::Models::Commands::DellDefault::Temperatures - Return the reading of all temperature sensors
- DracPerl::Models::Commands::DellDefault::Voltages - Return the reading of all voltages sensors
Provides
- DracPerl::CollectionMappings in lib/DracPerl/CollectionMappings.pm
- DracPerl::Factories::CommandCollection in lib/DracPerl/Factories/CommandCollection.pm
- DracPerl::Factories::DellDefaultCommand in lib/DracPerl/Factories/DellDefaultCommand.pm
- DracPerl::Models::Auth in lib/DracPerl/Models/Auth.pm