Pure Storage · Schema

Alert

Alert schema from FlashBlade REST API

StorageData StorageFlash StorageEnterprise StorageCloud StorageObject StorageFile StorageBlock StorageKubernetes StorageInfrastructure
View JSON Schema on GitHub

JSON Schema

flashblade-rest-api-alert-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Alert",
  "description": "Alert schema from FlashBlade REST API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/pure-storage/refs/heads/main/json-schema/flashblade-rest-api-alert-schema.json",
  "allOf": [
    {
      "type": "object",
      "properties": {
        "id": {
          "description": "A non-modifiable, globally unique ID chosen by the system.\n",
          "type": "string",
          "readOnly": true
        },
        "name": {
          "description": "Name of the object (e.g., a file system or snapshot).",
          "type": "string",
          "readOnly": true
        }
      }
    },
    {
      "type": "object",
      "properties": {
        "action": {
          "description": "The action of the alert.",
          "type": "string",
          "readOnly": true
        },
        "code": {
          "description": "Alert code.",
          "type": "integer",
          "format": "int64",
          "readOnly": true
        },
        "component_name": {
          "description": "The component name of the alert.",
          "type": "string",
          "readOnly": true
        },
        "component_type": {
          "description": "The component type of the alert.",
          "type": "string",
          "readOnly": true
        },
        "created": {
          "description": "The creation timestamp of the alert.",
          "type": "integer",
          "format": "int64",
          "readOnly": true
        },
        "description": {
          "description": "The description of the alert.",
          "type": "string",
          "readOnly": true
        },
        "duration": {
          "description": "The duration of the alert.",
          "type": "integer",
          "format": "int64",
          "readOnly": true
        },
        "flagged": {
          "description": "Flagged state of the alert.",
          "type": "boolean"
        },
        "index": {
          "description": "The unique index of the alert.",
          "type": "integer",
          "format": "int64",
          "readOnly": true
        },
        "knowledge_base_url": {
          "description": "URL of the relevant Knowledge Base page.",
          "type": "string",
          "readOnly": true
        },
        "notified": {
          "description": "The last notification timestamp of the alert.",
          "type": "integer",
          "format": "int64",
          "readOnly": true
        },
        "severity": {
          "description": "Severity of the alert.\nValid values are `info`, `warning`, and `critical`.\n",
          "type": "string",
          "readOnly": true
        },
        "state": {
          "description": "The current state of the alert.\nValid values are `open`, `closing`, `closed`, and\n`waiting to downgrade`.\n",
          "type": "string",
          "readOnly": true
        },
        "summary": {
          "description": "The summary of the alert.",
          "type": "string",
          "readOnly": true
        },
        "updated": {
          "description": "The last updated timestamp of the alert.",
          "type": "integer",
          "format": "int64",
          "readOnly": true
        },
        "variables": {
          "description": "Key-value pairs of additional information of the alert.",
          "type": "object",
          "readOnly": true,
          "additionalProperties": {
            "type": "string"
          }
        }
      }
    }
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/flashblade-rest-api-alert"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.