Community discussions

MikroTik App

Search found 3 matches

by wire
Fri Dec 02, 2022 11:31 pm
Forum: RouterBOARD hardware
Topic: RB4011 PoE out not working
Replies: 8
Views: 7752

Re: RB4011 PoE out not working

Same, worked for years powering a hexS, then died after a reboot. Quite peculiar that it died during a normal ‘soft’ reboot. The power was not removed. Port 10 works as gigabit ethernet, goes from ‘waiting for load’ to ‘powered on’ but provides no power.
by wire
Wed Nov 16, 2022 9:33 am
Forum: Scripting
Topic: REST API delete/disable/modify a list of items
Replies: 3
Views: 972

Re: REST API delete/disable/modify a list of items

QUERY is not supposed to work that way.
You should use query to get item IDs, and then use those ids to execute delete.

Ah, so there is no way to atomically delete a collection of matching items? And why it returns an empty array [ ] if the query isn't allowed?
by wire
Tue Nov 15, 2022 10:47 am
Forum: Scripting
Topic: REST API delete/disable/modify a list of items
Replies: 3
Views: 972

REST API delete/disable/modify a list of items

Hello, I am attempting at writing a connector for the v7 REST API. Currently wondering if there is any mechanism for deleting/changing a list of similar items. Documentation for the DELETE verb only mentions deleting by key. A POST at the (say) ip/address/disable or ip/address/destroy with a .query ...