Argomento precedente: account info

Argomento successivo: account set


account info output

Se --batch non viene specificato, l'output del comando è il seguente:

Name : <nome account> 
ID : <id account> 
Enabled : sì/no 
Company : <nome società> 
Address : <indirizzo cliente> 
Billing contact: <info contatto di fatturazione> 

Technical contact : <info contatti supporto tecnico> 
Number of grids : <numero di griglie comprese nell'account> 
Public key : <chiave SSH pubblica> 
Client key 1 : <chiave SSH client> 
Client key 2 : <chiave SSH client> 
Client key 3 : <chiave SSH client> 
Client key 4 : <chiave SSH client> 

Se --batch viene specificato, l'output del comando è il seguente:

account "<nome account>" 
{ 
id = <id account> 
enabled = 0/1 
company =<nome società> 
address =<indirizzo cliente> 
billing =<info contatti di fatturazione> 
technical =<info contatti supporto tecnico> 
n_grids = <# grids under the account> 
pub_key =<chiave SSH pubblica> 
client_key1 =<chiave SSH client> 
client_key2 =<chiave SSH client> 
client_key3 =<chiave SSH client> 

client_key4 =<chiave SSH client> 
}