This commit is contained in:
Ian Littman 2025-04-28 10:08:30 -05:00 committed by GitHub
parent 37adfd4535
commit 94b3761bfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1706,7 +1706,6 @@ This activity contains the following fields:
Generated when upcoming activity `installed_software` is canceled.
This activity contains the following fields:
- "host_id": ID of the host.
- "host_display_name": Display name of the host.
@ -1717,10 +1716,10 @@ This activity contains the following fields:
```json
{
"host_id": 123,
"host_display_name": "Marko's MacBook Pro",
"software_title": "Adobe Acrobat.app",
"software_title_id": 12334
"host_id": 1,
"host_display_name": "Anna's MacBook Pro",
"software_title": "Adobe Acrobat.app",
"software_title_id": 12334
}
```
@ -1738,16 +1737,16 @@ This activity contains the following fields:
```json
{
"host_id": 123,
"host_display_name": "Marko's MacBook Pro",
"software_title": "Adobe Acrobat.app",
"software_title_id": 12334
"host_id": 1,
"host_display_name": "Anna's MacBook Pro",
"software_title": "Adobe Acrobat.app",
"software_title_id": 12334
}
```
## canceled_install_app_store_app
Generated when upcoming activity `installed_app_store_app` is canceled.
Generated when upcoming activity `installed_app_store_app` is canceled.
This activity contains the following fields:
- "host_id": ID of the host.
@ -1759,13 +1758,14 @@ This activity contains the following fields:
```json
{
"host_id": 123,
"host_display_name": "Anna's MacBook Pro",
"software_title": "Adobe Acrobat.app",
"software_title_id": 12334
"host_id": 123,
"host_display_name": "Anna's MacBook Pro",
"software_title": "Adobe Acrobat.app",
"software_title_id": 12334
}
```
<meta name="title" value="Audit logs">
<meta name="pageOrderInSection" value="1400">
<meta name="description" value="Learn how Fleet logs administrative actions in JSON format.">