diff --git a/docs/Files/UI/Solution-Manager/Otto/Otto-Chatbot.md b/docs/Files/UI/Solution-Manager/Otto/Otto-Chatbot.md index 5201522..f827f4b 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) + - [Summarize Schedule Build](./Skills/Skill-Summarize-Schedule-Build.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) diff --git a/docs/Files/UI/Solution-Manager/Otto/Skills/Skill-Summarize-Schedule-Build.md b/docs/Files/UI/Solution-Manager/Otto/Skills/Skill-Summarize-Schedule-Build.md new file mode 100644 index 0000000..6c4ef5c --- /dev/null +++ b/docs/Files/UI/Solution-Manager/Otto/Skills/Skill-Summarize-Schedule-Build.md @@ -0,0 +1,27 @@ +--- +lang: en-us +title: Otto Skill - Summarize Schedule Build +viewport: width=device-width, initial-scale=1.0 +--- + +# Summarize Schedule Build + +The **Summarize Schedule Build** skill allows you to view a summary of the schedule build log for a specified schedule and date. This can help in understanding the status and any issues related to the schedule build. A link to view the log file details is provided. + +## Skill Details + +### Parameters + +The **Summarize Schedule Build** skill requires the following parameters: + +- **Date**: The date on which the specified schedule is set to run. +- **Schedule Name**: The name of the daily schedule. + +### Notes + +1. The schedule name must be valid and exist in the system. +2. The date must be the date on which the schedule is set to run. + +## Example + +`Summarize the schedule build for the SMAUtility schedule on 2024-10-31` diff --git a/sidebars.js b/sidebars.js index 3882c12..0bc7559 100644 --- a/sidebars.js +++ b/sidebars.js @@ -823,6 +823,7 @@ module.exports = { "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-Summarize-Schedule-Build", "Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Job-Status", "Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Machine-Status", "Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Schedule-Status",