AppDynamics · Schema
MetricValue
A single metric data point with statistical values for a time period.
APMApplication Performance MonitoringCiscoCloud ObservabilityDevOpsMonitoringObservabilityOpenTelemetry
Properties
| Name | Type | Description |
|---|---|---|
| startTimeInMillis | integer | The start time of this data point in Unix epoch milliseconds. |
| occurrences | integer | The number of observations in this time period. |
| current | integer | The current or last observed value. |
| min | integer | The minimum value observed in this time period. |
| max | integer | The maximum value observed in this time period. |
| count | integer | The total count of observations. |
| sum | integer | The sum of all values in this time period. |
| value | integer | The computed value based on the rollup type. |
| standardDeviation | number | The standard deviation of values in this time period. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/MetricValue",
"title": "MetricValue",
"type": "object",
"description": "A single metric data point with statistical values for a time period.",
"properties": {
"startTimeInMillis": {
"type": "integer",
"format": "int64",
"description": "The start time of this data point in Unix epoch milliseconds."
},
"occurrences": {
"type": "integer",
"description": "The number of observations in this time period."
},
"current": {
"type": "integer",
"format": "int64",
"description": "The current or last observed value."
},
"min": {
"type": "integer",
"format": "int64",
"description": "The minimum value observed in this time period."
},
"max": {
"type": "integer",
"format": "int64",
"description": "The maximum value observed in this time period."
},
"count": {
"type": "integer",
"format": "int64",
"description": "The total count of observations."
},
"sum": {
"type": "integer",
"format": "int64",
"description": "The sum of all values in this time period."
},
"value": {
"type": "integer",
"format": "int64",
"description": "The computed value based on the rollup type."
},
"standardDeviation": {
"type": "number",
"format": "double",
"description": "The standard deviation of values in this time period."
}
}
}
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/appdynamics-metricvalue"
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.