tomy_125: Note

tomy_125 の個人的なメモ

2022-07-09から1日間の記事一覧

OCI - Compute Instance 起動・停止スクリプトのサンプル

sample o=${1^^} ocid="ocid1.instance.oc1.ap-tokyo-1.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz" function get_status(){ s=`oci compute instance get --instance-id ${ocid}| jq -r '.data."lifecycle-state" '` echo $s } function start_…