Skip to content

Commit

Permalink
docs: Align bundle states description (#5591)
Browse files Browse the repository at this point in the history
  • Loading branch information
MMaiero authored Nov 28, 2024
1 parent dfd6b4a commit 44f4a82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/references/rest-apis/rest-inventory-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44f4a82

Please sign in to comment.