IBM WebSphere · JSON Structure

Websphere Automation Rest Managed Server Structure

Type: object Properties: 11
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

ManagedServer is a JSON Structure definition published by IBM WebSphere, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name type version host port status vulnerabilityCount lastScanDate registeredDate installedFixes

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ManagedServer",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "host": {
      "type": "string"
    },
    "port": {
      "type": "integer"
    },
    "status": {
      "type": "string"
    },
    "vulnerabilityCount": {
      "type": "integer"
    },
    "lastScanDate": {
      "type": "string"
    },
    "registeredDate": {
      "type": "string"
    },
    "installedFixes": {
      "type": "array"
    }
  }
}