Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
litespeed_wiki:lslb:zconf [2018/04/19 13:40]
Ron Saad [Sending ZeroConfig API Messages]
litespeed_wiki:lslb:zconf [2018/04/19 13:50]
Ron Saad
Line 47: Line 47:
 <​dt>​ZCDOWN:<​dt><​dd>​Cluster down message</​dd><​br /> <​dt>​ZCDOWN:<​dt><​dd>​Cluster down message</​dd><​br />
 <​dt>​ZCSSL:<​dt><​dd>​Add SSL credentials message<​br /></​dd>​ <​dt>​ZCSSL:<​dt><​dd>​Add SSL credentials message<​br /></​dd>​
-<​dt>​ZCSSLRELEASE:<​dt><​dd>​Delete SSL credentials message</​dd>​ +<​dt>​ZCSSLRELEASE:<​dt><​dd>​Delete SSL credentials message<br /></​dd>​ 
-</​dl></​div>​+<​dt>​ZCOWNRRELEASE:<​dt><​dd>​Relinquish ownership of config records</​dd>​</​dl></​div>​
 </​html>​ </​html>​
 Configuration messages are sent to LiteSpeed Web ADC using the HTTP protocol with Basic Authentication over a secure connection. Once the ZConf Listeners are configured according to the Setup section above, they will accept and process configuration messages sent to their respective IP and port. Configuration messages are sent to LiteSpeed Web ADC using the HTTP protocol with Basic Authentication over a secure connection. Once the ZConf Listeners are configured according to the Setup section above, they will accept and process configuration messages sent to their respective IP and port.
Line 198: Line 198:
 </​code>​ </​code>​
 ==== ZCSSLRELEASE Message ==== ==== ZCSSLRELEASE Message ====
-Provide ​SSL data (key, cert and CA bundle) ​to LiteSpeed Web ADC+Delete ​SSL data (key, cert and CA bundle) ​for specified domains from LiteSpeed Web ADC
  
 URL: ''<​nowiki>​https://​[user:​password@]ip_addr[:​port]/​ZCSSLRELEASE?​name=cluster_name</​nowiki>''​ URL: ''<​nowiki>​https://​[user:​password@]ip_addr[:​port]/​ZCSSLRELEASE?​name=cluster_name</​nowiki>''​
Line 228: Line 228:
             }             }
         ]         ]
 +}
 +</​code>​
 +==== ZCOWNRRELEASE Message ====
 +Relinquish ownership of any configuration records for specified domains from LiteSpeed Web ADC (allows
 +specified domains to be owned by a different authorized user, such as when transferring to another
 +provider).
 +
 +URL: ''<​nowiki>​https://​[user:​password@]ip_addr[:​port]/​ZCOWNRRELEASE?​name=cluster_name</​nowiki>''​
 +
 +
 +Data:
 +<​html><​pre class="​code">​
 +conf=
 +{
 +    "​domain_list"​ : [ <i>a domain name (string)</​i>​ <u>, more quoted domain names separated by commas </u> ]
 +}
 +</​pre></​html>​
 +
 +
 +Data example:
 +
 +<​code>​
 +conf=
 +{
 +     "​domain_list"​ : [ "​litespeedtech.com",​ "​blog.litespeedtech.com"​ ]
 } }
 </​code>​ </​code>​
  • Admin
  • Last modified: 2020/11/18 15:36
  • by Lisa Clarke