How to use the StorageStatusService API / StorageStatusClient
Introduction
To get general information about an Aruna instance and its running components you can use the StorageStatusService API.
For example, this can be either interesting for developers to know which versions they're dealing with or maybe to introduce a service health monitor with the current status of the instance.
Get Storage Version
API example for fetching the versions of all components running in the specific Aruna instance.
Required permissions
This request does not require any permissions.
1 2 3 4 |
|
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 3 4 5 6 7 8 |
|
Get Storage Status
API example for fetching current status of the Aruna instance.
Required permissions
This request does not require any permissions.
1 2 3 4 |
|
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 3 4 5 6 7 8 |
|
Get available public keys
API example for fetching a list of the available public keys associated with the ArunaServer and DataProxy instances.
These can be used to validate signatures of tokens and/or presigned URLs.
Required permissions
This request does not require any permissions.
1 2 3 4 |
|
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 3 4 5 6 7 8 |
|