Axway · JSON Structure

Amplify Platform Usage Entry Structure

UsageEntry schema from Axway Amplify Platform API

Type: object Properties: 13
API ManagementEnterpriseIntegrationSecurity

UsageEntry is a JSON Structure definition published by Axway, describing 13 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

created created_by downloadable endDate envId fileId governance name organizationId startDate status unrecognized uploadMethod

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UsageEntry",
  "description": "UsageEntry schema from Axway Amplify Platform API",
  "type": "object",
  "properties": {
    "created": {
      "type": "datetime",
      "description": "Date and time when report was created.",
      "example": "2026-04-21T00:00:00Z"
    },
    "created_by": {
      "type": "object",
      "description": "Details of the user that created the organization.",
      "required": [
        "guid",
        "type"
      ],
      "properties": {
        "client_id": {
          "type": "string",
          "description": "The client_id of the client that created the organization."
        },
        "email": {
          "type": "string",
          "format": "email",
          "description": "Email address of the user that created the organization."
        },
        "guid": {
          "type": "string",
          "description": "`guid` of the creator."
        },
        "name": {
          "type": "string",
          "description": "The name of the user or client that created the organization."
        },
        "type": {
          "type": "string",
          "description": "Type of the creator.",
          "enum": [
            "user",
            "client"
          ]
        }
      },
      "example": {
        "client_id": "507f1f77bcf86cd799439011",
        "email": "user@example.com",
        "guid": "example_value",
        "name": "Example Name",
        "type": "user"
      }
    },
    "downloadable": {
      "type": "boolean",
      "description": "Indicates if the report file is available for download.",
      "example": true
    },
    "endDate": {
      "type": "datetime",
      "description": "End of the reporting range.",
      "example": "2026-04-21T00:00:00Z"
    },
    "envId": {
      "type": "uuid",
      "description": "`guid` of the environment the report is for.",
      "example": "example_value"
    },
    "fileId": {
      "type": "string",
      "description": "Identifier of report entry file.",
      "example": "example_value"
    },
    "governance": {
      "type": "string",
      "description": "Governance of the environment this report is for.",
      "enum": [
        "Customer Managed",
        "Axway Managed"
      ],
      "example": "Customer Managed"
    },
    "name": {
      "type": "string",
      "description": "Name of the report entry file.",
      "example": "Example Name"
    },
    "organizationId": {
      "type": "uuid",
      "description": "`guid` of the organization the report is for.",
      "example": "example_value"
    },
    "startDate": {
      "type": "datetime",
      "description": "Start of the reporting range.",
      "example": "2026-04-21T00:00:00Z"
    },
    "status": {
      "type": "string",
      "description": "Status of the report.",
      "enum": [
        "PROCESSED"
      ],
      "example": "PROCESSED"
    },
    "unrecognized": {
      "type": "array",
      "description": "List of unrecognized metrics for reports with status `INVALID_METRIC`.",
      "items": {
        "type": "string"
      },
      "example": [
        "example_value"
      ]
    },
    "uploadMethod": {
      "type": "string",
      "description": "Upload method.",
      "enum": [
        "automatic",
        "manual"
      ],
      "example": "automatic"
    }
  }
}

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/amplify-platform-usage-entry-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 email required.

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