Apache APISIX · Schema

Apache APISIX Service

A Service is an abstraction of an API and corresponds to an upstream service. It can be shared across routes.

ApacheAPI GatewayCloud NativeKubernetesLuaNGINXOpen SourceTraffic Management

Properties

Name Type Description
name string Human-readable name for the service.
desc string Description of the service.
plugins object Plugin configuration. Key is the plugin name and value is the plugin config.
upstream object Inline upstream configuration.
upstream_id string ID of an existing upstream to use.
labels object Key-value pairs for categorization.
enable_websocket boolean Enable WebSocket proxying.
hosts array A list of hosts for the service.
View JSON Schema on GitHub