<?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 Seeking the REST endpoint for the &amp;quot;cluster ring show&amp;quot; CLI command in ONTAP Rest API Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Seeking-the-REST-endpoint-for-the-quot-cluster-ring-show-quot-CLI-command/m-p/445840#M546</link>
    <description>&lt;P&gt;As part of our post OnTAP upgrade process we run a "cluster ring show" command to ensure that all instances of all databases are at the same version level (AKA "epoch"). I'm seeking the REST endpoint to return these results via the REST API for automation purposes. Please advise as to how this information can be obtained via a REST endpoint.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your attention to this matter!&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 09:47:05 GMT</pubDate>
    <dc:creator>SCOTT_LINDLEY</dc:creator>
    <dc:date>2025-06-04T09:47:05Z</dc:date>
    <item>
      <title>Seeking the REST endpoint for the "cluster ring show" CLI command</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Seeking-the-REST-endpoint-for-the-quot-cluster-ring-show-quot-CLI-command/m-p/445840#M546</link>
      <description>&lt;P&gt;As part of our post OnTAP upgrade process we run a "cluster ring show" command to ensure that all instances of all databases are at the same version level (AKA "epoch"). I'm seeking the REST endpoint to return these results via the REST API for automation purposes. Please advise as to how this information can be obtained via a REST endpoint.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your attention to this matter!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:47:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Seeking-the-REST-endpoint-for-the-quot-cluster-ring-show-quot-CLI-command/m-p/445840#M546</guid>
      <dc:creator>SCOTT_LINDLEY</dc:creator>
      <dc:date>2025-06-04T09:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking the REST endpoint for the "cluster ring show" CLI command</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Seeking-the-REST-endpoint-for-the-quot-cluster-ring-show-quot-CLI-command/m-p/445876#M547</link>
      <description>&lt;P&gt;Try using the /private/cli ... here's an example in PowerShell v7. With the /private/cli method, you need to specify the fields you want in the output (fields=* does not work). This is using ALL the field names so edit as needed.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$url = "https://{clusterip}/api/private/cli/cluster/ring?fields=node,unitname,online,epoch,master,local,db-epoch,db-trnxs,num-online,rdb-uuid"

$result = Invoke-RestMethod -Method Get -Uri $url -Credential (Get-Credential) -SkipCertificateCheck

$result.records | ft&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;node    unitname online epoch master  local   db_epoch db_trnxs num_online rdb_uuid
----    -------- ------ ----- ------  -----   -------- -------- ---------- --------
ots1-01 mgmt     master     1 ots1-01 ots1-01        1    13278          1 9c6409c3-188f-11ee-af15-00a0b8e7b055
ots1-01 vldb     master     1 ots1-01 ots1-01        1      190          1 9c6409c3-188f-11ee-af15-00a0b8e7b055
ots1-01 vifmgr   master     1 ots1-01 ots1-01        1      192          1 9c6409c3-188f-11ee-af15-00a0b8e7b055
ots1-01 bcomd    master     1 ots1-01 ots1-01        1      248          1 9c6409c3-188f-11ee-af15-00a0b8e7b055
ots1-01 crs      master     1 ots1-01 ots1-01        1       46          1 9c6409c3-188f-11ee-af15-00a0b8e7b055&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 11 Jul 2023 16:23:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Seeking-the-REST-endpoint-for-the-quot-cluster-ring-show-quot-CLI-command/m-p/445876#M547</guid>
      <dc:creator>JohnChampion</dc:creator>
      <dc:date>2023-07-11T16:23:07Z</dc:date>
    </item>
  </channel>
</rss>

