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
|[POST](#post-local-user-defined-artifacts)| /v2/local/modules/user-defined/artifacts | Upload a custom module artifact to a node |
19
-
|[DELETE](#delete-user-defined-module)| /v2/modules/user-defined/<uid> | Delete a custom module object from the CCS|
19
+
|[DELETE](#delete-user-defined-module)| /v2/modules/user-defined/<uid> | Delete a custom module configuration|
20
20
|[DELETE](#delete-local-user-defined-artifacts)| /v2/local/modules/user-defined/artifacts/<module_name>/<version> | Delete a custom module artifact from a node |
21
21
22
22
## List custom module artifacts {#get-local-user-defined-artifacts}
@@ -73,13 +73,13 @@ Returns a JSON array of custom module artifacts.
73
73
|------|-------------|
74
74
|[200 OK](https://www.rfc-editor.org/rfc/rfc9110.html#name-200-ok)| Success, returns list of artifacts |
Creates a module object in the CCS. After calling this endpoint, you still need to upload the module's `.so` file to each node by calling [`POST /v2/local/modules/user-defined/artifacts`](#post-local-user-defined-artifacts) on each node.
82
+
Creates a module object in the cluster configuration store (CCS). After calling this endpoint, you still need to upload the module's `.so` file to each node by calling [`POST /v2/local/modules/user-defined/artifacts`](#post-local-user-defined-artifacts) on each node.
83
83
84
84
#### Permissions
85
85
@@ -212,7 +212,7 @@ Returns a status code to indicate upload success or failure.
212
212
DELETE /v2/modules/user-defined/{string: uid}
213
213
```
214
214
215
-
Delete a module object from the CCS. This REST API request does not delete the module artifact from the nodes, so you also need to call [`DELETE /v2/local/modules/user-defined/artifacts/<module_name>/<version>`](#delete-local-user-defined-artifacts) on each node.
215
+
Delete a module object from the cluster configuration store (CCS). This REST API request does not delete the module artifact from the nodes, so you also need to call [`DELETE /v2/local/modules/user-defined/artifacts/<module_name>/<version>`](#delete-local-user-defined-artifacts) on each node.
0 commit comments