You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
576 B
34 lines
576 B
8 years ago
|
# Service REST API
|
||
|
|
||
|
## Authentication
|
||
|
- AWS signatureV4
|
||
|
- We use "minio" as region. Here region is set only for signature calculation.
|
||
|
|
||
|
## List of management APIs
|
||
|
- Service
|
||
|
- Stop
|
||
|
- Restart
|
||
|
- Status
|
||
|
|
||
|
- Locks
|
||
|
- List
|
||
|
- Clear
|
||
|
|
||
|
- Healing
|
||
|
|
||
|
### Service Management APIs
|
||
|
* Stop
|
||
|
- POST /?service
|
||
|
- x-minio-operation: stop
|
||
|
- Response: On success 200
|
||
|
|
||
|
* Restart
|
||
|
- POST /?service
|
||
|
- x-minio-operation: restart
|
||
|
- Response: On success 200
|
||
|
|
||
|
* Status
|
||
|
- GET /?service
|
||
|
- x-minio-operation: status
|
||
|
- Response: On success 200, return json formatted StorageInfo object.
|