Infoblox · Schema

Error

CloudDDIDHCPDNSIPAMNetwork ManagementSecurityThreat Intelligence

Properties

Name Type Description
Error string The error type identifier.
code string The error code.
text string A human-readable error message.
View JSON Schema on GitHub

JSON Schema

infoblox-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "properties": {
    "Error": {
      "type": "string",
      "description": "The error type identifier."
    },
    "code": {
      "type": "string",
      "description": "The error code."
    },
    "text": {
      "type": "string",
      "description": "A human-readable error message."
    }
  }
}