fleet/cmd/fleetctl/testdata
Victor Lyuboslavsky 592a7450e3
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 12:35:27 -06:00
..
gitops Enabling setting host status webhook at the team level via REST API and fleetctl apply/gitops. (#17186) 2024-03-04 12:35:27 -06:00
convert_input.conf Update fleetctl convert for schedulable queries (#13125) 2023-08-08 10:39:20 -07:00
convert_output.yml Save Query Results to DB (#14335) 2023-10-10 09:44:03 -03:00
expectedGetConfigAppConfigJson.json feat: add option to disable scripts (#15815) 2024-01-03 10:42:08 -05:00
expectedGetConfigAppConfigYaml.yml feat: add option to disable scripts (#15815) 2024-01-03 10:42:08 -05:00
expectedGetConfigIncludeServerConfigJson.json feat: add option to disable scripts (#15815) 2024-01-03 10:42:08 -05:00
expectedGetConfigIncludeServerConfigYaml.yml feat: add option to disable scripts (#15815) 2024-01-03 10:42:08 -05:00
expectedGetTeamsJson.json Enabling setting host status webhook at the team level via REST API and fleetctl apply/gitops. (#17186) 2024-03-04 12:35:27 -06:00
expectedGetTeamsText.txt Add disk_encryption option to config and team YAML (#10185) 2023-02-28 15:34:46 -05:00
expectedGetTeamsYaml.yml Enabling setting host status webhook at the team level via REST API and fleetctl apply/gitops. (#17186) 2024-03-04 12:35:27 -06:00
expectedHostDetailResponseJson.json Surface MDM devices where DEP assignment failed (#16973) 2024-03-01 10:52:19 -06:00
expectedHostDetailResponseYaml.yml Surface MDM devices where DEP assignment failed (#16973) 2024-03-01 10:52:19 -06:00
expectedListHostsJson.json Surface MDM devices where DEP assignment failed (#16973) 2024-03-01 10:52:19 -06:00
expectedListHostsMDM.json Surface MDM devices where DEP assignment failed (#16973) 2024-03-01 10:52:19 -06:00
expectedListHostsYaml.yml Surface MDM devices where DEP assignment failed (#16973) 2024-03-01 10:52:19 -06:00
macosSetupExpectedAppConfigEmpty.yml feat: add option to disable scripts (#15815) 2024-01-03 10:42:08 -05:00
macosSetupExpectedAppConfigSet.yml feat: add option to disable scripts (#15815) 2024-01-03 10:42:08 -05:00
macosSetupExpectedTeam1And2Empty.yml Enabling setting host status webhook at the team level via REST API and fleetctl apply/gitops. (#17186) 2024-03-04 12:35:27 -06:00
macosSetupExpectedTeam1And2Set.yml Enabling setting host status webhook at the team level via REST API and fleetctl apply/gitops. (#17186) 2024-03-04 12:35:27 -06:00
macosSetupExpectedTeam1Empty.yml Enabling setting host status webhook at the team level via REST API and fleetctl apply/gitops. (#17186) 2024-03-04 12:35:27 -06:00