IBM WebSphere · Schema

Metrics

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
scope string
metrics object
View JSON Schema on GitHub

JSON Schema

websphere-liberty-admin-rest-metrics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Metrics",
  "type": "object",
  "properties": {
    "scope": {
      "type": "string"
    },
    "metrics": {
      "type": "object"
    }
  }
}