2023-04-25 13:36:01 +00:00
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: team
|
|
|
|
|
spec:
|
|
|
|
|
team:
|
2024-01-22 16:00:02 +00:00
|
|
|
host_expiry_settings:
|
|
|
|
|
host_expiry_enabled: false
|
|
|
|
|
host_expiry_window: 0
|
2023-04-25 13:36:01 +00:00
|
|
|
features:
|
|
|
|
|
enable_host_users: false
|
|
|
|
|
enable_software_inventory: false
|
2024-03-13 15:05:46 +00:00
|
|
|
integrations:
|
|
|
|
|
google_calendar: null
|
2023-04-25 13:36:01 +00:00
|
|
|
mdm:
|
2023-10-06 22:04:33 +00:00
|
|
|
enable_disk_encryption: false
|
2023-04-25 13:36:01 +00:00
|
|
|
macos_settings:
|
|
|
|
|
custom_settings: null
|
|
|
|
|
macos_setup:
|
2023-04-26 21:09:21 +00:00
|
|
|
bootstrap_package: null
|
2023-05-10 20:22:08 +00:00
|
|
|
enable_end_user_authentication: false
|
2023-04-25 13:36:01 +00:00
|
|
|
macos_setup_assistant: null
|
2024-03-19 17:21:16 +00:00
|
|
|
enable_release_device_manually: false
|
2024-10-23 18:51:02 +00:00
|
|
|
script: null
|
|
|
|
|
software: null
|
2023-04-25 13:36:01 +00:00
|
|
|
macos_updates:
|
2023-06-06 18:31:33 +00:00
|
|
|
deadline: null
|
|
|
|
|
minimum_version: null
|
2024-07-24 17:34:23 +00:00
|
|
|
ios_updates:
|
|
|
|
|
deadline: null
|
|
|
|
|
minimum_version: null
|
|
|
|
|
ipados_updates:
|
|
|
|
|
deadline: null
|
|
|
|
|
minimum_version: null
|
2023-11-29 16:07:24 +00:00
|
|
|
windows_updates:
|
|
|
|
|
deadline_days: null
|
|
|
|
|
grace_period_days: null
|
2023-11-29 14:32:42 +00:00
|
|
|
windows_settings:
|
|
|
|
|
custom_settings: null
|
2023-10-10 22:00:45 +00:00
|
|
|
scripts: null
|
2024-06-11 18:20:32 +00:00
|
|
|
secrets: null
|
Enabling setting host status webhook at the team level via REST API and fleetctl apply/gitops. (#17186)
Enabling setting host status webhook at the team level via REST API and
fleetctl apply/gitops.
#14916
Example payload:
```json
{
"data": {
"days_unseen": 3,
"host_ids": [
10724,
10726,
10738,
10739,
10740,
10741,
10742,
10744,
10745,
10746,
10747,
10748,
10749
],
"team_id": 3,
"total_hosts": 15,
"unseen_hosts": 13
},
"text": "More than 86.67% of your hosts have not checked into Fleet for more than 3 days. You've been sent this message because the Host status webhook is enabled in your Fleet instance."
}
```
# Checklist for submitter
- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
2024-03-04 18:35:27 +00:00
|
|
|
webhook_settings:
|
|
|
|
|
host_status_webhook: null
|
2025-01-30 17:21:43 +00:00
|
|
|
failing_policies_webhook: null
|
2023-04-25 13:36:01 +00:00
|
|
|
name: tm1
|