From bd35200bf2236110fa7e5c125d6368ae9528c901 Mon Sep 17 00:00:00 2001 From: Ron Saito Date: Wed, 31 Jul 2024 12:30:16 -0600 Subject: [PATCH] US67668:implement processing for service-defined for post-imaging (#125) --- v1/api/swagger/components/schemas/HostSubstate.yaml | 6 ++++-- v1/html/index.html | 2 +- v1/pkg/client/api/openapi.yaml | 6 ++++-- v1/pkg/client/model_host_substate.go | 6 ++++-- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/v1/api/swagger/components/schemas/HostSubstate.yaml b/v1/api/swagger/components/schemas/HostSubstate.yaml index 27f46a67..9c79a6e2 100644 --- a/v1/api/swagger/components/schemas/HostSubstate.yaml +++ b/v1/api/swagger/components/schemas/HostSubstate.yaml @@ -19,12 +19,14 @@ enum: - Detach Volumes - Failed - In Maintenance - - In OS Prep + - In Imaging Prep + - In Imaging Complete - Init - Init Attach Volumes - Init Detach Volumes - Init Maintenance - - Init OS Prep + - Init Imaging Prep + - Init Imaging Complete - Init Off - Isolate - Power Off diff --git a/v1/html/index.html b/v1/html/index.html index 5db8b33f..6e8e3b3d 100644 --- a/v1/html/index.html +++ b/v1/html/index.html @@ -3047,7 +3047,7 @@

Option 2: Getting the token directly from UI

Response samples

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