Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-16705

[SERVER] Investigate changes in SERVER-86976: Add option to getParameter to filter startup vs runtime-settable server parameters

      Original Downstream Change Summary

      The `getParameter` command supports a new option called `setAt`. `setAt` accepts one of two strings: "startup" or "runtime." If `setAt="startup"`, then only startup-settable parameters will be returned from the requested ones. If `setAt="runtime"`, then only runtime-settable parameters will be returned from the requested ones. Running `getParameter:

      {allParameters: true, setAt: "startup"}

      ` will return all startup-settable server parameters while `getParameter:

      {allParameters: true, setAt: "runtime"}

      ` will return all runtime-settable server parameters.

      Description of Linked Ticket

      Introduce a new option to the getParameter command that will allow clients to request startup, runtime, or startup and runtime settable server parameters.

            Assignee:
            Unassigned Unassigned
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              5 weeks, 6 days ago