How to delete a memebers from alias in brocade using rest API?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-03-2024 09:52 PM
Hi Team ,
I am trying to delete the members of alias configuration in brocade.
I am referring to below url for removing memebers.
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"
]
}
}
"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"
]
}
"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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-04-2024 06:14 AM
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
Principal Technical Support Engineer
Extreme Networks
