Skip to content

[Update] Linode Schema Status for Maintenance Mode #215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 9, 2020
Merged
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
5 changes: 3 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14849,8 +14849,8 @@ components:
type: string
description: >
A brief description of this Linode's current state. This field may change without
direct action from you. For instance, the status will change to "running"
when the boot process completes.
direct action from you. For example, when a Linode goes into maintenance mode
its status will display "stopped".
example: running
readOnly: true
enum:
Expand All @@ -14865,6 +14865,7 @@ components:
- rebuilding
- cloning
- restoring
- stopped
x-linode-cli-display: 7
x-linode-cli-color:
running: green
Expand Down