2017-08-09 63 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 
相關問題