Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-59608

Update Confluence DC documentation to make a generic port reference

    XMLWordPrintable

Details

    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      Create a support zip using the REST API in Data Center applications contain several command examples that include a specific reference to a port number.

      Could this be modified to be more generic?

      For instance, instead of:

      curl -s -X POST -H 'Content-Type: application/json' -u <username>:<password> http://<base-url.example.com:8080>/rest/troubleshooting/latest/support-zip/cluster
      

      Use:

      curl -s -X POST -H 'Content-Type: application/json' -u <username>:<password> http://<base-url.example.com>:<application-port-number>/rest/troubleshooting/latest/support-zip/cluster
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sshaw@atlassian.com Steve Shaw
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: