Spring Boot Admin Instance Event

A lifecycle event for a Spring Boot Admin instance, delivered via Server-Sent Events (SSE) from the /instances/events endpoint.

ActuatorAdministrationJavaMicroservicesMonitoringSpring Boot

Properties

Name Type Description
instance string The instance ID this event pertains to.
version integer Monotonically increasing version number for ordering events.
timestamp string ISO 8601 timestamp when this event occurred.
type string Type of lifecycle event.
statusInfo object New status information (present for STATUS_CHANGED events).
info object Updated application info payload (present for INFO_CHANGED events).
View JSON Schema on GitHub

JSON Schema

spring-boot-admin-console-event-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/codecentric/spring-boot-admin/schema/instance-event",
  "title": "Spring Boot Admin Instance Event",
  "description": "A lifecycle event for a Spring Boot Admin instance, delivered via Server-Sent Events (SSE) from the /instances/events endpoint.",
  "type": "object",
  "properties": {
    "instance": {
      "type": "string",
      "description": "The instance ID this event pertains to.",
      "example": "abc123def456"
    },
    "version": {
      "type": "integer",
      "description": "Monotonically increasing version number for ordering events.",
      "minimum": 0
    },
    "timestamp": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when this event occurred."
    },
    "type": {
      "type": "string",
      "description": "Type of lifecycle event.",
      "enum": [
        "REGISTERED",
        "DEREGISTERED",
        "STATUS_CHANGED",
        "INFO_CHANGED",
        "ENDPOINTS_DETECTED"
      ]
    },
    "statusInfo": {
      "type": "object",
      "description": "New status information (present for STATUS_CHANGED events).",
      "properties": {
        "status": {
          "type": "string",
          "enum": ["UP", "DOWN", "OUT_OF_SERVICE", "UNKNOWN", "RESTRICTED", "OFFLINE"]
        },
        "details": {
          "type": "object",
          "additionalProperties": true
        }
      }
    },
    "info": {
      "type": "object",
      "description": "Updated application info payload (present for INFO_CHANGED events).",
      "additionalProperties": true
    }
  },
  "required": ["instance", "version", "timestamp", "type"]
}

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/spring-boot-admin-console-event"
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.