Assets Index rest api missing documentation

XMLWordPrintable

    • 1
    • Severity 3 - Minor
    • 1

      Issue Summary

      Documents related to Assets, from the Riada portal were migrated to docs.atlassian.com.
      However, Assets Index rest api was not migrated.

      This is reproducible on Data Center: (yes)

      Steps to Reproduce

      1. Go to Assets REST API Reference and no Assets Index rest api is displayed.

      Expected Results

      Assets Index rest api information should be displayed.

      Actual Results

      No information available

      Workaround

      An example of triggering a re-index manually is:

      1. Trigger start of assets re-index
        curl --request POST --user '<user>:<pass>' <base_url>/rest/assets/1.0/index/reindex/start
        
      2. Which you can also monitor progress with:
        curl --request GET --user '<user>:<pass>' <base_url>/rest/assets/1.0/progress/category/insight-reindex/reindex
        
      3. Endpoint accepts query parameter “clean”, so it will start a clean reindex
        /rest/assets/1.0/index/reindex/start?clean=true 
        

            Assignee:
            Mingyi Yang
            Reporter:
            Pablo Bartolome (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: