Security API
- reference
Only the Full Administrator can use REST API commands to manage certificates.
HTTP method | URI path | Description | Parameters |
---|---|---|---|
GET |
/pools/default/certificate |
Returns the current cluster certificate. |
|
POST |
/controller/uploadClusterCA |
Uploads a pem-encoded root certificate (cluster CA) to the cluster. |
none |
POST |
/node/controller/reloadCertificate |
Takes a certificate/key from the specified directory and applies them to the node. |
|
GET |
/pools/default/certificate/ \ node/<host:port> |
Retrieves the read-only username. |
|
GET |
/settings/rbac/ |
Returns an array of objects that describe admin role, or users and roles assigned to them. |
|
PUT |
/settings/rbac/users/ |
Set names and roles for a user ID. |
|
DELETE |
/settings/rbac/users/ |
Delete users. |
|
POST |
/pools/default/ |
Check permissions. |
|