opendcim / openDCIM

An open source (GPL v3) Data Center Inventory Management (DCIM) application.
http://opendcim.org
305 stars 204 forks source link

adding a new postRoute to allow updating port labels via the api #1535

Open CodesMahoney opened 4 months ago

CodesMahoney commented 4 months ago

added api/device/{deviceid}/updateportlabels to postRoutes.php and updated the swagger.yml file to reflect the changes. This is used by our organization to bypass using the gui on large installs and may prove useful to others. also updated gitignore to ignore /.vs files for anyone that uses visual studio to edit the application to prevent accidentally checking in IDE settings files.

alex001x commented 4 months ago

Cool ! have you done any other customization on opendcim?

CodesMahoney commented 4 months ago

Cool ! have you done any other customization on opendcim?

Hi Alex, no actually it's my first contribution to any open source project EVER actually. My day to day is primarily C# aspnet/core stuff but my organization uses this application and was looking for some modifications. The networking team has another request in the works for another api endpoint here soon that i will also try to get pulled back here into the main repo.