前のトピック: account info

次のトピック: account set


account info の出力

--batch が指定されない場合、このコマンドの出力は以下のようになります。

Name : <account name> 
ID : <account id> 
Enabled : yes/no 
Company : <company name> 
Address : <customer address> 
Billing Contact : <billing contact info> 

Technical Contact: <technical contact info> 
Number of Grids : <# grids under the account> 
Public Key : <public SSH key> 
Client Key 1 : <client SSH key> 
Client Key 2 : <client SSH key> 
Client Key 3 : <client SSH key> 
Client Key 4 : <client SSH key> 

--batch が指定された場合、このコマンドの出力は以下のようになります。

account "<account name>" 
{ 
id = <account id> 
enabled = 0/1 
company = "<company name>" 
address = "<customer address>" 
billing = "<billing contact info>" 
technical = "<technical contact info>" 
n_grids = <# grids under the account> 
pub_key = "<public SSH key>" 
client_key1 = "<client SSH key>" 
client_key2 = "<client SSH key>" 
client_key3 = "<client SSH key>" 

client_key4 = "<client SSH key>" 
}