Dell Technologies API

The Dell Technologies API provides programmatic access to Dell developer platform capabilities for managing infrastructure, configuring servers, monitoring systems, and automating IT operations across PowerEdge, PowerStore, PowerScale, and OpenManage product lines.

OpenAPI Specification

dell-technologies-dell-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Dell Technologies API
  description: >-
    Dell Technologies provides APIs for managing infrastructure, configuring servers, monitoring systems, and automating IT operations. The platform includes APIs for PowerEdge, PowerStore, and other Dell enterprise products.
  version: '1.0'
  contact:
    name: Dell Technologies Developer Support
    url: https://developer.dell.com/
externalDocs:
  description: Documentation
  url: https://developer.dell.com/
servers:
  - url: https://developer.dell.com/apis
    description: Production
tags:
  - name: Enterprise IT
    description: Enterprise IT operations
security:
  - bearerAuth: []
paths:
  /status:
    get:
      operationId: getStatus
      summary: Get API status
      description: >-
        Returns the current status of the API.
      tags:
        - Enterprise IT
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  status:
                    type: string
                  version:
                    type: string
        '401':
          description: Unauthorized
        '429':
          description: Too many requests
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer