IBM WebSphere · Schema

LibertyApplicationStatus

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
name string
state string
message string
View JSON Schema on GitHub

JSON Schema

websphere-liberty-admin-rest-liberty-application-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LibertyApplicationStatus",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}