IBM WebSphere · Schema

PerformanceData

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
module string Performance module name
timestamp string
metrics array
View JSON Schema on GitHub

JSON Schema

websphere-admin-rest-performance-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PerformanceData",
  "type": "object",
  "properties": {
    "module": {
      "type": "string",
      "description": "Performance module name"
    },
    "timestamp": {
      "type": "string"
    },
    "metrics": {
      "type": "array"
    }
  }
}