IBM WebSphere · Schema

MBeanDetail

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
objectName string
className string
description string
attributes array
operations array
notifications array
View JSON Schema on GitHub

JSON Schema

websphere-liberty-rest-connector-m-bean-detail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MBeanDetail",
  "type": "object",
  "properties": {
    "objectName": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "attributes": {
      "type": "array"
    },
    "operations": {
      "type": "array"
    },
    "notifications": {
      "type": "array"
    }
  }
}