Retrieves a list of all policy objects for the authenticated user.
o required | integer Organization ID for retrieving policies |
page | integer Default: 0 The page of results you wish to be returned with page numbers starting at 0. See About Automox API - Pagination |
limit | integer [ 1 .. 500 ] Default: 500 A limit on the number of results to be returned, between 1 and 500, with a default of 500. Use with |
Successful Operation
Invalid Request
Access token is missing or invalid
You do not have permission to perform this action.
Entity not found
Too many requests
Invalid Request
$apiKey = 'your_automox_api_key' $headers = @{ "Authorization" = "Bearer $apiKey" } $url = "https://console.automox.com/api/policies?o=0000" $response = (Invoke-WebRequest -Method Get -Uri $url -Headers $headers).Content
[- {
- "id": 240711,
- "uuid": "d7ef3fba-a1eb-4fc7-8f7a-f8528675cffc",
- "name": "Apply all Linux patches not requiring reboot",
- "policy_type_name": "patch",
- "organization_id": 90125,
- "configuration": {
- "filters": [
- "*-firmware-*",
- "*dbus-*",
- "*systemd-*",
- "*gnutls.*",
- "*gnutls-*",
- "*glibc.*",
- "*glibc-*",
- "*kernel-*",
- "systemd",
- "gnutls.x86_64",
- "openssl-libs.x86_64",
- "openssl-pkcs11.x86_64",
- "udev",
- "dbus"
], - "auto_patch": true,
- "patch_rule": "filter",
- "auto_reboot": false,
- "filter_type": "exclude",
- "notify_user": false,
- "device_filters": [
- {
- "op": "in",
- "field": "os_family",
- "value": [
- "Linux"
]
}
], - "evaluation_code": null,
- "include_optional": false,
- "remediation_code": null,
- "installation_code": null,
- "notify_reboot_user": false,
- "missed_patch_window": true,
- "device_filters_enabled": true,
- "use_scheduled_timezone": false,
- "install_deferral_enabled": false,
- "refresh_before_remediation": false,
- "notify_deferred_reboot_user": false,
- "notify_user_message_timeout": 15,
- "custom_notification_max_delays": 0,
- "pending_reboot_deferral_enabled": true,
- "custom_notification_patch_message": "System Update: An important update will be installed.",
- "notify_user_auto_deferral_enabled": true,
- "custom_notification_reboot_message": "An important update will be installed; reboot may be required.",
- "custom_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "custom_notification_patch_message_mac": "System Update: An important update will be installed.",
- "custom_notification_reboot_message_mac": "An important update will be installed; reboot may be required.",
- "custom_pending_reboot_notification_message": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_message_timeout": 15,
- "custom_pending_reboot_notification_max_delays": 6,
- "custom_pending_reboot_notification_message_mac": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_auto_deferral_enabled": true,
- "custom_pending_reboot_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "secrets": { }
}, - "schedule_days": 254,
- "schedule_weeks_of_month": 62,
- "schedule_months": 8190,
- "schedule_time": "03:00",
- "notes": "Schedule regular updates to software that don’t require a reboot",
- "create_time": "2023-03-12T17:40:47+0000",
- "server_groups": [
- 155825,
- 156202
], - "server_count": 2,
- "status": "active",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": 9
}, - {
- "id": 615230,
- "uuid": "37c99a8b-4b77-478f-982e-6b32e5cd2e8b",
- "name": "Apply All Patches",
- "policy_type_name": "patch",
- "organization_id": 90125,
- "configuration": {
- "auto_patch": true,
- "patch_rule": "all",
- "auto_reboot": false,
- "filter_type": "all",
- "notify_user": false,
- "device_filters": [ ],
- "include_optional": false,
- "notify_reboot_user": true,
- "missed_patch_window": true,
- "use_scheduled_timezone": false,
- "install_deferral_enabled": true,
- "notify_deferred_reboot_user": true,
- "notify_user_message_timeout": 15,
- "custom_notification_max_delays": 3,
- "pending_reboot_deferral_enabled": true,
- "custom_notification_patch_message": "System Update: An important update will be installed.",
- "notify_user_auto_deferral_enabled": true,
- "custom_notification_reboot_message": "An important update will be installed; reboot may be required.",
- "custom_notification_deferment_periods": [
- 1,
- 2,
- 4
], - "custom_notification_patch_message_mac": "System Update: An important update will be installed.",
- "custom_notification_reboot_message_mac": "An important update will be installed; reboot may be required.",
- "custom_pending_reboot_notification_message": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_message_timeout": 15,
- "custom_pending_reboot_notification_max_delays": 6,
- "custom_pending_reboot_notification_message_mac": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_auto_deferral_enabled": true,
- "custom_pending_reboot_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "secrets": { }
}, - "schedule_days": 254,
- "schedule_weeks_of_month": 62,
- "schedule_months": 8190,
- "schedule_time": "03:00",
- "notes": "",
- "create_time": "2023-03-07T17:11:17+0000",
- "server_groups": [
- 155825,
- 156202,
- 182986
], - "server_count": 3,
- "status": "active",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": null
}, - {
- "id": 123456,
- "uuid": "5fda3de3-9794-4368-89ac-7a5ef3f69719",
- "name": "Apply Critical Patches",
- "policy_type_name": "patch",
- "organization_id": 90125,
- "configuration": {
- "filters": [ ],
- "auto_patch": true,
- "patch_rule": "filter",
- "auto_reboot": false,
- "filter_type": "severity",
- "notify_user": false,
- "device_filters": [ ],
- "advanced_filter": [ ],
- "severity_filter": [
- "high",
- "critical"
], - "include_optional": true,
- "notify_reboot_user": true,
- "missed_patch_window": true,
- "use_scheduled_timezone": false,
- "install_deferral_enabled": true,
- "notify_deferred_reboot_user": true,
- "notify_user_message_timeout": 15,
- "custom_notification_max_delays": 3,
- "pending_reboot_deferral_enabled": true,
- "custom_notification_patch_message": "System Update: An important update will be installed.",
- "notify_user_auto_deferral_enabled": true,
- "custom_notification_reboot_message": "An important update will be installed; reboot may be required.",
- "custom_notification_deferment_periods": [
- 1,
- 2,
- 4
], - "custom_notification_patch_message_mac": "System Update: An important update will be installed.",
- "custom_notification_reboot_message_mac": "An important update will be installed; reboot may be required.",
- "custom_pending_reboot_notification_message": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_message_timeout": 15,
- "custom_pending_reboot_notification_max_delays": 6,
- "custom_pending_reboot_notification_message_mac": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_auto_deferral_enabled": true,
- "custom_pending_reboot_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "secrets": { }
}, - "schedule_days": 254,
- "schedule_weeks_of_month": 62,
- "schedule_months": 8190,
- "schedule_time": "03:00",
- "notes": "",
- "create_time": "2023-03-07T17:11:17+0000",
- "server_groups": [
- 155825,
- 156203,
- 182986
], - "server_count": 5,
- "status": "active",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": null
}, - {
- "id": 987456,
- "uuid": "3c748a96-f3ca-4308-8fcf-623d0d2963c2",
- "name": "Apply Microsoft Office KB updates",
- "policy_type_name": "patch",
- "organization_id": 90125,
- "configuration": {
- "auto_patch": true,
- "patch_rule": "advanced",
- "auto_reboot": true,
- "filter_type": "all",
- "notify_user": false,
- "device_filters": [
- {
- "op": "in",
- "field": "os_family",
- "value": [
- "Windows"
]
}
], - "advanced_filter": [
- {
- "left": "patch-source",
- "right": "windowsupdate",
- "condition": "is"
}, - {
- "left": "display-name",
- "right": "Microsoft Office",
- "condition": "contains"
}
], - "evaluation_code": null,
- "include_optional": true,
- "remediation_code": null,
- "installation_code": null,
- "notify_reboot_user": false,
- "missed_patch_window": true,
- "device_filters_enabled": true,
- "use_scheduled_timezone": false,
- "install_deferral_enabled": false,
- "refresh_before_remediation": false,
- "notify_deferred_reboot_user": true,
- "notify_user_message_timeout": 15,
- "custom_notification_max_delays": 0,
- "pending_reboot_deferral_enabled": true,
- "custom_notification_patch_message": "System Update: An important update will be installed.",
- "notify_user_auto_deferral_enabled": true,
- "custom_notification_reboot_message": "An important update will be installed; reboot may be required.",
- "custom_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "custom_notification_patch_message_mac": "System Update: An important update will be installed.",
- "custom_notification_reboot_message_mac": "An important update will be installed; reboot may be required.",
- "custom_pending_reboot_notification_message": "Microsoft Office Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_message_timeout": 60,
- "custom_pending_reboot_notification_max_delays": 6,
- "custom_pending_reboot_notification_message_mac": "Microsoft Office Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_auto_deferral_enabled": true,
- "custom_pending_reboot_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "secrets": { }
}, - "schedule_days": 254,
- "schedule_weeks_of_month": 62,
- "schedule_months": 8190,
- "schedule_time": "17:00",
- "notes": "Ensure Microsoft Office softwares are secure and updated",
- "create_time": "2023-03-12T18:16:23+0000",
- "server_groups": [
- 156203,
- 182986
], - "server_count": 4,
- "status": "active",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": 6
}, - {
- "id": 246890,
- "uuid": "5fda3de3-9794-4368-89ac-7a5ef3f69719",
- "name": "Apply only Linux patches requiring reboot",
- "policy_type_name": "patch",
- "organization_id": 90125,
- "configuration": {
- "filters": [
- "*kernel-*",
- "*glibc-*",
- "*glibc.*",
- "*gnutls.*",
- "*systemd-*",
- "*dbus-*",
- "*-firmware-*"
], - "auto_patch": true,
- "patch_rule": "filter",
- "auto_reboot": false,
- "filter_type": "include",
- "notify_user": false,
- "device_filters": [
- {
- "op": "in",
- "field": "os_family",
- "value": [
- "Linux"
]
}
], - "advanced_filter": [ ],
- "evaluation_code": null,
- "severity_filter": [ ],
- "include_optional": false,
- "remediation_code": null,
- "installation_code": null,
- "notify_reboot_user": false,
- "missed_patch_window": true,
- "device_filters_enabled": true,
- "use_scheduled_timezone": false,
- "install_deferral_enabled": false,
- "refresh_before_remediation": false,
- "notify_deferred_reboot_user": false,
- "notify_user_message_timeout": 15,
- "custom_notification_max_delays": 0,
- "pending_reboot_deferral_enabled": true,
- "custom_notification_patch_message": "System Update: An important update will be installed.",
- "notify_user_auto_deferral_enabled": true,
- "custom_notification_reboot_message": "An important update will be installed; reboot may be required.",
- "custom_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "custom_notification_patch_message_mac": "System Update: An important update will be installed.",
- "custom_notification_reboot_message_mac": "An important update will be installed; reboot may be required.",
- "custom_pending_reboot_notification_message": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_message_timeout": 15,
- "custom_pending_reboot_notification_max_delays": 6,
- "custom_pending_reboot_notification_message_mac": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_auto_deferral_enabled": true,
- "custom_pending_reboot_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "secrets": { }
}, - "schedule_days": 254,
- "schedule_weeks_of_month": 62,
- "schedule_months": 8190,
- "schedule_time": "17:00",
- "notes": "Apply updates to Linux software packages that will require a reboot",
- "create_time": "2023-05-03T19:27:11+0000",
- "server_groups": [
- 155825,
- 156202
], - "server_count": 2,
- "status": "active",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": 11
}, - {
- "id": 254126,
- "uuid": "2b0f1e07-87bb-4bc8-9be5-7d00f7ed77fe",
- "name": "Apply security definitions updates",
- "policy_type_name": "patch",
- "organization_id": 90125,
- "configuration": {
- "filters": [
- "*KB915597*",
- "*KB2267602*",
- "*XProtectPlistConfigData*",
- "*Security Intelligence Update*",
- "*XProtectPayloads*",
- "*MRTConfigData*"
], - "auto_patch": true,
- "patch_rule": "filter",
- "auto_reboot": false,
- "filter_type": "include",
- "notify_user": false,
- "device_filters": [ ],
- "evaluation_code": null,
- "include_optional": false,
- "remediation_code": null,
- "installation_code": null,
- "notify_reboot_user": false,
- "missed_patch_window": true,
- "use_scheduled_timezone": false,
- "install_deferral_enabled": false,
- "refresh_before_remediation": false,
- "notify_deferred_reboot_user": false,
- "notify_user_message_timeout": 15,
- "custom_notification_max_delays": 0,
- "pending_reboot_deferral_enabled": true,
- "custom_notification_patch_message": "System Update: An important update will be installed.",
- "notify_user_auto_deferral_enabled": true,
- "custom_notification_reboot_message": "An important update will be installed; reboot may be required.",
- "custom_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "custom_notification_patch_message_mac": "System Update: An important update will be installed.",
- "custom_notification_reboot_message_mac": "An important update will be installed; reboot may be required.",
- "custom_pending_reboot_notification_message": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_message_timeout": 15,
- "custom_pending_reboot_notification_max_delays": 6,
- "custom_pending_reboot_notification_message_mac": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_auto_deferral_enabled": true,
- "custom_pending_reboot_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "secrets": { }
}, - "schedule_days": 254,
- "schedule_weeks_of_month": 62,
- "schedule_months": 8190,
- "schedule_time": "17:00",
- "notes": "Targeted update to keep the device OS secure",
- "create_time": "2023-03-12T17:40:17+0000",
- "server_groups": [
- 155825,
- 156202,
- 156203,
- 182986
], - "server_count": 6,
- "status": "active",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": 4
}, - {
- "id": 654321,
- "uuid": "ddf97719-f239-4485-9a22-eefdf88dfe79",
- "name": "Apply Windows servicing stack updates",
- "policy_type_name": "patch",
- "organization_id": 90125,
- "configuration": {
- "filters": [
- "*Servicing Stack*"
], - "auto_patch": true,
- "patch_rule": "filter",
- "auto_reboot": false,
- "filter_type": "include",
- "notify_user": false,
- "device_filters": [
- {
- "op": "in",
- "field": "os_family",
- "value": [
- "Windows"
]
}
], - "evaluation_code": null,
- "include_optional": false,
- "remediation_code": null,
- "installation_code": null,
- "notify_reboot_user": false,
- "missed_patch_window": true,
- "device_filters_enabled": true,
- "use_scheduled_timezone": false,
- "install_deferral_enabled": false,
- "refresh_before_remediation": false,
- "notify_deferred_reboot_user": false,
- "notify_user_message_timeout": 15,
- "custom_notification_max_delays": 0,
- "pending_reboot_deferral_enabled": true,
- "custom_notification_patch_message": "System Update: An important update will be installed.",
- "notify_user_auto_deferral_enabled": true,
- "custom_notification_reboot_message": "An important update will be installed; reboot may be required.",
- "custom_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "custom_notification_patch_message_mac": "System Update: An important update will be installed.",
- "custom_notification_reboot_message_mac": "An important update will be installed; reboot may be required.",
- "custom_pending_reboot_notification_message": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_message_timeout": 15,
- "custom_pending_reboot_notification_max_delays": 6,
- "custom_pending_reboot_notification_message_mac": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_auto_deferral_enabled": true,
- "custom_pending_reboot_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "secrets": { }
}, - "schedule_days": 254,
- "schedule_weeks_of_month": 62,
- "schedule_months": 8190,
- "schedule_time": "17:00",
- "notes": "Ensure core patching can execute by keeping your servicing stack up-to-date",
- "create_time": "2023-03-12T18:17:00+0000",
- "server_groups": [
- 156203,
- 182986
], - "server_count": 4,
- "status": "active",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": 7
}, - {
- "id": 304516,
- "uuid": "b0bc829e-db90-4756-b579-28be49b860cd",
- "name": "Install Notepad++",
- "policy_type_name": "required_software",
- "organization_id": 90125,
- "configuration": {
- "os_family": "Windows",
- "package_name": "npp.8.6.Installer.x64.exe",
- "device_filters": [ ],
- "evaluation_code": null,
- "package_version": "8.6",
- "remediation_code": null,
- "installation_code": "npp.8.6.installer.x64.exe",
- "use_scheduled_timezone": false,
- "refresh_before_remediation": false,
- "secrets": { }
}, - "schedule_days": 0,
- "schedule_weeks_of_month": 0,
- "schedule_months": 0,
- "schedule_time": "00:00",
- "notes": "",
- "create_time": "2023-11-28T18:26:32+0000",
- "server_groups": [ ],
- "server_count": 0,
- "status": "active",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": null
}, - {
- "id": 632598,
- "uuid": "1c41eb92-cabe-4765-85a7-f7770f496059",
- "name": "Keep browsers up-to-date",
- "policy_type_name": "patch",
- "organization_id": 90125,
- "configuration": {
- "filters": [
- "*google-chrome-stable*",
- "*Firefox*",
- "*Microsoft Edge*",
- "*Opera*",
- "*Google Chrome*",
- "*Safari*",
- "*Internet Explorer*"
], - "auto_patch": true,
- "patch_rule": "filter",
- "auto_reboot": false,
- "filter_type": "include",
- "notify_user": false,
- "device_filters": [ ],
- "evaluation_code": null,
- "include_optional": false,
- "remediation_code": null,
- "installation_code": null,
- "notify_reboot_user": false,
- "missed_patch_window": true,
- "use_scheduled_timezone": false,
- "install_deferral_enabled": false,
- "refresh_before_remediation": false,
- "notify_deferred_reboot_user": false,
- "notify_user_message_timeout": 15,
- "custom_notification_max_delays": 0,
- "pending_reboot_deferral_enabled": true,
- "custom_notification_patch_message": "System Update: An important update will be installed.",
- "notify_user_auto_deferral_enabled": true,
- "custom_notification_reboot_message": "An important update will be installed; reboot may be required.",
- "custom_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "custom_notification_patch_message_mac": "System Update: An important update will be installed.",
- "custom_notification_reboot_message_mac": "An important update will be installed; reboot may be required.",
- "custom_pending_reboot_notification_message": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_message_timeout": 15,
- "custom_pending_reboot_notification_max_delays": 6,
- "custom_pending_reboot_notification_message_mac": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_auto_deferral_enabled": true,
- "custom_pending_reboot_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "secrets": { }
}, - "schedule_days": 254,
- "schedule_weeks_of_month": 62,
- "schedule_months": 8190,
- "schedule_time": "17:00",
- "notes": "Ensure browsers are secure and updated",
- "create_time": "2023-03-12T17:38:45+0000",
- "server_groups": [
- 155825,
- 156202,
- 156203,
- 182986
], - "server_count": 6,
- "status": "active",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": 1
}, - {
- "id": 325640,
- "uuid": "92b14d78-d3a1-4cfc-afdc-00143c7bf46e",
- "name": "Manual Approval test",
- "policy_type_name": "patch",
- "organization_id": 90125,
- "configuration": {
- "secrets": { },
- "auto_patch": false,
- "patch_rule": "manual",
- "auto_reboot": true,
- "filter_type": "all",
- "notify_user": true,
- "device_filters": [ ],
- "evaluation_code": null,
- "include_optional": true,
- "remediation_code": null,
- "installation_code": null,
- "notify_reboot_user": true,
- "missed_patch_window": true,
- "use_scheduled_timezone": false,
- "install_deferral_enabled": true,
- "refresh_before_remediation": false,
- "notify_deferred_reboot_user": true,
- "notify_user_message_timeout": 15,
- "custom_notification_max_delays": 6,
- "pending_reboot_deferral_enabled": true,
- "custom_notification_patch_message": "System Update: An important update will be installed.",
- "notify_user_auto_deferral_enabled": true,
- "custom_notification_reboot_message": "An important update will be installed; a restart might be required.",
- "custom_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "custom_notification_patch_message_mac": "System Update: An important update will be installed.",
- "custom_notification_reboot_message_mac": "An important update will be installed; a restart might be required.",
- "custom_pending_reboot_notification_message": "Updates require restart: Please save your work.",
- "notify_deferred_reboot_user_message_timeout": 15,
- "custom_pending_reboot_notification_max_delays": 6,
- "custom_pending_reboot_notification_message_mac": "Updates require restart: Please save your work.",
- "notify_deferred_reboot_user_auto_deferral_enabled": true,
- "custom_pending_reboot_notification_deferment_periods": [
- 1,
- 4,
- 8
]
}, - "schedule_days": 254,
- "schedule_weeks_of_month": 62,
- "schedule_months": 8190,
- "schedule_time": "00:00",
- "notes": "",
- "create_time": "2023-10-24T15:19:33+0000",
- "server_groups": [
- 155825,
- 156202
], - "server_count": 2,
- "status": "inactive",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": null
}, - {
- "id": 247501,
- "uuid": "2e6c8c2f-15c1-424c-8033-e098087bf195",
- "name": "Patch recently released Windows updates",
- "policy_type_name": "patch",
- "organization_id": 90125,
- "configuration": {
- "filters": [ ],
- "auto_patch": true,
- "patch_rule": "advanced",
- "auto_reboot": true,
- "filter_type": "all",
- "notify_user": true,
- "device_filters": [
- {
- "op": "in",
- "field": "os_family",
- "value": [
- "Windows"
]
}
], - "advanced_filter": [
- {
- "left": "patch-source",
- "right": "windowsupdate",
- "condition": "is"
}, - {
- "left": "patch-days-old",
- "right": "7",
- "condition": "greater-than-or-equal-to"
}, - {
- "left": "display-name",
- "right": "Feature update to Windows 10",
- "condition": "does-not-contain"
}, - {
- "left": "display-name",
- "right": "Preview",
- "condition": "does-not-contain"
}
], - "evaluation_code": null,
- "severity_filter": [ ],
- "include_optional": false,
- "remediation_code": null,
- "installation_code": null,
- "notify_reboot_user": true,
- "missed_patch_window": true,
- "device_filters_enabled": true,
- "use_scheduled_timezone": false,
- "install_deferral_enabled": true,
- "refresh_before_remediation": false,
- "notify_deferred_reboot_user": true,
- "notify_user_message_timeout": 60,
- "custom_notification_max_delays": 6,
- "pending_reboot_deferral_enabled": true,
- "custom_notification_patch_message": "Automox System Update: An important update will be installed.",
- "notify_user_auto_deferral_enabled": true,
- "custom_notification_reboot_message": "An important update will be installed; reboot may be required.",
- "custom_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "custom_notification_patch_message_mac": "Automox System Update: An important update will be installed.",
- "custom_notification_reboot_message_mac": "An important update will be installed; reboot may be required.",
- "custom_pending_reboot_notification_message": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_message_timeout": 60,
- "custom_pending_reboot_notification_max_delays": 6,
- "custom_pending_reboot_notification_message_mac": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_auto_deferral_enabled": true,
- "custom_pending_reboot_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "secrets": { }
}, - "schedule_days": 254,
- "schedule_weeks_of_month": 62,
- "schedule_months": 8190,
- "schedule_time": "17:00",
- "notes": "Apply first-party updates 7 days after release date",
- "create_time": "2023-03-12T18:16:00+0000",
- "server_groups": [
- 156203,
- 182986
], - "server_count": 4,
- "status": "active",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": 5
}, - {
- "id": 270845,
- "uuid": "c1f37133-37fb-4400-86d2-7c2ce8fbd741",
- "name": "Patch third-party software not requiring user notifications",
- "policy_type_name": "patch",
- "organization_id": 90125,
- "configuration": {
- "filters": [
- "*Zoom Outlook Plugin*",
- "*The Unarchiver*",
- "*Oracle Java (JRE) 8*",
- "*Oracle Java (JRE) 7*",
- "*Oracle Java (JRE) 6*",
- "*Mozilla Thunderbird*",
- "*Mozilla SeaMonkey*",
- "*Microsoft Remote Desktop*",
- "*KeePass*",
- "*iTerm2*",
- "*Dropbox*",
- "*Box Drive*",
- "*BlueJeans*",
- "*7-Zip*",
- "*Adobe Flash Player 30 NPAPI*",
- "*Adobe Flash Player 29 NPAPI*",
- "*Adobe Flash Player 23 NPAPI*",
- "*Adobe Flash Player 21 NPAPI*",
- "*Adobe Flash Player 20 NPAPI*",
- "*Adobe Flash Player 13 ActiveX*",
- "*Cisco ASDM-IDM Launcher*",
- "*Cisco AnyConnect Secure Mobility Client*",
- "*Adobe Shockwave (32-bit)*",
- "*Adobe Flash Player 32 PPAPI\"*",
- "*Adobe Flash Player 32 NPAPI*",
- "*Adobe Flash Player 32 ActiveX*",
- "*java*"
], - "auto_patch": true,
- "patch_rule": "filter",
- "auto_reboot": false,
- "filter_type": "include",
- "notify_user": false,
- "device_filters": [ ],
- "evaluation_code": null,
- "include_optional": false,
- "remediation_code": null,
- "installation_code": null,
- "notify_reboot_user": false,
- "missed_patch_window": true,
- "device_filters_enabled": false,
- "use_scheduled_timezone": false,
- "install_deferral_enabled": false,
- "refresh_before_remediation": false,
- "notify_deferred_reboot_user": false,
- "notify_user_message_timeout": 15,
- "custom_notification_max_delays": 0,
- "pending_reboot_deferral_enabled": true,
- "custom_notification_patch_message": "System Update: An important update will be installed.",
- "notify_user_auto_deferral_enabled": true,
- "custom_notification_reboot_message": "An important update will be installed; reboot may be required.",
- "custom_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "custom_notification_patch_message_mac": "System Update: An important update will be installed.",
- "custom_notification_reboot_message_mac": "An important update will be installed; reboot may be required.",
- "custom_pending_reboot_notification_message": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_message_timeout": 15,
- "custom_pending_reboot_notification_max_delays": 6,
- "custom_pending_reboot_notification_message_mac": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_auto_deferral_enabled": true,
- "custom_pending_reboot_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "secrets": { }
}, - "schedule_days": 254,
- "schedule_weeks_of_month": 62,
- "schedule_months": 8190,
- "schedule_time": "17:00",
- "notes": "Schedule regular updates to software that don’t interrupt end users",
- "create_time": "2023-03-12T17:39:26+0000",
- "server_groups": [
- 155825,
- 156202,
- 156203,
- 182986
], - "server_count": 6,
- "status": "active",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": 2
}, - {
- "id": 653234,
- "uuid": "a1a2685d-10ed-482b-b174-f33c3e97069c",
- "name": "Patch third-party software requiring user notifications",
- "policy_type_name": "patch",
- "organization_id": 90125,
- "configuration": {
- "filters": [
- "*Adobe Reader (64-bit)*",
- "*Adobe Reader (32-bit)*",
- "*Adobe Refresh Manager*",
- "*Adobe Reader DC (32-bit)*",
- "*Adobe Acrobat DC*",
- "*Adobe Acrobat*",
- "*Adobe Acrobat DC (32-bit)*",
- "*Adobe Acrobat DC (64-bit)*",
- "*Adobe Acrobat Reader DC MUI*",
- "*Adobe Acrobat Reader (32-bit)*",
- "*Adobe Acrobat Reader DC*",
- "*Zoom*",
- "*XnView MP*",
- "*Wireshark*",
- "*WinRAR*",
- "*WinMerge*",
- "*VMware Workstation Player*",
- "*VMware Horizon*",
- "*Viscosity*",
- "*VirtualBox*",
- "*TigerVNC*",
- "*Tableau Reader*",
- "*Sublime Text 3*",
- "*Sublime Text*",
- "*Sequel Pro*",
- "*Royal TS*",
- "*Putty*",
- "*Parallels*",
- "*Notepad Plus Plus*",
- "*Notepad++*",
- "*Mozilla Firefox Developer*",
- "*MS Office 365*",
- "*Microsoft Skype*",
- "*Skype*",
- "*LibreOffice*",
- "*itunes*",
- "*Cyberduck*",
- "*Citrix Workspace*",
- "*Camtasia*",
- "*Atom*",
- "*Breevy*",
- "*Adobe Acrobat Pro DC*",
- "*Google Earth*",
- "*Office 365*",
- "*Google Drive*",
- "*SizeUp*",
- "*Slack*",
- "*OneDrive*"
], - "auto_patch": true,
- "patch_rule": "filter",
- "auto_reboot": false,
- "filter_type": "include",
- "notify_user": true,
- "device_filters": [ ],
- "evaluation_code": null,
- "include_optional": false,
- "remediation_code": null,
- "installation_code": null,
- "notify_reboot_user": false,
- "missed_patch_window": true,
- "device_filters_enabled": false,
- "use_scheduled_timezone": false,
- "install_deferral_enabled": true,
- "refresh_before_remediation": false,
- "notify_deferred_reboot_user": false,
- "notify_user_message_timeout": 60,
- "custom_notification_max_delays": 6,
- "pending_reboot_deferral_enabled": true,
- "custom_notification_patch_message": "3rd party apps will be patched. Save and close your work and then click install.",
- "notify_user_auto_deferral_enabled": true,
- "custom_notification_reboot_message": "An important update will be installed; reboot may be required.",
- "custom_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "custom_notification_patch_message_mac": "3rd party apps will be patched. Save your work and then click install.",
- "custom_notification_reboot_message_mac": "An important update will be installed; reboot may be required.",
- "custom_pending_reboot_notification_message": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_message_timeout": 60,
- "custom_pending_reboot_notification_max_delays": 6,
- "custom_pending_reboot_notification_message_mac": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_auto_deferral_enabled": true,
- "custom_pending_reboot_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "secrets": { }
}, - "schedule_days": 254,
- "schedule_weeks_of_month": 62,
- "schedule_months": 8190,
- "schedule_time": "17:00",
- "notes": "Apply updates to software that will interrupt end users",
- "create_time": "2023-03-12T17:39:54+0000",
- "server_groups": [
- 155825,
- 156202,
- 156203,
- 182986
], - "server_count": 6,
- "status": "active",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": 3
}, - {
- "id": 365214,
- "uuid": "1176ff29-4569-46c7-a3cc-ffc275422798",
- "name": "test",
- "policy_type_name": "custom",
- "organization_id": 90125,
- "configuration": {
- "secrets": {
- "test": {
- "id": "1086a559-9b33-4b3e-bb2d-78d0696dddfe"
}
}, - "os_family": "Windows",
- "auto_reboot": false,
- "device_filters": [ ],
- "evaluation_code": "exit 0",
- "remediation_code": "exit 0",
- "installation_code": null,
- "notify_reboot_user": true,
- "use_scheduled_timezone": false,
- "refresh_before_remediation": false,
- "notify_deferred_reboot_user": true,
- "custom_notification_max_delays": 0,
- "pending_reboot_deferral_enabled": true,
- "custom_pending_reboot_notification_message": "Updates require restart: Please save your work.",
- "notify_deferred_reboot_user_message_timeout": 15,
- "custom_pending_reboot_notification_max_delays": 3,
- "custom_pending_reboot_notification_message_mac": "Updates require restart: Please save your work.",
- "notify_deferred_reboot_user_auto_deferral_enabled": false,
- "custom_pending_reboot_notification_deferment_periods": [
- 1,
- 4,
- 8
]
}, - "schedule_days": 0,
- "schedule_weeks_of_month": 0,
- "schedule_months": 0,
- "schedule_time": "00:00",
- "notes": "",
- "create_time": "2023-12-01T18:52:18+0000",
- "server_groups": [ ],
- "server_count": 0,
- "status": "active",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": null
}, - {
- "id": 284315,
- "uuid": "0846e204-3151-424d-89c9-9eaa950aa489",
- "name": "Update all Linux software without restarting",
- "policy_type_name": "patch",
- "organization_id": 90125,
- "configuration": {
- "filters": [ ],
- "auto_patch": true,
- "patch_rule": "all",
- "auto_reboot": false,
- "filter_type": "all",
- "notify_user": false,
- "device_filters": [
- {
- "op": "in",
- "field": "os_family",
- "value": [
- "Linux"
]
}
], - "advanced_filter": [ ],
- "evaluation_code": null,
- "severity_filter": [ ],
- "include_optional": false,
- "remediation_code": null,
- "installation_code": null,
- "notify_reboot_user": false,
- "missed_patch_window": true,
- "device_filters_enabled": true,
- "use_scheduled_timezone": false,
- "install_deferral_enabled": false,
- "refresh_before_remediation": false,
- "notify_deferred_reboot_user": false,
- "notify_user_message_timeout": 60,
- "custom_notification_max_delays": 0,
- "pending_reboot_deferral_enabled": true,
- "custom_notification_patch_message": "Automox System Update: An important update will be installed.",
- "notify_user_auto_deferral_enabled": true,
- "custom_notification_reboot_message": "An important update will be installed; reboot may be required.",
- "custom_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "custom_notification_patch_message_mac": "Automox System Update: An important update will be installed.",
- "custom_notification_reboot_message_mac": "An important update will be installed; reboot may be required.",
- "custom_pending_reboot_notification_message": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_message_timeout": 15,
- "custom_pending_reboot_notification_max_delays": 6,
- "custom_pending_reboot_notification_message_mac": "Updates require reboot: Please save your work.",
- "notify_deferred_reboot_user_auto_deferral_enabled": true,
- "custom_pending_reboot_notification_deferment_periods": [
- 1,
- 4,
- 8
], - "secrets": { }
}, - "schedule_days": 254,
- "schedule_weeks_of_month": 62,
- "schedule_months": 8190,
- "schedule_time": "17:00",
- "notes": "Patch everything on Linux without restarting",
- "create_time": "2023-03-12T18:22:40+0000",
- "server_groups": [
- 155825,
- 156202
], - "server_count": 2,
- "status": "active",
- "community_worklet_id": null,
- "community_worklet_uuid": null,
- "policy_template_id": 10
}
]