Dell Servers · Authentication Profile

Dell Servers Authentication

Authentication

Dell Servers secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

HardwareInfrastructureManagementMonitoringServers
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

basicAuth http
scheme: basic
sessionAuth apiKey
· in: header (X-Auth-Token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/dell-servers-idrac-redfish-openapi.yml, openapi/dell-servers-openmanage-enterprise-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic Authentication using iDRAC username and password credentials. All
    API requests require authentication except for the Redfish service root at /redfish/v1.
  sources:
  - openapi/dell-servers-idrac-redfish-openapi.yml
- name: sessionAuth
  type: apiKey
  in: header
  parameter: X-Auth-Token
  description: Session-based authentication using a token obtained from the Sessions resource
    POST operation. The token is passed in the X-Auth-Token header.
  sources:
  - openapi/dell-servers-idrac-redfish-openapi.yml
  - openapi/dell-servers-openmanage-enterprise-openapi.yml