Pure Storage · Schema
Audit
Audit schema from Pure1 Public REST API
StorageData StorageFlash StorageEnterprise StorageCloud StorageObject StorageFile StorageBlock StorageKubernetes StorageInfrastructure
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Audit",
"description": "Audit schema from Pure1 Public REST API",
"$id": "https://raw.githubusercontent.com/api-evangelist/pure-storage/refs/heads/main/json-schema/pure1-cloud-api-audit-schema.json",
"allOf": [
{
"description": "A built-in resource that exists on one or multiple arrays.\n",
"allOf": [
{
"$ref": "#/components/schemas/_resource"
},
{
"$ref": "#/components/schemas/_arrays"
}
]
},
{
"description": "An audit of an action executed on an array or in Pure1.\n",
"type": "object",
"properties": {
"arguments": {
"description": "Arguments provided to the command.",
"type": "string",
"example": "--args"
},
"command": {
"description": "The command that was executed.",
"type": "string",
"example": "purevol"
},
"origin": {
"description": "Origin of the action. Valid values are `array` and `Pure1`.",
"type": "string",
"example": "array"
},
"subcommand": {
"description": "The subcommand that was executed.",
"type": "string",
"example": "snap"
},
"time": {
"description": "Time at which the command was run in milliseconds since UNIX epoch.\n",
"type": "integer",
"format": "int64",
"example": 1502729489760
},
"user": {
"description": "The user who ran the command.",
"type": "string",
"example": "pureuser"
}
}
}
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/pure1-cloud-api-audit"
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 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.