1.1.2 • Published 10 months ago

jamf-classic-sdk-nodejs v1.1.2

Weekly downloads
-
License
-
Repository
github
Last release
10 months ago

jamf

SDK Installation

NPM

npm add jamf-classic-sdk-nodejs

Yarn

yarn add jamf-classic-sdk-nodejs

SDK Example Usage

import { Jamf } from "jamf-classic-sdk-nodejs";
import { CreateAccountByIdResponse } from "jamf-classic-sdk-nodejs/dist/sdk/models/operations";

const sdk = new Jamf({
  security: {
    password: "",
    username: "",
  },
});

sdk.accounts.createAccountById({
  id: 548814,
}).then((res: CreateAccountByIdResponse) => {
  if (res.statusCode == 200) {
    // handle response
  }
});

Available Resources and Operations

accounts

activationcode

advancedcomputersearches

advancedmobiledevicesearches

advancedusersearches

allowedfileextensions

buildings

byoprofiles

categories

classes

commandflush

computerapplications

computerapplicationusage

computercheckin

computercommands

computerextensionattributes

computergroups

computerhardwaresoftwarereports

computerhistory

computerinventorycollection

computerinvitations

computermanagement

computerreports

computers

departments

directorybindings

diskencryptionconfigurations

distributionpoints

dockitems

ebooks

fileuploads

gsxconnection

healthcarelistener

healthcarelistenerrule

ibeacons

infrastructuremanager

jsonwebtokenconfigurations

jssuser

  • jssuserGet - Returns basic information about Jamf Pro, as well as privileges of the person requesting the resource. (Deprecated) :warning: Deprecated

ldapservers

licensedsoftware

logflush

macapplications

managedpreferenceprofiles

mobiledeviceapplications

mobiledevicecommands

mobiledeviceconfigurationprofiles

mobiledeviceenrollmentprofiles

mobiledeviceextensionattributes

mobiledevicegroups

mobiledevicehistory

mobiledeviceinvitations

mobiledeviceprovisioningprofiles

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago