Skip to content

Commit ed2253b

Browse files
hblake316Heather Blakerweesner
authored
opcon-25132: add documentation for Otto skill to summarize a schedule build log. (#320)
Co-authored-by: Heather Blake <[email protected]> Co-authored-by: rweesner <[email protected]>
1 parent cd43a0f commit ed2253b

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

docs/Files/UI/Solution-Manager/Otto/Otto-Chatbot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Otto has the following features:
5656
- [Get Failed Daily Schedules](./Skills/Skill-Get-Failed-Schedules.md)
5757
- [Perform a Fast Schedule Check](./Skills/Skill-Perform-A-Fast-Schedule-Check.md)
5858
- [Restart Failed Jobs](./Skills/Skill-Restart-Failed-Jobs.md)
59+
- [Summarize Schedule Build](./Skills/Skill-Summarize-Schedule-Build.md)
5960
- [Retrieve Application Log](./Skills/Skill-Retrieve-Application-Log.md)
6061
- [Update a Job Status](./Skills/Skill-Update-Job-Status.md)
6162
- [Update a Machine Status](./Skills/Skill-Update-Machine-Status.md)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
lang: en-us
3+
title: Otto Skill - Summarize Schedule Build
4+
viewport: width=device-width, initial-scale=1.0
5+
---
6+
7+
# Summarize Schedule Build
8+
9+
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.
10+
11+
## Skill Details
12+
13+
### Parameters
14+
15+
The **Summarize Schedule Build** skill requires the following parameters:
16+
17+
- **Date**: The date on which the specified schedule is set to run.
18+
- **Schedule Name**: The name of the daily schedule.
19+
20+
### Notes
21+
22+
1. The schedule name must be valid and exist in the system.
23+
2. The date must be the date on which the schedule is set to run.
24+
25+
## Example
26+
27+
`Summarize the schedule build for the SMAUtility schedule on 2024-10-31`

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ module.exports = {
823823
"Files/UI/Solution-Manager/Otto/Skills/Skill-Perform-A-Fast-Schedule-Check",
824824
"Files/UI/Solution-Manager/Otto/Skills/Skill-Retrieve-Application-Log",
825825
"Files/UI/Solution-Manager/Otto/Skills/Skill-Restart-Failed-Jobs",
826+
"Files/UI/Solution-Manager/Otto/Skills/Skill-Summarize-Schedule-Build",
826827
"Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Job-Status",
827828
"Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Machine-Status",
828829
"Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Schedule-Status",

0 commit comments

Comments
 (0)