Skip to content

#27457 API design #28272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ Returns a list of the activities that have been performed in Fleet. For a compre
"actor_id": 3,
"actor_gravatar": "",
"actor_email": "",
"actor_api_only": false,
"type": "installed_software",
"fleet_initiated": false,
"details": {
Expand All @@ -529,6 +530,7 @@ Returns a list of the activities that have been performed in Fleet. For a compre
"actor_id": 1,
"actor_gravatar": "",
"actor_email": "[email protected]",
"actor_api_only": false,
"type": "created_team",
"fleet_initiated": false,
"details": {
Expand Down Expand Up @@ -4539,6 +4541,7 @@ To wipe a macOS, iOS, iPadOS, or Windows host, the host must have MDM turned on.
"actor_id": 12,
"actor_gravatar": "",
"actor_email": "[email protected]",
"actor_api_only": false,
"type": "installed_software",
"fleet_initiated": false,
"details": {
Expand All @@ -4560,6 +4563,7 @@ To wipe a macOS, iOS, iPadOS, or Windows host, the host must have MDM turned on.
"actor_id": 12,
"actor_gravatar": "",
"actor_email": "[email protected]",
"actor_api_only": false,
"type": "ran_script",
"fleet_initiated": true,
"details": {
Expand Down Expand Up @@ -4609,6 +4613,7 @@ To wipe a macOS, iOS, iPadOS, or Windows host, the host must have MDM turned on.
"actor_id": 12,
"actor_gravatar": "",
"actor_email": "[email protected]",
"actor_api_only": false,
"type": "installed_software",
"fleet_initiated": false,
"details": {
Expand All @@ -4630,6 +4635,7 @@ To wipe a macOS, iOS, iPadOS, or Windows host, the host must have MDM turned on.
"actor_id": 1,
"actor_gravatar": "",
"actor_email": "[email protected]",
"actor_api_only": false,
"type": "ran_script",
"fleet_initiated": false,
"details": {
Expand All @@ -4647,6 +4653,7 @@ To wipe a macOS, iOS, iPadOS, or Windows host, the host must have MDM turned on.
"actor_id": 1,
"actor_gravatar": "",
"actor_email": "[email protected]",
"actor_api_only": false,
"type": "ran_script",
"fleet_initiated": false,
"details": {
Expand Down
Loading