2017-08-09 9 views

答えて

0

仮想マシン

https://$user:[email protected]/rest/v3/SoftLayer_Tag/setTags 
Method: Post 

{ 
    "parameters":[ 
     "tag1,tag2", 
     "GUEST", 
     29756959 
    ] 
} 

replace 29756959 with the ID of your virtual machine 

ベアメタル

https://$user:[email protected]/rest/v3/SoftLayer_Tag/setTags 

Method: Post 

{ 
    "parameters":[ 
     "tag1,tag2", 
     "HARDWARE", 
     29756959 
    ] 
} 

replace 29756959 with the ID of your bare metal 
関連する問題