Skip to content

v0.0.68

Compare
Choose a tag to compare
@ShocOne ShocOne released this 17 Nov 09:43
· 1185 commits to main since this release
68d14ca

Jamf Pro Classic API - Licensed Software

Added SDK coverage for Licensed software with examples

Endpoints

  • GET /JSSResource/licensedsoftware
    GetLicensedSoftware retrieves a serialized list of all Licensed Software.

  • GET /JSSResource/licensedsoftware/id/{id}
    GetLicensedSoftwareByID fetches details of a single Licensed Software item by its ID.

  • GET /JSSResource/licensedsoftware/name/{name}
    GetLicensedSoftwareByName retrieves details of a Licensed Software item by its name.

  • POST /JSSResource/licensedsoftware/id/0
    CreateLicensedSoftware creates a new Licensed Software item. The ID 0 in the endpoint indicates creation.

  • PUT /JSSResource/licensedsoftware/id/{id}
    UpdateLicensedSoftwareByID updates an existing Licensed Software item by its ID.

  • PUT /JSSResource/licensedsoftware/name/{name}
    UpdateLicensedSoftwareByName updates an existing Licensed Software item by its name.

  • DELETE /JSSResource/licensedsoftware/id/{id}
    DeleteLicensedSoftwareByID deletes a Licensed Software item by its ID.

  • DELETE /JSSResource/licensedsoftware/name/{name}
    DeleteLicensedSoftwareByName deletes a Licensed Software item by its name.