diff --git a/docs/Files/UI/Solution-Manager/Otto/Otto-Chatbot.md b/docs/Files/UI/Solution-Manager/Otto/Otto-Chatbot.md index 4a43292..5201522 100644 --- a/docs/Files/UI/Solution-Manager/Otto/Otto-Chatbot.md +++ b/docs/Files/UI/Solution-Manager/Otto/Otto-Chatbot.md @@ -56,6 +56,7 @@ Otto has the following features: - [Get Failed Daily Schedules](./Skills/Skill-Get-Failed-Schedules.md) - [Perform a Fast Schedule Check](./Skills/Skill-Perform-A-Fast-Schedule-Check.md) - [Restart Failed Jobs](./Skills/Skill-Restart-Failed-Jobs.md) + - [Retrieve Application Log](./Skills/Skill-Retrieve-Application-Log.md) - [Update a Job Status](./Skills/Skill-Update-Job-Status.md) - [Update a Machine Status](./Skills/Skill-Update-Machine-Status.md) - [Update a Schedule Status](./Skills/Skill-Update-Schedule-Status.md) diff --git a/docs/Files/UI/Solution-Manager/Otto/Skills/Skill-Retrieve-Application-Log.md b/docs/Files/UI/Solution-Manager/Otto/Skills/Skill-Retrieve-Application-Log.md new file mode 100644 index 0000000..ba05466 --- /dev/null +++ b/docs/Files/UI/Solution-Manager/Otto/Skills/Skill-Retrieve-Application-Log.md @@ -0,0 +1,23 @@ +--- +lang: en-us +title: Otto Skill - Retrieve Application Log +viewport: width=device-width, initial-scale=1.0 +--- + +# Retrieve Application Log + +The **Retrieve Application Log** skill allows you to perform an action to check and get the application log for a specified file name. + +## Skill Details + +### Parameters + +The **Retrieve Application Log** skill requires the following parameters: + +- **Log File Name**: The name of the application log file retrieve. + +## Example + +`Retrieve application log for SMAOpConRestApi` + +`Please get the application log with name SMAOpConRestApi.` diff --git a/sidebars.js b/sidebars.js index 4e03ab7..3882c12 100644 --- a/sidebars.js +++ b/sidebars.js @@ -821,6 +821,7 @@ module.exports = { "Files/UI/Solution-Manager/Otto/Skills/Skill-Get-Failed-Jobs", "Files/UI/Solution-Manager/Otto/Skills/Skill-Get-Failed-Schedules", "Files/UI/Solution-Manager/Otto/Skills/Skill-Perform-A-Fast-Schedule-Check", + "Files/UI/Solution-Manager/Otto/Skills/Skill-Retrieve-Application-Log", "Files/UI/Solution-Manager/Otto/Skills/Skill-Restart-Failed-Jobs", "Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Job-Status", "Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Machine-Status", @@ -910,4 +911,4 @@ module.exports = { href: "https://help.smatechnologies.com/opcon/core/api/24-2.html", }, ], -} +};