You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/references/rest-api/requests/cluster/actions.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,8 @@ Returns a JSON array of [action objects]({{< relref "/operate/rs/references/rest
58
58
59
59
| Code | Description |
60
60
|------|-------------|
61
-
|[200 OK](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1)| No error, response provides info about an ongoing action. |
62
-
|[404 Not Found](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5)| Action does not exist (i.e. not currently running and no available status of last run). |
61
+
|[200 OK](https://www.rfc-editor.org/rfc/rfc9110.html#name-200-ok)| No error, response provides info about an ongoing action. |
62
+
|[404 Not Found](https://www.rfc-editor.org/rfc/rfc9110.html#name-404-not-found)| Action does not exist (i.e. not currently running and no available status of last run). |
63
63
64
64
## Get cluster action {#get-cluster-action}
65
65
@@ -103,8 +103,8 @@ Returns an [action object]({{< relref "/operate/rs/references/rest-api/objects/a
103
103
104
104
| Code | Description |
105
105
|------|-------------|
106
-
|[200 OK](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1)| No error, response provides info about an ongoing action. |
107
-
|[404 Not Found](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5)| Action does not exist (i.e. not currently running and no available status of last run). |
106
+
|[200 OK](https://www.rfc-editor.org/rfc/rfc9110.html#name-200-ok)| No error, response provides info about an ongoing action. |
107
+
|[404 Not Found](https://www.rfc-editor.org/rfc/rfc9110.html#name-404-not-found)| Action does not exist (i.e. not currently running and no available status of last run). |
0 commit comments