When Panel Service or Panel Tool starts up it adds the local server name to the list of available Panel Services in Schedule Settings.
This process is done by POST to /api/tenant/action/register (not be be confused with scramregister).
Accessing this endpoint requires that the user be in the Writer Role. and does not require any special licensing permission.
The request body takes the form:
{ "User": "tenantId|hostname|domain\accountname" }
The provided host names will be added to the PanelServiceInstances[] property of Schedules JsonSettings
If successful a response is sent in the form:
{ "Result": "Success" }
Comments
0 comments
Please sign in to leave a comment.