Solo.io · Schema
Upstream
A Gloo Gateway upstream representing a backend service destination. Supports Kubernetes services, static hosts, AWS Lambda, Azure Functions, Consul services, and AI provider endpoints.
CompanyAPI GatewayService MeshKubernetesIstioEnvoyAI GatewayAgentic AIMCPDeveloper PortalCloud-NativeOpen-Source
Properties
| Name | Type | Description |
|---|---|---|
| apiVersion | string | API version (gloo.solo.io/v1) |
| kind | string | Resource kind |
| metadata | object | Kubernetes resource metadata |
| spec | object | Upstream specification |
| status | object | Upstream reconciliation status |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/solo/main/json-schema/solo-gloo-upstream-schema.json",
"title": "Upstream",
"description": "A Gloo Gateway upstream representing a backend service destination. Supports Kubernetes services, static hosts, AWS Lambda, Azure Functions, Consul services, and AI provider endpoints.",
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"description": "API version (gloo.solo.io/v1)"
},
"kind": {
"type": "string",
"const": "Upstream",
"description": "Resource kind"
},
"metadata": {
"type": "object",
"description": "Kubernetes resource metadata",
"properties": {
"name": { "type": "string" },
"namespace": { "type": "string" },
"labels": { "type": "object" },
"annotations": { "type": "object" }
}
},
"spec": {
"type": "object",
"description": "Upstream specification",
"properties": {
"kube": {
"type": "object",
"description": "Kubernetes service upstream",
"properties": {
"ref": {
"type": "object",
"properties": {
"name": { "type": "string" },
"namespace": { "type": "string" }
}
},
"servicePort": { "type": "integer" }
}
},
"static": {
"type": "object",
"description": "Static host upstream",
"properties": {
"hosts": {
"type": "array",
"items": {
"type": "object",
"properties": {
"addr": { "type": "string" },
"port": { "type": "integer" }
}
}
}
}
},
"aws": {
"type": "object",
"description": "AWS Lambda upstream",
"properties": {
"region": { "type": "string" },
"secretRef": {
"type": "object",
"properties": {
"name": { "type": "string" },
"namespace": { "type": "string" }
}
},
"lambdaFunctions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"logicalName": { "type": "string" },
"lambdaFunctionName": { "type": "string" },
"qualifier": { "type": "string" }
}
}
}
}
},
"ai": {
"type": "object",
"description": "AI provider upstream (OpenAI, Anthropic, Bedrock, etc.)",
"properties": {
"openai": { "type": "object" },
"anthropic": { "type": "object" },
"azureopenai": { "type": "object" },
"gemini": { "type": "object" },
"vertexai": { "type": "object" },
"ollama": { "type": "object" }
}
},
"sslConfig": {
"type": "object",
"description": "TLS/SSL configuration for the upstream"
},
"healthChecks": {
"type": "array",
"description": "Health check configurations",
"items": { "type": "object" }
}
}
},
"status": {
"type": "object",
"description": "Upstream reconciliation status",
"properties": {
"statuses": {
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": ["Pending", "Accepted", "Rejected", "Warning"]
},
"reason": { "type": "string" }
}
}
}
}
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/solo-io-gloo-upstream"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.