Changeset 59

Show
Ignore:
Timestamp:
08/04/04 19:42:21 (4 years ago)
Author:
marksmith
Message:

Document the GET_DOMAINS call that mogilefsd now supports.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/devnotes/perl-interface.txt

    r22 r59  
    4747        > OK 0 
    4848 
     49         
     50    5) get a list of domains and classes for them 
    4951 
     52        < GET_DOMAINS 
     53        > OK domains=1&domain1=test&domain1classes=1&domain1class1name=alt&domain1class1mindevcount=2 
    5054 
     55        -- this is a two level hash; there are N domains (taken from the 
     56           key 'domains') and their names are stored in 'domainX' where X is 
     57           in the range 1..N. 
    5158 
     59        -- each domain has N classes (taken from 'domainXclasses'); 
     60           each class has two keys in the form of 'domainXclassYname' and 
     61           'domainXclassYmindevcount' where Y is in the range of 1..N.