Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello, Using the API ,I would like to update the names of the clients connected to my network.I can use the "Update the attributes of a device" for my switches, but I can find the equivalent for the clients.All I see is "Update the policy" and "updat...
Hi, I did something similar to you with Python and a xlsx file. To read the xlsx file I used the pandas Module.In the xlsx file I use two colomns, mac adress for filtering and the new name to be applied.Here is the API i use (it's a POST request):url...
I solved the problem by changing my network Type to "combined", and now I can use the "Add Client" button and the API to change clients' names. Thanks for the help.
I can run the other requests without problems, so I don't think it is a problem with my environment.I guess it might be a problem with my network config, but I don't know what excactly.Do you have access to the "add client" button on the "clients" pa...
Thanks for trying !I was thinking about using the request "Provisions a client with a name and policy", that could maybe do the job.However, as I try to use it, I always run into this error 400:{"errors": ["Network requires a wireless or wired config...