Skip to content
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

Implement Computer configuration model #30

Closed
damien-rivet opened this issue Dec 21, 2017 · 1 comment
Closed

Implement Computer configuration model #30

damien-rivet opened this issue Dec 21, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@damien-rivet
Copy link
Owner

Payload

{
  "general": {
    "id": 0,
    "name": "High Sierra Base OS",
    "description": "string",
    "type": "Standard",
    "parent": "string",
    "packages": {
      "package": {
        "id": 0,
        "name": "Firefox.dmg",
        "category": "Unknown",
        "filename": "Firefox.dmg",
        "info": "string",
        "notes": "string",
        "priority": 5,
        "reboot_required": true,
        "fill_user_template": true,
        "fill_existing_users": true,
        "boot_volume_required": true,
        "allow_uninstalled": true,
        "os_requirements": "string",
        "required_processor": "None",
        "switch_with_package": "Do Not Install",
        "install_if_reported_available": true,
        "reinstall_option": "Do Not Reinstall",
        "triggering_files": "string",
        "send_notification": true
      }
    },
    "scripts": {
      "script": {
        "id": 0,
        "name": "Decrypt Drive",
        "category": "None",
        "filename": "string",
        "info": "Script information",
        "notes": "Script to decrypt FV2 encrypted drives",
        "priority": "Before",
        "parameters": {
          "parameter4": "string",
          "parameter5": "string",
          "parameter6": "string",
          "parameter7": "string",
          "parameter8": "string",
          "parameter9": "string",
          "parameter10": "string",
          "parameter11": "string"
        },
        "os_requirements": "string",
        "script_contents": "echo \"Sample script\"",
        "script_contents_encoded": "string"
      }
    },
    "printers": {
      "printer": {
        "id": 0,
        "name": "HP 9th Floor",
        "category": "Printers",
        "uri": "lpd://10.1.20.204/",
        "CUPS_name": "HP_9th_Floor",
        "location": "string",
        "model": "HP LaserJet 500 color MFP M575",
        "info": "string",
        "notes": "string",
        "make_default": true,
        "use_generic": true,
        "ppd": "9th_Floor_HP.ppd",
        "ppd_path": "/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Resources/Generic.ppd",
        "ppd_contents": "string"
      }
    },
    "directory_bindings": {
      "directory_binding": {
        "id": 0,
        "name": "AD Binding",
        "priority": 1,
        "domain": "ad.company.com",
        "username": "AD\\Administrator",
        "password": "string",
        "computer_ou": "CN=Computers,DC=ad,DC=company,DC=com",
        "type": "Active Directory"
      }
    },
    "management": {
      "username": "casperadministrator",
      "password": "string",
      "create_account": true,
      "hide_account": true,
      "allow_ssh_for_management_only": true
    },
    "homepage": "https://www.jamf.com",
    "partitions": {
      "partition": {
        "name": "Macintosh HD",
        "size_gb": 0,
        "maximum_percentage": 0,
        "format": "Journaled HFS+",
        "is_restore_partition": true,
        "computer_configuration": "Recovery HD",
        "reimage": true,
        "append_to_name": "Lab-100"
      }
    }
  }
}
@damien-rivet
Copy link
Owner Author

Implemented by #56.

@damien-rivet damien-rivet moved this from In Progress to Done in JamfKit v1.0.0 release Jan 9, 2018
@damien-rivet damien-rivet modified the milestones: 1.0.0, 0.2.0 Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant