Browse Source

[DOCS] Fix SLM status response (#78584)

The get SLM status API will only return one of three statuses: `RUNNING`, `STOPPING`, or `STOPPED`.

This corrects the docs to remove the `STARTED` status and document the `RUNNING` status.

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
Stef Nestor 4 years ago
parent
commit
e0cb0beb73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/slm/apis/slm-get-status.asciidoc

+ 1 - 1
docs/reference/slm/apis/slm-get-status.asciidoc

@@ -20,7 +20,7 @@ Retrieves the status of {slm} ({slm-init}).
 
 Returns the status of the {slm-init} plugin. 
 The `operation_mode` field in the response shows one of three states: 
-`STARTED`, `STOPPING`, or `STOPPED`. 
+`RUNNING`, `STOPPING`, or `STOPPED`. 
 You halt and restart the {slm-init} plugin with the
 <<slm-api-stop, stop>> and <<slm-api-start, start>>  APIs.