Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for DHCP snippets #84

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

gnuoy
Copy link
Contributor

@gnuoy gnuoy commented Jul 5, 2024

Maas provides the ability for a user to upload DHCP snippets. This can be done via the WebUI "Settings" -> "DHCP snippets" or via the API (See "DHCP Snippet{s,}" https://maas.io/docs/api). This PR adds support for interacting with that API using the gomaas client. Specifically:

  • List existing DHCP snippets
  • Create new DHCP snippet
  • Get an existing DHCP snippet
  • Update an existing DHCP snippet
  • Delete an exsiting DHCP snippet

@troyanov troyanov requested a review from skatsaounis July 23, 2024 13:43
@SK1Y101
Copy link
Member

SK1Y101 commented Jul 25, 2024

Hi @gnuoy, could you add a summary of the changes to the PR body? thanks!

@gnuoy
Copy link
Contributor Author

gnuoy commented Sep 16, 2024

Hi @gnuoy, could you add a summary of the changes to the PR body? thanks!

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants