RTX · JSON Structure

Rtx Eagle Structure

JSON structure documentation for the RTX EAGLE logistics support analysis platform API

Type: Properties: 0
DefenseAerospaceGovernmentLogisticsIntelligenceMilitary

Rtx Eagle Structure is a JSON Structure definition published by RTX.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "RTX EAGLE Data Structures",
  "description": "JSON structure documentation for the RTX EAGLE logistics support analysis platform API",
  "version": "1.0",
  "entities": {
    "DataSource": {
      "description": "A configured intelligence or logistics data source",
      "fields": {
        "id": { "type": "string", "description": "Unique identifier", "required": true },
        "name": { "type": "string", "description": "Data source name", "required": true },
        "type": { "type": "string", "description": "Data source type", "required": true },
        "status": { "type": "string", "description": "Active | Inactive | Maintenance | Error", "required": true },
        "description": { "type": "string", "description": "Description of data contents" },
        "program": { "type": "string", "description": "Associated defense program" },
        "classification": { "type": "string", "description": "Data classification level" }
      }
    },
    "AnalyticsJob": {
      "description": "An analytics job in the EAGLE analytics engine",
      "fields": {
        "id": { "type": "string", "description": "Job identifier", "required": true },
        "name": { "type": "string", "description": "Job name", "required": true },
        "status": {
          "type": "string",
          "description": "Queued | Running | Complete | Failed",
          "required": true
        },
        "type": { "type": "string", "description": "Type of analytics (predictive, descriptive, etc.)" },
        "createdAt": { "type": "string", "description": "Job creation timestamp" },
        "completedAt": { "type": "string", "description": "Job completion timestamp" }
      }
    },
    "Report": {
      "description": "A generated intelligence or logistics report",
      "fields": {
        "id": { "type": "string", "description": "Report identifier", "required": true },
        "title": { "type": "string", "description": "Report title", "required": true },
        "type": { "type": "string", "description": "Report type (LSA, maintenance, supply chain, etc.)" },
        "status": { "type": "string", "description": "Draft | Final | Distributed" },
        "createdAt": { "type": "string", "description": "Report creation timestamp" },
        "program": { "type": "string", "description": "Associated defense program" }
      }
    }
  }
}

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/rtx-eagle-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.