Hi all,
 
 
I have issued a get_domain, type="list" command. Part of what I get is this:
 
...
'domain_list' => [
    'domain1',
    'domain2',
    ...
    'domainN'
],
...
 
 
The docs say I should get:
 
'domain_list' => [
    { 'domain' => 'domain1', 'encoding_type' => ""},
    { 'domain' => 'domain2', 'encoding_type' => ""}
    ...
],
 
Even though encoding_type is "optional", domain_list should be an array of hashes IMHO, but I get a simple array of scalars.What am I missing?
 
 
Regards,
- Csongor
           

Reply via email to