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

Hoverfly Simulation API

Manage simulation request-response pairs and metadata.

Hoverfly Simulation API is one of 10 APIs that Hoverfly publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 5 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 2.0.

Requests are made against a single base URL, http://localhost:8888.

5 operations 2 paths 1 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0
Base URL
http://localhost:8888
License
Resource Areas
1

Paths & Operations 5

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

Simulation 5

Manage simulation request-response pairs and metadata.

GET
/api/v2/simulation
Get simulation
getSimulation → 200
PUT
/api/v2/simulation
Replace simulation
replaceSimulation body → 200
POST
/api/v2/simulation
Append simulation
appendSimulation body → 200
DELETE
/api/v2/simulation
Clear simulation
clearSimulation → 200
GET
/api/v2/simulation/schema
Get simulation JSON schema
getSimulationSchema → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Simulation (2 properties). Each schema is shown below with its type and property counts.

Simulation
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hoverfly-simulation-api-openapi.yml Raw ↑

Other APIs Hoverfly publishes across the network.

Hoverfly Cache API
Hoverfly Diff API
Hoverfly Hoverfly API
Hoverfly Journal API
Hoverfly Logs API
Hoverfly Post-Serve Actions API
Hoverfly State API
Hoverfly System API
Hoverfly Templating Data API