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 Network segments support for resources and data sources.
Description
Classic API Endpoint for Network segments is described here:
POST
request to create a new network segment https://developer.jamf.com/jamf-pro/reference/createnetworksegmentbyidPUT
request to update an exising network segment https://developer.jamf.com/jamf-pro/reference/updatenetworksegmentbyidGET
request to obtain network segment details https://developer.jamf.com/jamf-pro/reference/findnetworksegmentsbyidDELETE
request to remove a network segment https://developer.jamf.com/jamf-pro/reference/deletenetworksegmentbyidEndpoint URL: https://yourServer.jamfcloud.com/JSSResource/networksegments/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: