You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/solutions/security/plugins/security_solution/common/api/endpoint/actions/file_download/file_download.schema.yaml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,11 @@ paths:
7
7
get:
8
8
summary: Download a file
9
9
operationId: EndpointFileDownload
10
-
description: Download a file from an endpoint.
10
+
description: |
11
+
Download a file from an endpoint.
12
+
> info
13
+
> To construct a `file_id`, combine the `action_id` and `agent_id` values using a dot separator:
Copy file name to clipboardExpand all lines: x-pack/solutions/security/plugins/security_solution/common/api/endpoint/actions/file_info/file_info.schema.yaml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,11 @@ paths:
7
7
get:
8
8
summary: Get file information
9
9
operationId: EndpointFileInfo
10
-
description: Get information for the specified file using the file ID.
10
+
description: |
11
+
Get information for the specified file using the file ID.
12
+
> info
13
+
> To construct a `file_id`, combine the `action_id` and `agent_id` values using a dot separator:
Copy file name to clipboardExpand all lines: x-pack/solutions/security/plugins/security_solution/docs/openapi/ess/security_solution_endpoint_management_api_2023_10_31.bundled.schema.yaml
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,15 @@ paths:
123
123
- Security Endpoint Management API
124
124
/api/endpoint/action/{action_id}/file/{file_id}:
125
125
get:
126
-
description: Get information for the specified file using the file ID.
126
+
description: >
127
+
Get information for the specified file using the file ID.
128
+
129
+
> info
130
+
131
+
> To construct a `file_id`, combine the `action_id` and `agent_id`
Copy file name to clipboardExpand all lines: x-pack/solutions/security/plugins/security_solution/docs/openapi/serverless/security_solution_endpoint_management_api_2023_10_31.bundled.schema.yaml
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,15 @@ paths:
123
123
- Security Endpoint Management API
124
124
/api/endpoint/action/{action_id}/file/{file_id}:
125
125
get:
126
-
description: Get information for the specified file using the file ID.
126
+
description: >
127
+
Get information for the specified file using the file ID.
128
+
129
+
> info
130
+
131
+
> To construct a `file_id`, combine the `action_id` and `agent_id`
0 commit comments