-
Notifications
You must be signed in to change notification settings - Fork 15
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
Enhancement: implement API calls for GET /v1/jamf-connect/config-profiles and PUT /v1/jamf-connect/config-profiles/{id} #472
Comments
Hi @ecanault , i have updated the SDK based on the available documentation to support jamf connect. However, i do not have jamf connect as part of my lab environment, so i don't have a direct way to test currently. Before i implement any changes to the provider for this, i need some testing of the SDK functionality first. There are some examples here - https://github.com/deploymenttheory/go-api-sdk-jamfpro/tree/main/examples/jamf_connect . could you potentially run this in your test environment please ? Many thanks |
Hi, I never played with golang 😬 (shame on me!) but the result of my first try is:
It seems that the API call returns correctly the datas, but theres an ssue regarding the Regards, |
I filled up a bug report here deploymenttheory/go-api-sdk-jamfpro#587 if necessary. |
I also had a look at But
|
Quick update, i have got a license from jamf for my lab to start the jamf connect work. I'll be starting the work next week. Thanks. |
Hi,
Implementation of API calls for GET
/v1/jamf-connect/config-profiles
and PUT/v1/jamf-connect/config-profiles/{id}
are missing in the provider to be able to manage with terraform the deployment and the updates of Jamf Connect.Is it possible to add this?
Thanks,
Emmanuel
The text was updated successfully, but these errors were encountered: