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

Streamline :read-resource-description

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Unresolved
    • Major
    • None
    • None
    • Management
    • None

    Description

      We have a need for a streamlined read-resource-description operation response. In many cases we only need the attribute descriptions and from those descriptions only a subset of the meta data available.

      For instance:

      "enable-statistics" => {
                      "type" => BOOLEAN,
                      "description" => "Whether statistics should be enabled.",
                      "expressions-allowed" => true,
                      "nillable" => true,
                      "default" => false,
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "all-services"
                  }
      

      Clients that require information about the structure don't need:

      • access-type
      • storage
      • restart-required

      In many cases we don't even need

      • operations
      • children

      Would it be possible to further parametrize the read-resource-description operation to allow these distinctions? This would help to reduce the overall payload size when clients communicate with the DC and improve thus improve the overall performance. Not to mention parsing greatly benefits from a streamlined model as well.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rhn-support-hbraun Heiko Braun
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: