Spring Boot Admin Console · Capability
Spring Boot Admin Server API — Instances
Spring Boot Admin Server API — Instances. 10 operations. Lead operation: List All Instances. Self-contained Naftiko capability covering one Spring Boot Admin Console business surface.
What You Can Do
GET
Listinstances
— List All Instances
/v1/instances
GET
Getinstance
— Get Instance
/v1/instances/{id}
DELETE
Deregisterinstance
— Deregister Instance
/v1/instances/{id}
GET
Getinstanceactuatorendpoints
— Get Instance Actuator Endpoints
/v1/instances/{id}/actuator
GET
Getinstanceenvironment
— Get Instance Environment
/v1/instances/{id}/actuator/env
GET
Getinstancehealth
— Get Instance Health
/v1/instances/{id}/actuator/health
GET
Getinstanceinfo
— Get Instance Info
/v1/instances/{id}/actuator/info
GET
Getinstanceloggers
— Get Instance Loggers
/v1/instances/{id}/actuator/loggers
POST
Setinstanceloggerlevel
— Set Instance Logger Level
/v1/instances/{id}/actuator/loggers
GET
Getinstancemetrics
— Get Instance Metrics
/v1/instances/{id}/actuator/metrics
MCP Tools
list-all-instances
List All Instances
read-only
idempotent
get-instance
Get Instance
read-only
idempotent
deregister-instance
Deregister Instance
idempotent
get-instance-actuator-endpoints
Get Instance Actuator Endpoints
read-only
idempotent
get-instance-environment
Get Instance Environment
read-only
idempotent
get-instance-health
Get Instance Health
read-only
idempotent
get-instance-info
Get Instance Info
read-only
idempotent
get-instance-loggers
Get Instance Loggers
read-only
idempotent
set-instance-logger-level
Set Instance Logger Level
get-instance-metrics
Get Instance Metrics
read-only
idempotent