IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of DistribDestinations


Ignore:
Timestamp:
Apr 9, 2009, 10:41:57 AM (17 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DistribDestinations

    v1 v1  
     1== Destinations ==
     2
     3
     4{{{
     5mysql> describe rcDestination;
     6+--------------+--------------+------+-----+---------+----------------+
     7| Field        | Type         | Null | Key | Default | Extra          |
     8+--------------+--------------+------+-----+---------+----------------+
     9| dest_id      | bigint(20)   | NO   | PRI | NULL    | auto_increment |
     10| name         | varchar(64)  | YES  |     | NULL    |                |
     11| status_uri   | varchar(255) | YES  |     | NULL    |                |
     12| comment      | varchar(255) | YES  |     | NULL    |                |
     13| last_fileset | varchar(255) | YES  |     | NULL    |                |
     14| state        | varchar(64)  | YES  |     | NULL    |                |
     15| prod_id      | bigint(20)   | YES  | MUL | NULL    |                |
     16+--------------+--------------+------+-----+---------+----------------+
     177 rows in set (0.00 sec)
     18}}}
     19
     20status_uri is the uri of the status page. The ipp distribution server queries this site to determine whether the destination has successfully downloaded a fileset.
     21
     22state is either 'enabled' or 'disabled' which controls whether the site is queried for status updates and whether the destination's 'interests' are considered when the system decides which data to bundle.
     23