notebookScheduler
This section documents the NotebookFinder, NotebookLauncher, NotebookScheduler and SchedulerFinder classes.
This section documents the NotebookFinder, NotebookLauncher, NotebookScheduler and SchedulerFinder classes.
This class allows making GET requests to the planner resource in the OpenGate North API.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Download a complete list of notebooks for the user. This execute a GET http method
Tipo: Promise
This is the base object for everything you can do with a notebook launcher.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Sets the generateReport attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| generateReport | boolean |
❌ |
Tipo: NotebookLauncher
Sets the identifier attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| identifier | string |
❌ |
Tipo: NotebookLauncher
Sets the reportRetentionDays attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| reportRetentionDays | number |
❌ |
Tipo: NotebookLauncher
This is the base object for everything you can do with a notebook scheduler.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Sets the generateReport attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| generateReport | boolean |
❌ |
Tipo: NotebookScheduler
Sets the crontab pattern
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| cronPattern | string |
❌ |
Tipo: NotebookScheduler
Sets the identifier attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| identifier | string |
❌ |
Tipo: NotebookScheduler
Sets the notebookId attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| notebookId | string |
❌ |
Tipo: NotebookScheduler
Sets the reportRetentionDays attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| reportRetentionDays | number |
❌ |
Tipo: NotebookScheduler
This class allows making GET requests to the planner resource in the OpenGate North API.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Download a complete list of notebook schedulers for the user. This execute a GET http method
Tipo: Promise