Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.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/