Scaleway · Schema
scaleway.lb.v1.Route
Artificial IntelligenceCloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Route ID. |
| frontend_id | string | ID of the source frontend. |
| backend_id | string | ID of the target backend. |
| match | object | Object defining the match condition for a route to be applied. If an incoming client session matches the specified condition (i.e. it has a matching SNI value or HTTP Host header value), it will be pa |
| created_at | string | Date on which the route was created. (RFC 3339 format) |
| updated_at | string | Date on which the route was last updated. (RFC 3339 format) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/scaleway.lb.v1.Route",
"title": "scaleway.lb.v1.Route",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Route ID."
},
"frontend_id": {
"type": "string",
"description": "ID of the source frontend."
},
"backend_id": {
"type": "string",
"description": "ID of the target backend."
},
"match": {
"type": "object",
"description": "Object defining the match condition for a route to be applied. If an incoming client session matches the specified condition (i.e. it has a matching SNI value or HTTP Host header value), it will be passed to the target backend.",
"properties": {
"sni": {
"type": "string",
"description": "Server Name Indication (SNI) value to match.\nValue to match in the Server Name Indication TLS extension (SNI) field from an incoming connection made via an SSL/TLS transport layer. This field should be set for routes on TCP Load Balancers.",
"nullable": true,
"x-one-of": "MatchType"
},
"host_header": {
"type": "string",
"description": "HTTP host header to match.\nValue to match in the HTTP Host request header from an incoming request. This field should be set for routes on HTTP Load Balancers.",
"nullable": true,
"x-one-of": "MatchType"
},
"match_subdomains": {
"type": "boolean",
"description": "If true, all subdomains will match."
},
"path_begin": {
"type": "string",
"description": "Path begin value to match.\nValue to match in the URL beginning path from an incoming request.",
"nullable": true,
"x-one-of": "MatchType"
}
},
"x-properties-order": [
"sni",
"host_header",
"match_subdomains",
"path_begin"
]
},
"created_at": {
"type": "string",
"description": "Date on which the route was created. (RFC 3339 format)",
"format": "date-time",
"example": "2022-03-22T12:34:56.123456Z",
"nullable": true
},
"updated_at": {
"type": "string",
"description": "Date on which the route was last updated. (RFC 3339 format)",
"format": "date-time",
"example": "2022-03-22T12:34:56.123456Z",
"nullable": true
}
},
"x-properties-order": [
"id",
"frontend_id",
"backend_id",
"match",
"created_at",
"updated_at"
]
}
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/scaleway-scalewaylbv1route"
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.