From 6fba7823fe8cbdda875c4521472e66d4a2b56cff Mon Sep 17 00:00:00 2001 From: Mike Zeller Date: Mon, 16 Dec 2024 20:26:08 +0000 Subject: [PATCH] included openapi changes Created using spr 1.3.6-beta.1 --- openapi/sled-agent.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/openapi/sled-agent.json b/openapi/sled-agent.json index b97fafa3bf..7c978043d0 100644 --- a/openapi/sled-agent.json +++ b/openapi/sled-agent.json @@ -754,6 +754,33 @@ } } }, + "/support/pfiles-info": { + "get": { + "operationId": "support_pfiles_info", + "responses": { + "200": { + "description": "successful operation", + "content": { + "application/json": { + "schema": { + "title": "Array_of_SledDiagnosticsQueryOutput", + "type": "array", + "items": { + "$ref": "#/components/schemas/SledDiagnosticsQueryOutput" + } + } + } + } + }, + "4XX": { + "$ref": "#/components/responses/Error" + }, + "5XX": { + "$ref": "#/components/responses/Error" + } + } + } + }, "/support/pstack-info": { "get": { "operationId": "support_pstack_info",