operationTypes
This section covers the operation type catalog, the operation type finder and the OperationType model.
This section covers the operation type catalog, the operation type finder and the OperationType model.
This is a base object that contains all you can do about OperationType.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Allows the modification of the applicableTo
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| applicableTo | array |
❌ |
Tipo: OperationType
Create a new Rule
Tipo: Promise
Deletes the selected RuleConfiguration
Tipo: Promise
Set the catalog
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| fromCatalog | string |
❌ |
Tipo: OperationType
Udpate a Rule
Tipo: Promise
Set the description attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| description | string |
❌ |
Tipo: OperationType
Allows the modification of the operation history retention (TTL). If it is not set, the platform default is applied.
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| historyTtl | `@param {number} historyTtl.value - amount of retention time, minimum 1 | ||
| * @param {string} historyTtl.unit - time unit: days, hours, months or years | |||
| *` | ❌ | object with the amount of retention time and its unit, e.g. { value: 30, unit: 'days' } |
Tipo: OperationType
Set the name for update attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| name | string |
❌ | required field |
Tipo: OperationType
Allows the modification of the allowed models
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| models | array |
❌ |
Tipo: OperationType
Set the name attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| name | string |
❌ | required field |
Tipo: OperationType
Set the organization attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | required field |
Tipo: OperationType
Allows the modification of the parameters
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| parameters | array |
❌ |
Tipo: OperationType
Allows the modification of the profiles allowed
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| profiles | array |
❌ |
Tipo: OperationType
Allows the modification of the steps
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| steps | array |
❌ |
Tipo: OperationType
Set the title attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| title | string |
❌ | required field |
Tipo: OperationType
This class allows making GET requests to the OperationType resource in the OpenGate North API.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Performs a get that returns operation type
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | organization |
| name | string |
❌ | Rule Configuration name |
Tipo: Promise
This class allows making GET requests to the OperationType resource in the OpenGate North API.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Performs a get that returns operation types templates
Tipo: Promise