API Description |
API Path |
Update the async_replicator service properties
|
PUT /api/v1/cluster/{cluster-node-id}/node/services/async_replicator
PUT /api/v1/node/services/async_replicator
|
Read auth service properties
Read auth service properties.
|
GET /api/v1/cluster/{cluster-node-id}/node/services/auth
GET /api/v1/node/services/auth
|
Restart the auth service
|
POST /api/v1/cluster/{cluster-node-id}/node/services/auth?action=restart
POST /api/v1/node/services/auth?action=restart
|
Stop the auth service
|
POST /api/v1/cluster/{cluster-node-id}/node/services/auth?action=stop
POST /api/v1/node/services/auth?action=stop
|
Start the auth service
|
POST /api/v1/cluster/{cluster-node-id}/node/services/auth?action=start
POST /api/v1/node/services/auth?action=start
|
Update auth service properties
Update auth service properties.
|
PUT /api/v1/cluster/{cluster-node-id}/node/services/auth
PUT /api/v1/node/services/auth
|
Read auth service status
|
GET /api/v1/cluster/{cluster-node-id}/node/services/auth/status
GET /api/v1/node/services/auth/status
|