<?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 Re: OC API Services 1.2 - errno 2003 / 3303 for snapshots in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/126775#M2211</link>
    <description>&lt;P&gt;victor - did you use the OCUM Key as the parameter for the GET snapshot REST call?&amp;nbsp; Did the API server provide a list of all snapshots?&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jan 2017 18:18:31 GMT</pubDate>
    <dc:creator>CSiegle</dc:creator>
    <dc:date>2017-01-06T18:18:31Z</dc:date>
    <item>
      <title>OC API Services 1.2 - errno 2003 / 3303 for snapshots</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/123715#M2111</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get snapshots information but always are returned some error. I have OC API Services 1.2RC1 but I don't see any info about this in RC2&lt;/P&gt;&lt;PRE&gt;https://:443/api/1.0/ontap/snapshots&lt;/PRE&gt;&lt;P&gt;And get:&lt;/P&gt;&lt;PRE&gt;{
  "status": {
    "code": "FAILED",
    "error": {
      "errno": 2003,
      "message": "Mandatory parameters are missing.",
      "reason": "volume_key is not specified as query parameter"
    }
  }
}&lt;/PRE&gt;&lt;P&gt;An with a known volume key:&lt;/P&gt;&lt;PRE&gt;https://:443/api/1.0/ontap/snapshots?volume_key=7fef79c3-5f03-11e6-baae-00a0987cc450:type=volume,uuid=6b74c170-65da-426e-9fce-7045b39c03f0&lt;/PRE&gt;&lt;PRE&gt;{
  "status": {
    "code": "FAILED",
    "error": {
      "errno": 3303,
      "message": "Storage system not found for the specified request.",
      "reason": "Unable to find a storage-system instance for the InventoryService.Ensure that the storage-system instance managing the resource is added as a storage-system in the API server."
    }
  }
}&lt;/PRE&gt;&lt;P&gt;Or&lt;/P&gt;&lt;PRE&gt;https://:443/api/1.0/ontap/volumes/7fef79c3-5f03-11e6-baae-00a0987cc450:type=volume,uuid=6b74c170-65da-426e-9fce-7045b39c03f0/snapshots&lt;/PRE&gt;&lt;PRE&gt;{
  "status": {
    "code": "FAILED",
    "error": {
      "errno": 3303,
      "message": "Storage system not found for the specified request.",
      "reason": "Unable to find a storage-system instance for the InventoryService.Ensure that the storage-system instance managing the resource is added as a storage-system in the API server."
    }
  }
}&lt;/PRE&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 08:24:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/123715#M2111</guid>
      <dc:creator>victor_munoz</dc:creator>
      <dc:date>2016-09-30T08:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: OC API Services 1.2 - errno 2003 / 3303 for snapshots</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/123743#M2115</link>
      <description>&lt;P&gt;I am assumpting, You have added OCUM to APIS. When cluster is discovered by OCUM and not added to APIS, you will get this kind of message. To overcome, pl. add cluster to APIS server. To Add cluster to APIS, use below URL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://10.236.164.84:8443/api-admin/" target="_blank"&gt;https://{ip}:{port}/api-admin/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2016 17:47:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/123743#M2115</guid>
      <dc:creator>pukale</dc:creator>
      <dc:date>2016-10-01T17:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: OC API Services 1.2 - errno 2003 / 3303 for snapshots</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/123747#M2116</link>
      <description>&lt;P&gt;Snapshot&amp;nbsp; requires the cluster to&amp;nbsp; be managed by APIS can you please add the cluster to APIS&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 05:30:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/123747#M2116</guid>
      <dc:creator>indushre</dc:creator>
      <dc:date>2016-10-03T05:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: OC API Services 1.2 - errno 2003 / 3303 for snapshots</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/124329#M2127</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same problem. According to the documentation the volume-key is mandatory for POST not for GET. And I totally understand why in this case adding a cluster is needed in order to trigger snapshots. I would expect the GET API using the OCUM database like the other APIs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you say for sure, that this is expected behaviour and adding the cluster for GET is mandatory? If not I would open a case for this, just saw this post and decided to ask here first.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 14:25:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/124329#M2127</guid>
      <dc:creator>jakob_scheidler</dc:creator>
      <dc:date>2016-10-18T14:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: OC API Services 1.2 - errno 2003 / 3303 for snapshots</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/124367#M2128</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just confirm that adding the cluster to API server works successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope to be improved in next releases, and accepts GET request only with OCUM as data source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 10:04:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/124367#M2128</guid>
      <dc:creator>victor_munoz</dc:creator>
      <dc:date>2016-10-19T10:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: OC API Services 1.2 - errno 2003 / 3303 for snapshots</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/126697#M2207</link>
      <description>&lt;P&gt;Just to be sure, if I want to get a list of all snapshots via the API, I would have make a separate call for each snapshot by passing a volume/cluster parameter?&amp;nbsp; This would force us to change code architecture a bit.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 14:25:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/126697#M2207</guid>
      <dc:creator>CSiegle</dc:creator>
      <dc:date>2017-01-04T14:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: OC API Services 1.2 - errno 2003 / 3303 for snapshots</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/126775#M2211</link>
      <description>&lt;P&gt;victor - did you use the OCUM Key as the parameter for the GET snapshot REST call?&amp;nbsp; Did the API server provide a list of all snapshots?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 18:18:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/126775#M2211</guid>
      <dc:creator>CSiegle</dc:creator>
      <dc:date>2017-01-06T18:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: OC API Services 1.2 - errno 2003 / 3303 for snapshots</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/126825#M2217</link>
      <description>&lt;P&gt;I added one of the clusters to the APIS, but still getting errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Unable to find a storage-system instance for the InventoryService.Ensure that the storage-system instance managing the resource is added as a storage-system in the API server."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also noticed a java error in the coherence log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"java.sql.SQLSyntaxErrorException: Unknown column 'Snapshotontap.realTime' in 'where clause'"&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 15:18:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/126825#M2217</guid>
      <dc:creator>CSiegle</dc:creator>
      <dc:date>2017-01-09T15:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: OC API Services 1.2 - errno 2003 / 3303 for snapshots</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/126858#M2219</link>
      <description>&lt;P&gt;Pl. check cluster which is part of UM(listed under management-services)&amp;nbsp; is shown under API call ontap/clusters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e :&lt;/P&gt;&lt;P&gt;GET https://&amp;lt;ip-address&amp;gt;:&amp;lt;port&amp;gt;/api/1.0/admin/management-services&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cluster which part of UM, should be part of below API call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GET https://&amp;lt;ip-address&amp;gt;:&amp;lt;port&amp;gt;/api/1.0/ontap/clusters&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 14:00:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/OC-API-Services-1-2-errno-2003-3303-for-snapshots/m-p/126858#M2219</guid>
      <dc:creator>pukale</dc:creator>
      <dc:date>2017-01-10T14:00:29Z</dc:date>
    </item>
  </channel>
</rss>

