<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Fetch backup information]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">Is it possible to collect backup information from the restapi? this could be very usefull when you want to present backup information to end users from within our customer portal.</p>
<p dir="auto">Robin</p>
]]></description><link>https://xcp-ng.org/forum/topic/9208/fetch-backup-information</link><generator>RSS for Node</generator><lastBuildDate>Sun, 15 Mar 2026 07:59:10 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/9208.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 17 Jun 2024 12:00:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fetch backup information on Wed, 19 Jun 2024 09:27:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/julien-f" aria-label="Profile: julien-f">@<bdi>julien-f</bdi></a> maybe there can we some recoverypoint endpoint? or remotes?</p>
]]></description><link>https://xcp-ng.org/forum/post/78981</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/78981</guid><dc:creator><![CDATA[rtjdamen]]></dc:creator><pubDate>Wed, 19 Jun 2024 09:27:57 GMT</pubDate></item><item><title><![CDATA[Reply to Fetch backup information on Wed, 19 Jun 2024 09:02:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/billcouper" aria-label="Profile: billcouper">@<bdi>billcouper</bdi></a> This is indeed not available at this time.</p>
<p dir="auto">Currently we have the following backup routes:</p>
<ul>
<li><code>backup/jobs/:type</code>: collections of backup jobs, grouped by type (<code>metadata</code>, <code>mirror</code>, <code>vm</code>)</li>
<li><code>backup/logs</code>: collections of backup run logs (for all types)</li>
</ul>
<p dir="auto">Any idea where we should put the collection of the VM backup files?</p>
]]></description><link>https://xcp-ng.org/forum/post/78979</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/78979</guid><dc:creator><![CDATA[julien-f]]></dc:creator><pubDate>Wed, 19 Jun 2024 09:02:15 GMT</pubDate></item><item><title><![CDATA[Reply to Fetch backup information on Wed, 19 Jun 2024 09:00:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/julien-f" aria-label="Profile: julien-f">@<bdi>julien-f</bdi></a> is it difficult to add to the REST API?</p>
]]></description><link>https://xcp-ng.org/forum/post/78978</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/78978</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Wed, 19 Jun 2024 09:00:06 GMT</pubDate></item><item><title><![CDATA[Reply to Fetch backup information on Wed, 19 Jun 2024 05:35:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/billcouper" aria-label="Profile: billcouper">@<bdi>billcouper</bdi></a> yes indeed i think that is what we need. Hope this can be added to the api.</p>
]]></description><link>https://xcp-ng.org/forum/post/78974</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/78974</guid><dc:creator><![CDATA[rtjdamen]]></dc:creator><pubDate>Wed, 19 Jun 2024 05:35:23 GMT</pubDate></item><item><title><![CDATA[Reply to Fetch backup information on Wed, 19 Jun 2024 00:46:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/rtjdamen" aria-label="Profile: rtjdamen">@<bdi>rtjdamen</bdi></a> I'm doing something similar using the "xo-cli" utility on the XO server directly. I run this command remotely and it returns JSON array. Using this output I can identify which restore points exist for each VM</p>
<pre><code>xo-cli backupNg.listVmBackups --json remotes="json:'[`"02fcd7e4-7172-46ec-a43f-2eb79fd00009`",`"f2c432dc-eddb-41bc-828f-67121529904c`"]'"
</code></pre>
<p dir="auto">Note that I am limiting the output to only show me backups that exist in specific "remotes" but you may not need to do this.</p>
<p dir="auto">I am interested if there is a REST API call that produces the same output? <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/julien-f" aria-label="Profile: julien-f">@<bdi>julien-f</bdi></a></p>
]]></description><link>https://xcp-ng.org/forum/post/78971</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/78971</guid><dc:creator><![CDATA[billcouper]]></dc:creator><pubDate>Wed, 19 Jun 2024 00:46:55 GMT</pubDate></item><item><title><![CDATA[Reply to Fetch backup information on Tue, 18 Jun 2024 17:24:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/olivierlambert" aria-label="Profile: olivierlambert">@<bdi>olivierlambert</bdi></a> Sorry, we would like to show our customers the backups we have available for them, they need this for there iso purpose. So just a list we can show on a per vm basis.</p>
]]></description><link>https://xcp-ng.org/forum/post/78948</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/78948</guid><dc:creator><![CDATA[rtjdamen]]></dc:creator><pubDate>Tue, 18 Jun 2024 17:24:20 GMT</pubDate></item><item><title><![CDATA[Reply to Fetch backup information on Tue, 18 Jun 2024 15:32:44 GMT]]></title><description><![CDATA[<p dir="auto">What do you mean by "fecthing recovery points" exactly?</p>
]]></description><link>https://xcp-ng.org/forum/post/78930</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/78930</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Tue, 18 Jun 2024 15:32:44 GMT</pubDate></item><item><title><![CDATA[Reply to Fetch backup information on Tue, 18 Jun 2024 09:03:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/kps" aria-label="Profile: KPS">@<bdi>KPS</bdi></a> thanks, this is indeed the logging but is it possible to fetch the current recoverypoints that are in the repository?</p>
]]></description><link>https://xcp-ng.org/forum/post/78884</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/78884</guid><dc:creator><![CDATA[rtjdamen]]></dc:creator><pubDate>Tue, 18 Jun 2024 09:03:41 GMT</pubDate></item><item><title><![CDATA[Reply to Fetch backup information on Mon, 17 Jun 2024 13:13:53 GMT]]></title><description><![CDATA[<p dir="auto">You can get the backups from the logs:</p>
<p dir="auto">/rest/v0/backup/logs?fields=tasks</p>
]]></description><link>https://xcp-ng.org/forum/post/78832</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/78832</guid><dc:creator><![CDATA[KPS]]></dc:creator><pubDate>Mon, 17 Jun 2024 13:13:53 GMT</pubDate></item><item><title><![CDATA[Reply to Fetch backup information on Mon, 17 Jun 2024 12:28:22 GMT]]></title><description><![CDATA[<p dir="auto">Question for <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/julien-f" aria-label="Profile: julien-f">@<bdi>julien-f</bdi></a></p>
]]></description><link>https://xcp-ng.org/forum/post/78831</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/78831</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Mon, 17 Jun 2024 12:28:22 GMT</pubDate></item></channel></rss>