Apache Flink · Schema
IOMetricsInfo
IOMetricsInfo schema from Apache Flink REST API
ApacheBatch ProcessingBig DataOpen-SourceReal-Time AnalyticsStateful ComputingStream Processing
Properties
| Name | Type | Description |
|---|---|---|
| accumulated-backpressured-time | integer | |
| accumulated-busy-time | number | |
| accumulated-idle-time | integer | |
| read-bytes | integer | |
| read-bytes-complete | boolean | |
| read-records | integer | |
| read-records-complete | boolean | |
| write-bytes | integer | |
| write-bytes-complete | boolean | |
| write-records | integer | |
| write-records-complete | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/apache-flink/refs/heads/main/json-schema/flink-rest-io-metrics-info-schema.json",
"title": "IOMetricsInfo",
"description": "IOMetricsInfo schema from Apache Flink REST API",
"type": "object",
"properties": {
"accumulated-backpressured-time": {
"type": "integer",
"format": "int64"
},
"accumulated-busy-time": {
"type": "number",
"format": "double"
},
"accumulated-idle-time": {
"type": "integer",
"format": "int64"
},
"read-bytes": {
"type": "integer",
"format": "int64"
},
"read-bytes-complete": {
"type": "boolean"
},
"read-records": {
"type": "integer",
"format": "int64"
},
"read-records-complete": {
"type": "boolean"
},
"write-bytes": {
"type": "integer",
"format": "int64"
},
"write-bytes-complete": {
"type": "boolean"
},
"write-records": {
"type": "integer",
"format": "int64"
},
"write-records-complete": {
"type": "boolean"
}
}
}
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/flink-rest-io-metrics-info"
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.