Spring Framework · Example Payload

Spring Eureka Registration Example

Example of a Spring Cloud microservice registering with Eureka Server

Artificial IntelligenceCloud-NativeEnterpriseFrameworkJavaMicroservicesOpen-SourceRESTSpring Boot

Spring Eureka Registration Example is an example object payload from Spring Framework, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptioncomponentserverConfigurationclientConfigurationregisteredInstance

Example Payload

Raw ↑
{
  "name": "Eureka Service Registration Example",
  "description": "Example of a Spring Cloud microservice registering with Eureka Server",
  "component": "Spring Cloud Netflix Eureka",
  "serverConfiguration": {
    "spring.application.name": "eureka-server",
    "server.port": 8761,
    "eureka.client.register-with-eureka": false,
    "eureka.client.fetch-registry": false,
    "eureka.server.enable-self-preservation": false
  },
  "clientConfiguration": {
    "spring.application.name": "user-service",
    "server.port": 8081,
    "eureka.client.service-url.defaultZone": "http://localhost:8761/eureka/",
    "eureka.instance.prefer-ip-address": true,
    "eureka.instance.lease-renewal-interval-in-seconds": 30,
    "eureka.instance.lease-expiration-duration-in-seconds": 90
  },
  "registeredInstance": {
    "instanceId": "user-service:192.168.1.100:8081",
    "app": "USER-SERVICE",
    "ipAddr": "192.168.1.100",
    "port": 8081,
    "status": "UP",
    "lastUpdatedTimestamp": 1714607302000,
    "metadata": {
      "zone": "us-east-1a",
      "version": "2.3.1"
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/spring-eureka-registration-example"
All examples
curl "https://apis.io/api/v1/examples?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.