Skip to content

Commit

Permalink
Add applied_spec_software for YAML software updates
Browse files Browse the repository at this point in the history
Referencing #24469
  • Loading branch information
eugkuo authored Dec 19, 2024
1 parent dd5cbf6 commit 27e681f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/Contributing/Audit-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,24 @@ This activity contains the following fields:
}
```

## applied_spec_software

Generated when a user edits the software of a team (or no team) via the fleetctl CLI.
This activity contains the following fields:

This activity contains the following fields:
- "team_id": The ID of the team that the software applies to, null if they apply to devices that are not in a team.
- "team_name": The name of the team that the software applies to, null if they apply to devices that are not in a team.

#### Example

```json
{
"team_id": 123,
"team_name": "Workstations"
}
```

## enabled_vpp

Generated when VPP features are enabled in Fleet.
Expand Down

0 comments on commit 27e681f

Please sign in to comment.