Skip to content

Commit

Permalink
Pipeline: Release 4.4.0.stable46 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed Aug 1, 2023
1 parent eb7243c commit 6b61faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/odm/models/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
| enabled | Boolean | Is the service enabled (by default)? | :material-checkbox-marked-outline: Yes | `False` |
| is_external | Boolean | Does this service perform analysis outside of Assemblyline? | :material-checkbox-marked-outline: Yes | `False` |
| licence_count | Integer | How many licences is the service allowed to use? | :material-checkbox-marked-outline: Yes | `0` |
| min_instances | Integer | The minimum number of service instances. Overrides Scaler's min_instances configuration. | :material-minus-box-outline: Optional | `None` |
| max_queue_length | Integer | If more than this many jobs are queued for this service drop those over this limit. 0 is unlimited. | :material-checkbox-marked-outline: Yes | `0` |
| uses_tags | Boolean | Does this service use tags from other services for analysis? | :material-checkbox-marked-outline: Yes | `False` |
| uses_tag_scores | Boolean | Does this service use scores of tags from other services for analysis? | :material-checkbox-marked-outline: Yes | `False` |
Expand Down Expand Up @@ -161,6 +162,7 @@
| headers | List [[EnvironmentVariable](/assemblyline4_docs/odm/models/service/#environmentvariable)] | Headers | :material-checkbox-marked-outline: Yes | `[]` |
| default_classification | Classification | Default classification used in absence of one defined in files from source | :material-checkbox-marked-outline: Yes | `TLP:C` |
| git_branch | Keyword | Branch to checkout from Git repository. | :material-minus-box-outline: Optional | `` |
| sync | Boolean | Synchronize signatures with remote source. Allows system to auto-disable signatures no longer found in source. | :material-checkbox-marked-outline: Yes | `False` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down
2 changes: 2 additions & 0 deletions docs/odm/models/service_delta.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
| is_external | Boolean | Refer to:<br>[Service](../service/#service) | :material-minus-box-outline: Optional | `None` |
| licence_count | Integer | Refer to:<br>[Service](../service/#service) | :material-minus-box-outline: Optional | `None` |
| max_queue_length | Integer | Refer to:<br>[Service](../service/#service) | :material-minus-box-outline: Optional | `None` |
| min_instances | Integer | Refer to:<br>[Service](../service/#service) | :material-minus-box-outline: Optional | `None` |
| uses_tags | Boolean | Refer to:<br>[Service](../service/#service) | :material-minus-box-outline: Optional | `None` |
| uses_tag_scores | Boolean | Refer to:<br>[Service](../service/#service) | :material-minus-box-outline: Optional | `None` |
| uses_temp_submission_data | Boolean | Refer to:<br>[Service](../service/#service) | :material-minus-box-outline: Optional | `None` |
Expand Down Expand Up @@ -161,6 +162,7 @@
| headers | List [[EnvironmentVariable](/assemblyline4_docs/odm/models/service_delta/#environmentvariable)] | Refer to:<br>[Service - UpdateSource](../service/#updatesource) | :material-minus-box-outline: Optional | `None` |
| default_classification | Classification | Refer to:<br>[Service - UpdateSource](../service/#updatesource) | :material-minus-box-outline: Optional | `None` |
| git_branch | Keyword | Refer to:<br>[Service - UpdateSource](../service/#updatesource) | :material-minus-box-outline: Optional | `` |
| sync | Boolean | Refer to:<br>[Service - UpdateSource](../service/#updatesource) | :material-minus-box-outline: Optional | `False` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down

0 comments on commit 6b61faa

Please sign in to comment.