Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-17329

REST / endpoint doesn't list all resources

    XMLWordPrintable

Details

    • 0
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      https://docs.atlassian.com/bamboo/REST/5.10.0/#d2e793

      /
      Directory resource for Bamboo REST resources
      
      Methods
      GET
      Provides list of available REST resources in Bamboo
      

      It does list some resources, but not all.

      <resources expand="resources">
      <link href="http://localhost:8085/rest/api/latest/" rel="self"/>
      <resources start-index="0" max-result="12" size="12">
      <resource name="info">
      <link href="http://localhost:8085/rest/api/latest/info" rel="self"/>
      </resource>
      <resource name="project">
      <link href="http://localhost:8085/rest/api/latest/project" rel="self"/>
      </resource>
      <resource name="plan">
      <link href="http://localhost:8085/rest/api/latest/plan" rel="self"/>
      </resource>
      <resource name="result">
      <link href="http://localhost:8085/rest/api/latest/result" rel="self"/>
      </resource>
      <resource name="chart">
      <link href="http://localhost:8085/rest/api/latest/chart" rel="self"/>
      </resource>
      <resource name="queue">
      <link href="http://localhost:8085/rest/api/latest/queue" rel="self"/>
      </resource>
      <resource name="export">
      <link href="http://localhost:8085/rest/api/latest/export" rel="self"/>
      </resource>
      <resource name="clone">
      <link href="http://localhost:8085/rest/api/latest/clone" rel="self"/>
      </resource>
      <resource name="dependency">
      <link href="http://localhost:8085/rest/api/latest/dependency" rel="self"/>
      </resource>
      <resource name="elasticConfiguration">
      <link href="http://localhost:8085/rest/api/latest/elasticConfiguration" rel="self"/>
      </resource>
      <resource name="reindex">
      <link href="http://localhost:8085/rest/api/latest/reindex" rel="self"/>
      </resource>
      <resource name="currentUser">
      <link href="http://localhost:8085/rest/api/latest/currentUser" rel="self"/>
      </resource>
      </resources>
      </resources>
      

      E.g. search and deploy are missing.
      Note that size=12 is reported, so all resources are listed.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rverschoor Rene Verschoor (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: