<?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 To add an annotation on internal volume  through REST API in OCI in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/To-add-an-annotation-on-internal-volume-through-REST-API-in-OCI/m-p/144032#M26230</link>
    <description>&lt;P&gt;I am looking to add the annotation on internal volumes in OCI through REST API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was looking the documentation and saw that POST&amp;nbsp; method of API "rest/v1/assets/internalVolumes/22008/annotations"&amp;nbsp; is missing, even giving me 404 error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need help to add the annotations on Volumes through REST API. please let me know, if any good documentation available on it.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 13:12:34 GMT</pubDate>
    <dc:creator>ManasShukla</dc:creator>
    <dc:date>2025-06-04T13:12:34Z</dc:date>
    <item>
      <title>To add an annotation on internal volume  through REST API in OCI</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/To-add-an-annotation-on-internal-volume-through-REST-API-in-OCI/m-p/144032#M26230</link>
      <description>&lt;P&gt;I am looking to add the annotation on internal volumes in OCI through REST API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was looking the documentation and saw that POST&amp;nbsp; method of API "rest/v1/assets/internalVolumes/22008/annotations"&amp;nbsp; is missing, even giving me 404 error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need help to add the annotations on Volumes through REST API. please let me know, if any good documentation available on it.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:12:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/To-add-an-annotation-on-internal-volume-through-REST-API-in-OCI/m-p/144032#M26230</guid>
      <dc:creator>ManasShukla</dc:creator>
      <dc:date>2025-06-04T13:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: To add an annotation on internal volume  through REST API in OCI</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/To-add-an-annotation-on-internal-volume-through-REST-API-in-OCI/m-p/144048#M26231</link>
      <description>&lt;P&gt;PUT&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;SPAN class="http_method"&gt;&lt;A class="toggleOperation" href="https://appau001mel0907/rest/v1/documentation/#!/assets.internalVolumes/annotation_updateByTypeAndId_put_3" target="_blank"&gt;PUT&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="path"&gt;&lt;A class="toggleOperation" href="https://appau001mel0907/rest/v1/documentation/#!/assets.internalVolumes/annotation_updateByTypeAndId_put_3" target="_blank"&gt;/rest/v1/assets/internalVolumes/{id}/annotation&lt;/A&gt;s&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Implementation Notes&lt;/H4&gt;
&lt;P&gt;Request body should be like JSON below:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;[
  {
    "rawValue": "Bronze",
    "definition": {
      "id": "4992",
    }
  }
]
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Response Class&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;UL class="signature-nav"&gt;
&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV&gt;
&lt;DIV class="signature-container"&gt;
&lt;DIV class="snippet"&gt;
&lt;PRE&gt;&lt;CODE class="undefined"&gt;Model properties: 
{
 &lt;SPAN&gt;rawValue&lt;/SPAN&gt;: string 
 &lt;SPAN&gt;displayValue&lt;/SPAN&gt;: string 
 &lt;SPAN&gt;label&lt;/SPAN&gt;: string 
 &lt;SPAN&gt;annotationAssignment&lt;/SPAN&gt;: 'MANUAL' or 'RULE' or 'SYSTEM_ASSIGNED' or 'INHERITED' 
}

Expand properties: 
{
 &lt;SPAN&gt;_expands&lt;/SPAN&gt;: Map[&lt;SPAN&gt;string&lt;/SPAN&gt;, &lt;A href="https://appau001mel0907/rest/v1/documentation/#" target="_blank"&gt;ModelExpand&lt;/A&gt;]
 &lt;SPAN&gt;definition&lt;/SPAN&gt;: &lt;A href="https://appau001mel0907/rest/v1/documentation/#" target="_blank"&gt;AnnotationDefinition&lt;/A&gt; 
}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;SMALL class="notice"&gt;&lt;/SMALL&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;FORM class="sandbox" accept-charset="UTF-8"&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H4&gt;Parameters&lt;/H4&gt;
&lt;TABLE class="fullwidth"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH&gt;Parameter&lt;/TH&gt;
&lt;TH&gt;Value&lt;/TH&gt;
&lt;TH&gt;Description&lt;/TH&gt;
&lt;TH&gt;Data Type&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY class="operation-params"&gt;
&lt;TR&gt;
&lt;TD class="code required"&gt;id&lt;/TD&gt;
&lt;TD&gt;(empty)&lt;/TD&gt;
&lt;TD&gt;Id of object to update&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN class="model-signature"&gt;Long&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H4&gt;Error Status Codes&lt;/H4&gt;
&lt;TABLE class="fullwidth"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH&gt;HTTP Status Code&lt;/TH&gt;
&lt;TH&gt;Reason&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY class="operation-status"&gt;
&lt;TR&gt;
&lt;TD width="15%" class="code"&gt;200&lt;/TD&gt;
&lt;TD&gt;Success&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="15%" class="code"&gt;500&lt;/TD&gt;
&lt;TD&gt;Unexpected error&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="15%" class="code"&gt;400&lt;/TD&gt;
&lt;TD&gt;On bad request (e.g. validation, missing parameters, invalid operation)&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="15%" class="code"&gt;401&lt;/TD&gt;
&lt;TD&gt;User not authenticated&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="15%" class="code"&gt;403&lt;/TD&gt;
&lt;TD&gt;User not authorized for operation&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="15%" class="code"&gt;404&lt;/TD&gt;
&lt;TD&gt;Resource not found&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H4&gt;Since&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="code"&gt;REST API 1.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H4&gt;Allowed roles&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="code"&gt;User&lt;/SPAN&gt;&lt;/P&gt;
&lt;/FORM&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 05:06:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/To-add-an-annotation-on-internal-volume-through-REST-API-in-OCI/m-p/144048#M26231</guid>
      <dc:creator>Lei</dc:creator>
      <dc:date>2018-10-18T05:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: To add an annotation on internal volume  through REST API in OCI</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/To-add-an-annotation-on-internal-volume-through-REST-API-in-OCI/m-p/144072#M26236</link>
      <description>&lt;P&gt;Many Thanks Lie,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We applied the PUT method and it works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 09:36:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/To-add-an-annotation-on-internal-volume-through-REST-API-in-OCI/m-p/144072#M26236</guid>
      <dc:creator>ManasShukla</dc:creator>
      <dc:date>2018-10-19T09:36:05Z</dc:date>
    </item>
  </channel>
</rss>

