IBM WebSphere · JSON Structure

Websphere Admin Rest Application Structure

Type: object Properties: 6
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

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

Properties

name status contextRoot targetServer deployedModules lastModified

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Application",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "contextRoot": {
      "type": "string"
    },
    "targetServer": {
      "type": "string"
    },
    "deployedModules": {
      "type": "array"
    },
    "lastModified": {
      "type": "string"
    }
  }
}