Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-6828

Add a runtime attribute to the root resource about the stability level

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • None
    • Management
    • None

      WildFly can be started with a specific stability level.

      However, afaict, the management model does not store anywhere what is the specified level of the running server.
      I was expected to get this info from /:read-resource(attributes-only, include-runtime) but there was nothing.

      If I run the server with ./bin/standalone.sh --stability=experimental , I would expect to get an output such as:

       /:read-resource(attributes-only, include-runtime)
      {
          "outcome" => "success",
          "result" => {
              "process-type" => "Server",
              "product-name" => "WildFly Full",
              "product-version" => "33.0.0.Beta1-SNAPSHOT",
              "stability" => "experimental"
              "server-state" => "running",
              "suspend-state" => "RUNNING",
              "uuid" => "01dd6819-1342-444e-9bb5-4dfbdcfdcf40"
          }
      }
      

              yborgess1@redhat.com Yeray Borges Santana
              jmesnil1@redhat.com Jeff Mesnil
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: