Redfish is a standard that uses RESTful interface semantics to access a schema based data model to conduct management operations. The Redfish Scalable Platforms Management API is a standard defined by the Distributed Management Task Force (DMTF). Redfish is a next-generation systems management interface standard, which enables scalable, secure, and open server management. It is a new interface that uses RESTful interface semantics to access data that is defined in model format to perform out-of-band systems management. It is suitable for a wide range of servers ranging from stand-alone servers to rack mount and bladed environments and for large scale cloud environments

Being model-oriented, it can express the relationships between components and the semantics of the Redfish services and components within them. The model is also easy to extend and by requiring JSON representation, Redfish enables easy integration with programming environments. It is also easy to interpret by humans. An interoperable Redfish schema defines this model, which is freely available and published in OpenAPI YAML, OData CSDL, and JSON Schema formats.

Key Use Cases

Discovery Use Cases:

  • Provides resource visibility to the administrator to view and manage resources available (Ex: Manager, Chassis, Systems, Network Adapters, PCIe Devices and PCIe Functions, Power, Thermals) under different resource types.
  • Publishes relationships between resources to have a topological view and ease of maintenance.

Monitoring Use Cases:

  • Provides metrics related to CPU Utilization, Memory Utilization, Performance Utilization and Health Monitoring and so on for different resources.
  • Concern alerts will be generated for each metric to notify the administrator regarding the issue with the resource.

Prerequisites

  • Ensure that the target server supports Redfish API and is reachable from the OpsRamp Gateway.
  • The integration requires network connectivity on port 443 (HTTPS) or the custom Redfish port configured on the device.
  • You must create a local user account on the target device to authenticate Redfish API calls.
  • The local user should be assigned the Read only role or at minimum have the Login privilege.
    • These permissions are sufficient to fetch hardware metrics and event logs using the Redfish API.
    • Administrator-level access is not required.
  • For HPE devices, refer to the official HPE documentation on Redfish user roles and privileges

Default Monitoring Configuration

Redfish has default Global Device Management Policies, Global Templates, Global Monitors and Global Metrics in OpsRamp. You can customize these default monitoring configurations as per your business requirement by cloning respective Global Templates and Global Device Management Policies. It is recommended to clone them before installing the application to avoid noise alerts and data.

  1. Default Global Device Management Policies

    You can find the Device Management Policy for each Native Type at Setup > Resources > Device Management Policies. Search with suggested names in global scope:

    {appName nativeType - version}

    Ex: redfish-server Chassis - 1 (i.e, appName = redfish-server, nativeType =Chassis, version = 1)

  2. Default Global Templates

    You can find the Global Templates for each Native Type at Setup > Monitoring > Templates. Search with suggested names in global scope. Each template adheres to the following naming convention:

    {appName nativeType 'Template' - version}

    Ex: redfish-server Chassis Template - 1 (i.e, appName = redfish-server, nativeType =Chassis, version = 1)

  3. Default Global Monitors

    You can find the Global Monitors for each Native Type at Setup > Monitoring > Monitors. Search with suggested names in global scope. Each Monitors adheres to the following naming convention:

    {monitorKey appName nativeType - version}

    Ex: redfish-server Chassis Health Monitor redfish-server Chassis 1(i.e, monitorKey = Chassis Health, appName = redfish-server, nativeType = Chassis, version = 1)

Configure and Install the Redfish - Server Integration

  1. From All Clients, select a client.
  2. Go to Setup > Account.
  3. Select the Integrations and Apps tab.
  4. The Installed Integrations page, where all the installed applications are displayed.
    Note: If there are no installed applications, it will navigate to the Available Integrations and Apps page.
  5. Click + ADD on the Installed Integrations page. The Available Integrations and Apps page displays all the available applications along with the newly created application with the version.
    Note: Search for the application using the search option available. Also you can use the All Categories option to search.
  6. Click ADD in the Redfish - Server application.
  7. In the Configurations page, click + ADD. The Add Configuration page appears.
  8. Enter the following BASIC INFORMATION:
Field NameDescriptionField Type
NameEnter the name for the configuration.String
IP Address/Host NameSpecify the IP address or hostname of the Redfish-enabled system (BMC endpoint).String
PortEnter the port number for Redfish API communication.
Note: By default 443 is added.
Is SecureSelect this checkbox if you want the communication between your system and the specified endpoint to be secured using protocols such as HTTPS (HTTP over SSL/TLS).
Default Selection: When selected, it signifies that the connection is encrypted, providing an added layer of security to the data being transmitted.
Checkbox
CredentialSelect the stored credential to authenticate with the Redfish service. If you want to use the existing credentials, select them from the Select Credentials dropdown. Else, click +ADD to create credentials. The ADD CREDENTIAL window is displayed. Enter the following information.
  • Name: Enter the credential name.
  • Description: Enter the brief description of the credential.
  • User Name: Enter the Username.
  • Password: Enter the password.
  • Confirm Password: Confirm your password
  • Port:Select the port number from the dropdown.
  • Connection Timeout (ms):Specify the connection timeout in milliseconds.

Note Read-only Redfish API access. You must have privileges to access /redfish/v1/Systems, /Managers, and /Chassis endpoints.
Dropdown
CLI CredentialsEnable this option if CLI-based access (like SSH) is needed for extended data collection.Checkbox
CLI CredentialDisplayed when the CLI Credentials field is selected. Enable this option if CLI-based access (like SSH) is needed for extended data collection. Select the stored credential to authenticate with the Redfish service. If you want to use the existing credentials, select them from the Select Credentials dropdown. Else, click +ADD to create credentials. The ADD CREDENTIAL window is displayed. Enter the following information.
  • Name: Enter the credential name.
  • Description: Enter the brief description of the credential.
  • User Name: Enter the Username.
  • Password: Enter the password.
  • Confirm Password: Confirm your password
  • Port:Select the port number from the dropdown.
  • Connection Timeout (ms):Specify the connection timeout in milliseconds.
Checkbox
App Failure NotificationsWhen selected, you will be notified in case of an application failure such as Connectivity Exception, Authentication Exception.Checkbox
Alert ConfigurationEnable this field to collect IML event logs from HPE ProLiant servers and IPMI/BIOS event logs from HPE Cray systems, if required.Checkbox
Alert On Root ResourceAppears when Alert Configuration checkbox is selected. Select this checkbox to generate event polling alerts on root resource.Checkbox
Alert Severity FiltersPossible values of Alert Severity filter configuration property are ["Critical", "OK", "Warning"]String
Alert Severity MapProvides alert severity map configuration. Default values for Alert Severity Mapping configuration are ["Critical", "OK", "Warning"]String
  1. CUSTOM ATTRIBUTES: Custom attributes are the user-defined data fields or properties that can be added to the preexisting attributes to configure the integration.
Field NameDescriptionField Type
Custom AttributeSelect the custom attribute from the dropdown. You can add attributes by clicking the Add icon (+).Dropdown
ValueSelect the value from the dropdown.Dropdown

Note: The custom attribute that you add here will be assigned to all the resources that are created by the integration. You can add a maximum of five custom attributes (key and value pair).

  1. In the RESOURCE TYPE section, select:
    • ALL: All the existing and future resources will be discovered.
    • SELECT: You can select one or multiple resources to be discovered.
  2. In the DISCOVERY SCHEDULE section, select recurrence pattern to add one of the following patterns:
    • Minutes
    • Hourly
    • Daily
    • Weekly
    • Monthly
  3. Click ADD.

Now the configuration is saved and displayed on the configurations page after you save it.
Note: From the same page, you may Edit and Remove the created configuration.

  1. Under the ADVANCED SETTINGS, Select the Bypass Resource Reconciliation option, if you wish to bypass resource reconciliation when encountering the same resources discovered by multiple applications.

    Note: If two different applications provide identical discovery attributes, two separate resources will be generated with those respective attributes from the individual discoveries.

  2. Click NEXT.

  3. (Optional) Click +ADD to create a new collector by providing a name or use the pre-populated name.

  4. Select an existing registered profile.

  5. Click FINISH.

