REST / endpoint doesn't list all resources

XMLWordPrintable

    • 0

      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.

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

              Created:
              Updated:
              Resolved: