Rapid7 · Schema

Engine

The Engine Group the Engine is assigned to

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
id string The ID of the Engine
name string The name of the Engine
status string The status of the Engine
failure_reason string The reason the Engine may have failed
latest_version boolean A read only flag which indicates if the Engine is latest version
upgradeable boolean A read only flag which indicates if the Engine is capable of upgrading
auto_upgrade boolean A flag which can be set to mark the Engine for auto upgrade
View JSON Schema on GitHub

JSON Schema

rapid7-engine-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/engine_group",
  "title": "Engine",
  "description": "The Engine Group the Engine is assigned to",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "The ID of the Engine",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "description": "The name of the Engine",
      "maxLength": 200,
      "minLength": 1
    },
    "status": {
      "type": "string",
      "description": "The status of the Engine",
      "enum": [
        "INITIALIZING",
        "LICENSING",
        "TERMINATING",
        "IDLE",
        "OFFLINE",
        "SCANNING",
        "UPGRADING",
        "PARKED",
        "FAILED"
      ],
      "readOnly": true
    },
    "failure_reason": {
      "type": "string",
      "description": "The reason the Engine may have failed",
      "enum": [
        "TERMINATION_FAILED",
        "INITIALIZATION_FAILED",
        "UPGRADE_FAILED",
        "GENERAL_FAILURE"
      ],
      "readOnly": true
    },
    "latest_version": {
      "type": "boolean",
      "description": "A read only flag which indicates if the Engine is latest version",
      "readOnly": true
    },
    "upgradeable": {
      "type": "boolean",
      "description": "A read only flag which indicates if the Engine is capable of upgrading",
      "readOnly": true
    },
    "auto_upgrade": {
      "type": "boolean",
      "description": "A flag which can be set to mark the Engine for auto upgrade "
    }
  },
  "required": [
    "auto_upgrade",
    "name"
  ]
}

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

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/rapid7-engine-group"
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.