<?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: How to delete a memebers from alias in brocade using rest API? in Data Center (SLX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-delete-a-memebers-from-alias-in-brocade-using-rest-api/m-p/99531#M474</link>
    <description>&lt;DIV&gt;Shrishbhalekar,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It looks like you are trying to perform this command on a FOS (Fabric OS) Brocade switch.&amp;nbsp; Extreme does not support Fibre Channel FOS/Broadcom products.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This forum is for Extreme SLX products and from our REST API guides, I do not see "member-entry" as a valid alias syntax.&amp;nbsp; I would recommend you post this question in the Brocade/Broadcom forums.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Mon, 04 Mar 2024 14:14:48 GMT</pubDate>
    <dc:creator>Michael_Morey</dc:creator>
    <dc:date>2024-03-04T14:14:48Z</dc:date>
    <item>
      <title>How to delete a memebers from alias in brocade using rest API?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-delete-a-memebers-from-alias-in-brocade-using-rest-api/m-p/99520#M473</link>
      <description>&lt;P&gt;Hi Team ,&lt;/P&gt;&lt;P&gt;I am trying to delete the members of alias configuration in brocade.&lt;/P&gt;&lt;P&gt;I am referring to below url for removing memebers.&lt;/P&gt;&lt;P&gt;&lt;A href="https://techdocs.broadcom.com/us/en/fibre-channel-networking/fabric-os/fabric-os-rest-api/9-1-x/v26395730/v24190119/v24189977.html" target="_blank"&gt;https://techdocs.broadcom.com/us/en/fibre-channel-networking/fabric-os/fabric-os-rest-api/9-1-x/v26395730/v24190119/v24189977.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;existing alias:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;alias :&amp;nbsp;{&lt;BR /&gt;"alias-name": "test",&lt;BR /&gt;"member-entry": {&lt;BR /&gt;"alias-entry-name": [&lt;BR /&gt;"60:53:ff:14:d9:75:00:8b",&lt;/SPAN&gt;&lt;SPAN&gt;"65:53:ff:14:d9:75:00:8b"&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;i tried with URL&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;rest/running/brocade-zone/defined-configuration/alias&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;rest/running/brocade-zone/defined-configuration/alias/members&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;and with body&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;alias :&amp;nbsp;{&lt;BR /&gt;"alias-name": "test",&lt;BR /&gt;"member-entry": {&lt;BR /&gt;"alias-entry-name": [&lt;BR /&gt;"60:53:ff:14:d9:75:00:8b"&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2.&amp;nbsp;&lt;BR /&gt;"member-entry": {&lt;BR /&gt;"alias-entry-name": [&lt;BR /&gt;"60:53:ff:14:d9:75:00:8b"&lt;BR /&gt;]&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But rest api says its successful and return is 200 but not doing anything .&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Please help me on deletion request using restapi.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 05:52:51 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-delete-a-memebers-from-alias-in-brocade-using-rest-api/m-p/99520#M473</guid>
      <dc:creator>shirishbhalekar</dc:creator>
      <dc:date>2024-03-04T05:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete a memebers from alias in brocade using rest API?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-delete-a-memebers-from-alias-in-brocade-using-rest-api/m-p/99531#M474</link>
      <description>&lt;DIV&gt;Shrishbhalekar,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It looks like you are trying to perform this command on a FOS (Fabric OS) Brocade switch.&amp;nbsp; Extreme does not support Fibre Channel FOS/Broadcom products.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This forum is for Extreme SLX products and from our REST API guides, I do not see "member-entry" as a valid alias syntax.&amp;nbsp; I would recommend you post this question in the Brocade/Broadcom forums.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Mar 2024 14:14:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-delete-a-memebers-from-alias-in-brocade-using-rest-api/m-p/99531#M474</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2024-03-04T14:14:48Z</dc:date>
    </item>
  </channel>
</rss>

