Storage options on servers can be SSD or HDD. Using the below command you can check whether a server uses SSD or HDD.
[Replace sda with your hard drive path.]
$ cat /sys/block/sda/queue/rotational
1
Since it shows 1, it is not SSD. For SSD, the command output will show 0.