Etcd · Schema
WatchCreateRequest
Request to create a new watch on a key range
Cloud-NativeConsensusDistributed SystemsGraduatedKey-Value StoreKubernetes
Properties
| Name | Type | Description |
|---|---|---|
| key | string | The key to watch in base64-encoded format |
| range_end | string | The range end for watching multiple keys in base64-encoded format |
| start_revision | string | Revision to start watching from. 0 means the current revision. |
| progress_notify | boolean | When true, sends periodic progress reports even when no events occur |
| filters | array | Event types to filter out from the watch stream |
| prev_kv | boolean | When true, includes the previous key-value pair in DELETE events |
| watch_id | string | User-assigned ID to identify this watch stream |
| fragment | boolean | When true, splits large watch responses into smaller fragments |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/WatchCreateRequest",
"title": "WatchCreateRequest",
"type": "object",
"description": "Request to create a new watch on a key range",
"properties": {
"key": {
"type": "string",
"description": "The key to watch in base64-encoded format"
},
"range_end": {
"type": "string",
"description": "The range end for watching multiple keys in base64-encoded format"
},
"start_revision": {
"type": "string",
"description": "Revision to start watching from. 0 means the current revision."
},
"progress_notify": {
"type": "boolean",
"description": "When true, sends periodic progress reports even when no events occur"
},
"filters": {
"type": "array",
"description": "Event types to filter out from the watch stream",
"items": {
"type": "string",
"enum": [
"NOPUT",
"NODELETE"
]
}
},
"prev_kv": {
"type": "boolean",
"description": "When true, includes the previous key-value pair in DELETE events"
},
"watch_id": {
"type": "string",
"description": "User-assigned ID to identify this watch stream"
},
"fragment": {
"type": "boolean",
"description": "When true, splits large watch responses into smaller fragments"
}
}
}
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/etcd-watchcreaterequest"
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.