<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Nuxeo Management REST API in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-management-rest-api/m-p/315958#M2959</link>
    <description>&lt;P&gt;I am using the "Nuxeo Management REST API" addon to target an asset to recomputing the renditions. With an NXQL query param, I find the asset to reprocess, but the call shows nothing has been scheduled. I expect it to tell me one queued for processing, and then the new renditions would appear in the UI. If using the following call, shouldn't I see something being processed?&lt;/P&gt;
&lt;P&gt;Request:
POST &lt;A href="http://localhost:8080/nuxeo/site/management/renditions/pictures/recompute?query=SELECT" target="test_blank"&gt;http://localhost:8080/nuxeo/site/management/renditions/pictures/recompute?query=SELECT&lt;/A&gt; * FROM Document WHERE picture:views: = "Away.jpg"&lt;/P&gt;
&lt;P&gt;Response:
"entity-type": "bulkStatus",
"commandId": “---“,
"state": "SCHEDULED",
"processed": 0'
"error": false,
"errorCount": 0,
"total": 0,
"action": "recomputeViews",
"username": "---",
"submitted": "2020-10-14T17:28:59.576Z",
"scrollStart": null,
"scrollEnd": null,
"processingStart": null,
"processingEnd": null,
"completed": null,
"processingMillis": 0&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2020 21:09:03 GMT</pubDate>
    <dc:creator>Travis_Sandstr1</dc:creator>
    <dc:date>2020-10-14T21:09:03Z</dc:date>
    <item>
      <title>Nuxeo Management REST API</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-management-rest-api/m-p/315958#M2959</link>
      <description>&lt;P&gt;I am using the "Nuxeo Management REST API" addon to target an asset to recomputing the renditions. With an NXQL query param, I find the asset to reprocess, but the call shows nothing has been scheduled. I expect it to tell me one queued for processing, and then the new renditions would appear in the UI. If using the following call, shouldn't I see something being processed?&lt;/P&gt;
&lt;P&gt;Request:
POST &lt;A href="http://localhost:8080/nuxeo/site/management/renditions/pictures/recompute?query=SELECT" target="test_blank"&gt;http://localhost:8080/nuxeo/site/management/renditions/pictures/recompute?query=SELECT&lt;/A&gt; * FROM Document WHERE picture:views: = "Away.jpg"&lt;/P&gt;
&lt;P&gt;Response:
"entity-type": "bulkStatus",
"commandId": “---“,
"state": "SCHEDULED",
"processed": 0'
"error": false,
"errorCount": 0,
"total": 0,
"action": "recomputeViews",
"username": "---",
"submitted": "2020-10-14T17:28:59.576Z",
"scrollStart": null,
"scrollEnd": null,
"processingStart": null,
"processingEnd": null,
"completed": null,
"processingMillis": 0&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 21:09:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-management-rest-api/m-p/315958#M2959</guid>
      <dc:creator>Travis_Sandstr1</dc:creator>
      <dc:date>2020-10-14T21:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Management REST API</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-management-rest-api/m-p/315959#M2960</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The response gives you a command id for the bulk service, corresponding to the process you have to trigger. The state is first SCHEDULED, and then will be updated along the time. If you query for the status of the bulk service, passing the command id (https://doc.nuxeo.com/nxdoc/bulk-action-framework/#bulk-rest-api) you'll see it is going to be updated along the time, until it is completed.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 21:33:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-management-rest-api/m-p/315959#M2960</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2020-10-14T21:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Management REST API</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-management-rest-api/m-p/315960#M2961</link>
      <description>&lt;P&gt;If I understand correctly, you are saying that I am queuing the job with the Renditions query. I would then need a call that starts the queue. Is that the bulk status API call with the commandId? What is the API call that starts the queue?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 22:06:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-management-rest-api/m-p/315960#M2961</guid>
      <dc:creator>Travis_Sandstr1</dc:creator>
      <dc:date>2020-10-20T22:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Management REST API</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-management-rest-api/m-p/315961#M2962</link>
      <description>&lt;P&gt;You don't have to explicitly ask to start the process, it's done automatically.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 06:17:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-management-rest-api/m-p/315961#M2962</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2020-10-21T06:17:00Z</dc:date>
    </item>
  </channel>
</rss>

