You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Required parameter for every type of request: id, set to 0 for a POST request.
Sample Go code for each method is available on the pages above, but I don't have the knowledge to develop this by myself.
I hope I'm doing it the good way to ask this, and thank you for creating a PR if you find this enhancement helpful!
The text was updated successfully, but these errors were encountered:
Hi,
This is a followup of #12 to request Sites support for resources and data sources.
Description
Classic API Endpoint for Sites is described here:
POST
request to create a new site https://developer.jamf.com/jamf-pro/reference/createsitebyidPUT
request to update an exising site https://developer.jamf.com/jamf-pro/reference/updatesitebyidGET
request to obtain site details https://developer.jamf.com/jamf-pro/reference/findsitesbyidDELETE
request to remove a site https://developer.jamf.com/jamf-pro/reference/deletesitebyidEndpoint URL: https://yourServer.jamfcloud.com/JSSResource/sites/id/{id}
Sample request body for
PUT
andPOST
:Required parameter for every type of request:
id
, set to0
for aPOST
request.Sample Go code for each method is available on the pages above, but I don't have the knowledge to develop this by myself.
I hope I'm doing it the good way to ask this, and thank you for creating a PR if you find this enhancement helpful!
The text was updated successfully, but these errors were encountered: