From fa33f79632c5c21e9afae3914b0e1d165bc0900f Mon Sep 17 00:00:00 2001 From: Ron Saito Date: Thu, 9 Jan 2025 18:45:04 +0000 Subject: [PATCH] PCCM-100748: Implement host offline state (#142) --- v1/api/swagger/components/schemas/HostState.yaml | 1 + v1/html/index.html | 2 +- v1/pkg/client/api/openapi.yaml | 1 + v1/pkg/client/model_host_state.go | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/v1/api/swagger/components/schemas/HostState.yaml b/v1/api/swagger/components/schemas/HostState.yaml index 2cc1b2c..fb89a5d 100644 --- a/v1/api/swagger/components/schemas/HostState.yaml +++ b/v1/api/swagger/components/schemas/HostState.yaml @@ -12,6 +12,7 @@ enum: - Connecting - Booting - Ready + - Offline - Reimaging Prep - Replacing - Releasing diff --git a/v1/html/index.html b/v1/html/index.html index ca67b32..407d484 100644 --- a/v1/html/index.html +++ b/v1/html/index.html @@ -3058,7 +3058,7 @@

Option 2: Getting the token directly from UI

Response samples

Content type
application/json
{
  • "message": "string",
  • "details": "string"
}