NetApp · Schema

ErrorResponse

ONTAP REST API error response

CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

netapp-ontap-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "description": "ONTAP REST API error response",
  "properties": {
    "error": {
      "type": "object"
    }
  }
}