getImageDetails 99 B

1234567
  1. #!/bin/bash
  2. SRV="${1:?Need a fqdn}"
  3. ./ovhcli get "vps/${SRV}/images/current" | jq -r '.'
  4. exit $?