Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
type: object
description: >
An object used to define scheduled tasks such as a manual headroom update.
An object used to define scheduled tasks such as a manual headroom update or a VNG-level shutdown window.
title: Ocean Scheduling
properties:
shutdownHours:
type: object
description: >
An object used to specify times that the nodes in the virtual node group will be taken down.
properties:
isEnabled:
type: boolean
description: >
Flag to enable or disable the shutdown hours mechanism. When False, the mechanism is
deactivated, and the virtual node group remains in its current state.
example: true
timeWindows:
type: array
required: true
description: >
The times that the shutdown hours will apply.
items:
type: string
example:
- "Mon:00:30-Mon:23:00"
- "Tue:06:30-Tue:23:00"
tasks:
type: array
items:
Expand Down
Loading