How to use the StorageInfoService API
Introduction
To get general information about an AOS instance and its running components you can use the StorageInfoService API.
Mainly, this can be either interesting for developers to know which versions they're dealing with or, for example, 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 AOS instance.
Info
This request does not need any specific 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 AOS instance.
The possible
1 2 3 4 |
|
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 3 4 5 6 7 8 |
|