Interface Power
- All Known Implementing Classes:
PowerImpl
public interface Power
Client interface for accessing IBX SmartView power consumption data. Provides methods
to list and retrieve power readings for cabinets within an Equinix IBX data center.
-
Method Summary
Modifier and TypeMethodDescriptiongetPowerReading(String ibx, String cabinetId) Retrieves the power reading for a specific cabinet within an IBX.Lists all power readings for the specified IBX.
-
Method Details
-
list
Lists all power readings for the specified IBX.- Parameters:
ibx- the IBX code identifying the data center- Returns:
- a paginated list of power readings
-
getPowerReading
Retrieves the power reading for a specific cabinet within an IBX.- Parameters:
ibx- the IBX code identifying the data centercabinetId- the unique identifier of the cabinet- Returns:
- the power reading for the specified cabinet
-