Pure1 Cloud Api Blade Structure
Blade schema from Pure1 Public REST API
Blade 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/pure1-cloud-api-blade-structure.json",
"name": "Blade",
"description": "Blade schema from Pure1 Public REST API",
"allOf": [
{
"description": "A built-in resource. Many are singletons predefined by Purity (e.g., support\nsettings). Some correspond to a piece of software, like an app, or hardware,\nlike a controller. Others are created by the system in response to some event\n(e.g., alerts, audit records).\n\nTypically, a user can't create, delete or rename a built-in resource. A few\ncan be created or deleted, but not renamed because the names are meaningful\nto Purity (e.g., VIFs).\n\n",
"allOf": [
{
"$ref": "#/components/schemas/_timeAware"
},
{
"type": "object",
"properties": {
"id": {
"description": "A non-modifiable, globally unique ID chosen by the system.",
"type": "string",
"readOnly": true,
"example": "01c2889a-4124-49ff-8cbd-c33405ede123"
},
"name": {
"description": "A non-modifiable, locally unique name chosen by the system.",
"type": "string",
"readOnly": true,
"example": "example_name"
}
}
}
]
},
{
"description": "A FlashBlade blade.\n",
"type": "object",
"properties": {
"arrays": {
"description": "A list of arrays that contain this blade.\nEach blade should only exist on one array.\n",
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/components/schemas/_bladeArrayStatus"
}
},
"details": {
"description": "Extra details about the blade. Will be `null` if none exist.\n",
"type": "string",
"readOnly": true
},
"raw_capacity": {
"description": "The raw storage capacity of the blade.\n",
"type": "double",
"readOnly": true
},
"status": {
"description": "Valid values are `critical`, `evacuated`, `evacuating`, `healthy`,\n`identifying`, `unclaimed`, `unhealthy`, `unknown`, `unrecognized`.\n",
"type": "string",
"readOnly": true,
"example": "healthy"
}
}
}
]
}
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/pure1-cloud-api-blade-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.