Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Netflix Eureka VIP API

Virtual IP address based queries

Netflix Eureka VIP API is one of 3 APIs that Netflix Eureka publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include VIP. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against 2 base URLs: http://localhost:8761/eureka, https://{eureka_host}:{port}/eureka.

2 operations 2 paths 3 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
http://localhost:8761/eureka
License
Resource Areas
1

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

VIP 2

Virtual IP address based queries

GET
/vips/{vipAddress}
Query by VIP address
getByVipAddress 1 param → 200404
GET
/svips/{svipAddress}
Query by secure VIP address
getBySecureVipAddress 1 param → 200404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are InstanceInfo (22 properties), Applications (3 properties), Application (2 properties). Each schema is shown below with its type and property counts.

InstanceInfo
object
22 properties 4 required
Applications
object
3 properties
Application
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

netflix-eureka-vip-api-openapi.yml Raw ↑

Other APIs Netflix Eureka publishes across the network.

Netflix Eureka Applications API
Netflix Eureka Instances API