Dell Technologies Enterprise IT API

Enterprise IT operations

OpenAPI Specification

dell-technologies-enterprise-it-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Dell Technologies Enterprise IT 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/
servers:
- url: https://developer.dell.com/apis
  description: Production
security:
- bearerAuth: []
tags:
- name: Enterprise IT
  description: Enterprise IT operations
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
externalDocs:
  description: Documentation
  url: https://developer.dell.com/