The application is installed and displayed on the INSTALLED INTEGRATION page. Use the search field to find the installed integration.

Modify the Configuration

View the Redfish - Server Details

To discover resources for Redfish - Server:

  1. Navigate to Infrastructure > Search > COMPUTE > Redfish - Server.
  2. The REDFISH - SERVER page is displayed, select the application name.
  3. The RESOURCE DETAILS page appears from the right.
  4. Click the ellipsis () on the top right and select View details.
  1. Navigate to the Attributes tab to view the discovery details.
  1. Click the Metrics tab to view the metric details for Redfish - Server.

View resource metrics

To confirm Redfish - Server monitoring, review the following:

  • Metric graphs: A graph is plotted for each metric that is enabled in the configuration.
  • Alerts: Alerts are generated for metrics that are configured as defined for integration.

Resource Filter Input keys

Redfish application Resources are filtered and discovered based on below keys:

Click here to view the Supported Input Keys
Resource TypeSupported Input Keys
All TypesresourceName
hostName
aliasName
dnsName
ipAddress
macAddress
os
make
model
serialNumber
Root Resource UUID
ManagerManagerId
ManagerType
FirmwareVersion
ManagerInterfaces
Root Resource UUID
Manager Network InterfaceInterfaceId
PermanentMACAddress
FQDN
IPv6Addresses
Description
AutoNeg
FullDuplex
Root Resource UUID
ChassisChassisId
ChassisType
PartNumber
AssetTag
SKU
EnvironmentalClass
ChassisResourceSummary
FirmwareVersion
SystemProgrammableLogicDeviceVersion
Description
Root Resource UUID
Compute SystemComputeSystemId
BiosVersion
AssetTag
SystemType
PartNumber
SKU
SubModel
OsType
OsVersion
PCAPartNumber
PCASerialNumber
ServerFQDN
SystemResourceSummary
ProcessorModel
Description
Root Resource UUID
System Ethernet InterfaceEthernetInterfaceId
IPv6Addresses
EthernetInterfaceType
UefiDevicePath
FullDuplex
SpeedMbps
InterfaceEnabled
Root Resource UUID
ProcessorProcessorId
ProcessorType
Socket
PartNumber
ProcessorArchitecture
TotalCores
TotalThreads
MaxSpeedMHz
RatedSpeedMHz
AssetTag
ExternalClockMHz
Root Resource UUID
DriveDriveId
MediaType
AssetTag
ServiceLabel
LocationType
BlockSizeBytes
DriveCapacity GB
Revision
Protocol
WriteCacheEnabled
Root Resource UUID
VolumeVolumeId
DisplayName
LogicalUnitNumber
RAIDType
VolumeCapacity GB
BlockSizeBytes
Encrypted
Compressed
Deduplicated
WriteCachePolicy
ReadCachePolicy
Root Resource UUID
MemoryMemoryControllerId
PartNumber
MemoryType
MemoryDeviceType
VendorId
DeviceLocator
MemoryCapacity GB / CapacityMiB
ErrorCorrection
RankCount
BusWidthBits
OperatingSpeedMhz
MemorySubsystemControllerManufacturerID
MemorySubsystemControllerProductID
ModuleManufacturerID
ModuleProductID
CacheSizeMiB
DataWidthBits
BaseModuleType
VolatileSizeMiB
Root Resource UUID
DeviceDeviceId
FirmwareVersion
PartNumber
Location
ProductPartNumber
ProductVersion
Root Resource UUID
Network AdapterNetworkAdapterId
PartNumber
LocationType
ServiceLabel
Root Resource UUID
Power SupplyActual PowerControl Name
FirmwareVersion
PowerSupplyType
SparePartNumber
PowerCapacityWatts
BayNumber
MaxPowerOutputWatts
Root Resource UUID
FanMemberId
Location
HotPluggable
Redundant
Root Resource UUID
Temperature SensorsMemberId
PhysicalContext
SensorNumber
UpperThresholdFatal
UpperThresholdCritical
Root Resource UUID
PCIe DevicePart Number
FirmwareVersion
Root Resource UUID
AssembliesPart Number
Producer
Spare Part Number
Root Resource UUID

Supported Alert Custom Macros

Customize the alert subject and description with below macros then it will generate alerts based on customisation.

Click here to view the alert subject and description with macros

                                ${resource.name}

                                ${resource.ip}

                                ${resource.mac}

                                ${resource.aliasname}

                                ${resource.os}

                                ${resource.type}

                                ${resource.dnsname}

                                ${resource.alternateip}

                                ${resource.make}

                                ${resource.model}

                                ${resource.serialnumber}

                                ${resource.systemId}

                                ${parent.resource.name}

                                ${Custom attributes on the resource}

Risks, Limitations & Assumptions

  • You can manage critical/recovery failure alerts for the following two scenarios by enabling App Failure Notifications in the settings:
    • Connectivity Exception
    • Authentication Exception
  • Metrics are used to monitor resources and generate alerts when threshold values are breached.
  • Redfish server does not support automatic monitoring pause/resume based on failure alerts.
  • The Template Applied Time is displayed only if the collector profile (Classic or NextGen Gateway) is version 18.1.0 or higher.
  • Redfish Event/Alert polling starts only if you enable Event/Alert Polling in the configuration.
  • For some PowerSupply resources, the API may return the name as empty or null. In such cases, the name is provided as a combination of the string "PowerSupply" and its ID. Example: PowerSupply_0.
  • If you are using an Edgeline EL8000 system, ensure the CLI Credentials checkbox is enabled and appropriate CLI credentials are provided.
  • Power Control Metrics are available at the Chassis level.
  • GPU discovery and monitoring are validated only on the HPE ProLiant DL380 Gen10 and NVIDIA DGX H100 models.
  • The resource status is represented both as a custom attribute during discovery and as a metric during monitoring. The discovery attribute is updated less frequently, while the metric reflects near real-time status. Because of this difference in update frequency, discrepancies between the two values are expected.
  • Event/Alert polling supports:
    • IML event logs for HPE ProLiant servers.
    • IPMI and BIOS logs for HPE Cray systems.
  • IPMI and BIOS log collection has been validated only on the Cray XD670 model.
  • By default, Redfish event severities are mapped to OpsRamp severity levels as part of the Alert Severity Mapping configuration.
  • You can modify these severity mappings anytime from the integration’s configuration page. Supported OpsRamp severities include: Critical, Warning, Ok, and Info.

Version History

Application VersionBug fixes / Enhancements
9.0.0
  • Added Root Resource UUID as custom attribute for child resources.
  • Added support for Root Resource and Parent Resource Details for all the child resource.
8.0.1Fixed Native Type “Fan” discovery in ProLiant Models.
8.0.0
  • Support added for Chassis, System, and Manager Level Event Log Monitoring for Cray XD-670 Servers.
  • Added support for Root Resource and Parent Resource Details for all the child resource.
  • To support Event Log Monitoring added some new metrics.
7.0.0
  • Included Activity Log, Debug Handler and Get Latest Metrics Support.
  • Included ResourceState as a custom attribute for each nativetype.
  • Updated Drive NativeType URL for iLO 6 models.
6.0.1Support added for Dell PowerEdge MX7000 (Chassis Model) and Fujitsu PRIMERGY RX2540 M5.
6.0.0Support added for HPE Cray XD 670 Model and IPMI Logs support.
5.0.0Supported new nativetypes Firmware and Software.
4.0.1Support Added for Dell IDRAC AX-650 model.
4.0.0
  • Added support for new model NVIDIA DGX H100 in Redfish Application.
  • Added support for new native type 'GPU'.
Click here to view the earlier version updates
Application VersionBug fixes / Enhancements
3.0.0Added support for IML Event Logs for Proliant Models and added support for Power Metrics on chassis.
2.0.1For Redfish Server App we are observing frequent Resource Not Found Exceptions. For this provided fix with retry logic.
2.0.0Added support for new model HPE Edgeline EL8000 in Redfish Application.
1.0.1Modified moid's to avoid resource reconciliation for different models.
1.0.0Initial version with discovery, monitoring, alerts.