Pure Storage · JSON Structure

Pure1 Cloud Api Audit Structure

Audit schema from Pure1 Public REST API

Type: Properties: 0
StorageData StorageFlash StorageEnterprise StorageCloud StorageObject StorageFile StorageBlock StorageKubernetes StorageInfrastructure

Audit 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

Raw ↑
{
  "$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-audit-structure.json",
  "name": "Audit",
  "description": "Audit schema from Pure1 Public REST API",
  "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": "int64",
          "example": 1502729489760
        },
        "user": {
          "description": "The user who ran the command.",
          "type": "string",
          "example": "pureuser"
        }
      }
    }
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/pure1-cloud-api-audit-structure"
All json 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.