Flashblade Rest Api Alert Structure
Alert schema from FlashBlade REST API
Alert is a JSON Structure definition published by Pure Storage. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/pure-storage/refs/heads/main/json-structure/flashblade-rest-api-alert-structure.json",
"name": "Alert",
"description": "Alert schema from FlashBlade REST API",
"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": "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": "int64",
"readOnly": true
},
"description": {
"description": "The description of the alert.",
"type": "string",
"readOnly": true
},
"duration": {
"description": "The duration of the alert.",
"type": "int64",
"readOnly": true
},
"flagged": {
"description": "Flagged state of the alert.",
"type": "boolean"
},
"index": {
"description": "The unique index of the alert.",
"type": "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": "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": "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 Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/flashblade-rest-api-alert-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
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.
A second provider on the same verified email joins the account you already have.