SVC restAPI

https://medium.com/possimpible/using-restfull-api-against-ibm-spectrum-virtualize-6761a3353030

https://barrywhytestorage.blog/2020/08/03/tips-and-tricks-using-the-spectrum-virtualize-rest-api/

To use RestAPI on IBM Flashsystem storage, you need:

[storage@myserver scripts]# token=$(curl -k -L -X POST -H 'X-Auth-Username: rest_user' -H 'X-Auth-Password: passw0rd' https://svc.test.lu:7443/rest/auth | jq -r '.token')
[storage@myserver scripts]# curl -k -L -X POST -H X-Auth-Token:$token https://itso.lab:7443/rest/v1/lssystem
{ "id": ....... "on" }