From 9d7e2eda8720e4d69972b6d16574623ad2574cb8 Mon Sep 17 00:00:00 2001 From: Matteo Maiero Date: Thu, 28 Nov 2024 10:26:28 +0100 Subject: [PATCH] docs: Align bundle states description (#5591) (cherry picked from commit 44f4a823ed540db17886825aaa681c430041c73d) --- docs/references/rest-apis/rest-inventory-api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/references/rest-apis/rest-inventory-api.md b/docs/references/rest-apis/rest-inventory-api.md index 3150d48e017..7036eb25d10 100644 --- a/docs/references/rest-apis/rest-inventory-api.md +++ b/docs/references/rest-apis/rest-inventory-api.md @@ -272,10 +272,10 @@ ### Bundle States ``` -- `ACTIVE`: Container is running -- `INSTALLED`: Container is starting -- `UNINSTALLED`: Container has failed, or is stopped -- `UNKNOWN`: Container state can not be determined +- `ACTIVE`: Bundle is running +- `INSTALLED`: Bundle is starting +- `UNINSTALLED`: Bundle has failed, or is stopped +- `UNKNOWN`: Bundle state can not be determined ``` ### Container States