cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete a memebers from alias in brocade using rest API?

How to delete a memebers from alias in brocade using rest API?

shirishbhalekar
New Contributor

Hi Team ,

I am trying to delete the members of alias configuration in brocade.

I am referring to below url for removing memebers.

https://techdocs.broadcom.com/us/en/fibre-channel-networking/fabric-os/fabric-os-rest-api/9-1-x/v263...

existing alias:

alias : {
"alias-name": "test",
"member-entry": {
"alias-entry-name": [
"60:53:ff:14:d9:75:00:8b",
"65:53:ff:14:d9:75:00:8b"
]
}
}

i tried with URL

rest/running/brocade-zone/defined-configuration/alias
rest/running/brocade-zone/defined-configuration/alias/members
 
and with body 
1. 
alias : {
"alias-name": "test",
"member-entry": {
"alias-entry-name": [
"60:53:ff:14:d9:75:00:8b"
]
}
}
 
2. 
"member-entry": {
"alias-entry-name": [
"60:53:ff:14:d9:75:00:8b"
]
}
 
But rest api says its successful and return is 200 but not doing anything .
 
Please help me on deletion request using restapi.
 
 

 

 

1 REPLY 1

Michael_Morey
Extreme Employee
Shrishbhalekar,
 
It looks like you are trying to perform this command on a FOS (Fabric OS) Brocade switch.  Extreme does not support Fibre Channel FOS/Broadcom products.
 
This forum is for Extreme SLX products and from our REST API guides, I do not see "member-entry" as a valid alias syntax.  I would recommend you post this question in the Brocade/Broadcom forums.
 
 
Michael Morey
Principal Technical Support Engineer
Extreme Networks
GTM-P2G8KFN