Skip to content

Commit

Permalink
Update rest-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-lisica authored Oct 2, 2024
1 parent f6e34d1 commit 8b5289d
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,17 +487,17 @@ for pagination. For a comprehensive list of activity types and detailed informat
{
"created_at": "2023-07-27T14:35:08Z",
"id": 25,
"actor_full_name": "Anna Chao",
"actor_id": 3,
"actor_full_name": "Fleet",
"actor_gravatar": "",
"actor_email": "",
"type": "uninstalled_software",
"type": "installed_software",
"fleet_initiated": "true", // If Fleet installed software via policy automation
"details": {
"host_id": 1,
"host_display_name": "Marko's MacBook Pro",
"software_title": "Adobe Acrobat.app",
"script_execution_id": "eeeddb94-52d3-4071-8b18-7322cd382abb",
"status": "failed"
"install_uuid": "eeeddb94-52d3-4071-8b18-7322cd382abb",
"status": "installed"
}
},
{
Expand All @@ -508,6 +508,7 @@ for pagination. For a comprehensive list of activity types and detailed informat
"actor_gravatar": "",
"actor_email": "name@example.com",
"type": "live_query",
"fleet_initiated": "false",
"details": {
"targets_count": 231
}
Expand All @@ -520,6 +521,7 @@ for pagination. For a comprehensive list of activity types and detailed informat
"actor_gravatar": "",
"actor_email": "name@example.com",
"type": "deleted_multiple_saved_query",
"fleet_initiated": "false",
"details": {
"query_ids": [
2,
Expand All @@ -536,6 +538,7 @@ for pagination. For a comprehensive list of activity types and detailed informat
"actor_gravatar": "",
"actor_email": "name@example.com",
"type": "created_team",
"fleet_initiated": "false",
"details": {
"team_id": 3,
"team_name": "Oranges"
Expand All @@ -549,6 +552,7 @@ for pagination. For a comprehensive list of activity types and detailed informat
"actor_gravatar": "",
"actor_email": "name@example.com",
"type": "created_team",
"fleet_initiated": "false",
"details": {
"team_id": 2,
"team_name": "Apples"
Expand All @@ -562,6 +566,7 @@ for pagination. For a comprehensive list of activity types and detailed informat
"actor_gravatar": "",
"actor_email": "name@example.com",
"type": "created_pack",
"fleet_initiated": "false",
"details": {
"pack_id": 2,
"pack_name": "New pack"
Expand All @@ -575,6 +580,7 @@ for pagination. For a comprehensive list of activity types and detailed informat
"actor_gravatar": "",
"actor_email": "name@example.com",
"type": "live_query",
"fleet_initiated": "false",
"details": {
"targets_count": 14
}
Expand All @@ -587,6 +593,7 @@ for pagination. For a comprehensive list of activity types and detailed informat
"actor_gravatar": "",
"actor_email": "name@example.com",
"type": "live_query",
"fleet_initiated": "false",
"details": {
"targets_count": 14
}
Expand All @@ -599,6 +606,7 @@ for pagination. For a comprehensive list of activity types and detailed informat
"actor_gravatar": "",
"actor_email": "name@example.com",
"type": "live_query",
"fleet_initiated": "false",
"details": {
"target_counts": 1
}
Expand All @@ -611,6 +619,7 @@ for pagination. For a comprehensive list of activity types and detailed informat
"actor_gravatar": "",
"actor_email": "name@example.com",
"type": "live_query",
"fleet_initiated": "false",
"details": {
"target_counts": 14
}
Expand All @@ -623,6 +632,7 @@ for pagination. For a comprehensive list of activity types and detailed informat
"actor_gravatar": "",
"actor_email": "name@example.com",
"type": "live_query",
"fleet_initiated": "false",
"details": {
"target_counts": 14
}
Expand Down

0 comments on commit 8b5289d

Please sign in to comment.