Vorheriges Thema: account infoNächstes Thema: account set


account info output

Wenn --batch nicht angegeben wird, lautet die Ausgabe für diesen Befehl folgendermaßen:

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> 

Wenn --batch angegeben wird, lautet die Ausgabe für diesen Befehl folgendermaßen:

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>" 
}