Skip to content

Commit 1b1bce7

Browse files
committed
v25.4.1
1 parent 96495d1 commit 1b1bce7

File tree

604 files changed

+52612
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

604 files changed

+52612
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- API version: 2
44
- Python 2.7 and 3.4+
5-
- Latest build: 25.4.0
5+
- Latest build: 25.4.1
66

77
## Installation & Usage
88

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</section>
2828
<footer>
2929
<p>
30-
Releases: <a href='/'>Latest</a> &#183; <!--VERSIONS-START--><a href='/versions/3.6.1'>3.6.1</a> &#183; <a href='/versions/3.6.0'>3.6.0</a> &#183; <a href='/versions/3.5.4'>3.5.4</a> &#183; <a href='/versions/3.5.3'>3.5.3</a> &#183; <a href='/versions/3.5.2'>3.5.2</a> &#183; <a href='/versions/3.5.1'>3.5.1</a> &#183; <a href='/versions/3.5.0'>3.5.0</a> &#183; <a href='/versions/3.4.0'>3.4.0</a> &#183; <a href='/versions/3.3.2'>3.3.2</a> &#183; <a href='/versions/3.3.1'>3.3.1</a> &#183; <a href='/versions/3.3.0'>3.3.0</a> &#183; <a href='/versions/3.2.0'>3.2.0</a> &#183; <a href='/versions/3.0.4'>3.0.4</a> &#183; <a href='/versions/25.4.0.dev1'>25.4.0.dev1</a> &#183; <a href='/versions/25.4.0'>25.4.0</a> &#183; <a href='/versions/25.1.1'>25.1.1</a> &#183; <a href='/versions/25.1.0'>25.1.0</a> &#183; <a href='/versions/24.7.0'>24.7.0</a> &#183; <a href='/versions/24.4.9'>24.4.9</a> &#183; <a href='/versions/24.4.0'>24.4.0</a> &#183; <a href='/versions/24.10.0'>24.10.0</a> &#183; <a href='/versions/24.1.0'>24.1.0</a> &#183; <a href='/versions/23.7.0'>23.7.0</a> &#183; <a href='/versions/23.5.0'>23.5.0</a> &#183; <a href='/versions/23.10.0'>23.10.0</a><!--VERSIONS-END-->
30+
Releases: <a href='/'>Latest</a> &#183; <!--VERSIONS-START--><a href='/versions/3.6.1'>3.6.1</a> &#183; <a href='/versions/3.6.0'>3.6.0</a> &#183; <a href='/versions/3.5.4'>3.5.4</a> &#183; <a href='/versions/3.5.3'>3.5.3</a> &#183; <a href='/versions/3.5.2'>3.5.2</a> &#183; <a href='/versions/3.5.1'>3.5.1</a> &#183; <a href='/versions/3.5.0'>3.5.0</a> &#183; <a href='/versions/3.4.0'>3.4.0</a> &#183; <a href='/versions/3.3.2'>3.3.2</a> &#183; <a href='/versions/3.3.1'>3.3.1</a> &#183; <a href='/versions/3.3.0'>3.3.0</a> &#183; <a href='/versions/3.2.0'>3.2.0</a> &#183; <a href='/versions/3.0.4'>3.0.4</a> &#183; <a href='/versions/25.4.1'>25.4.1</a> &#183; <a href='/versions/25.4.0'>25.4.0</a> &#183; <a href='/versions/25.1.1'>25.1.1</a> &#183; <a href='/versions/25.1.0'>25.1.0</a> &#183; <a href='/versions/24.7.0'>24.7.0</a> &#183; <a href='/versions/24.4.9'>24.4.9</a> &#183; <a href='/versions/24.4.0'>24.4.0</a> &#183; <a href='/versions/24.10.0'>24.10.0</a> &#183; <a href='/versions/24.1.0'>24.1.0</a> &#183; <a href='/versions/23.7.0'>23.7.0</a> &#183; <a href='/versions/23.5.0'>23.5.0</a> &#183; <a href='/versions/23.10.0'>23.10.0</a><!--VERSIONS-END-->
3131
</p>
3232
<p>Maintained by <a href="https://github.com/elements-storage">elements-storage</a> on GitHub.</p>
3333
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>

docs/Job.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**webhook_url** | **str, none_type** | | [readonly]
1313
**needs_compatibility_check** | **bool** | | [readonly]
1414
**fs_triggers** | **[str]** | | [readonly]
15+
**part_of_workflow_for** | **[str]** | | [readonly]
1516
**special_type** | **int, none_type** | |
1617
**name** | **str** | |
1718
**description** | **str, none_type** | |

docs/JobDetail.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**webhook_url** | **str, none_type** | | [readonly]
1313
**needs_compatibility_check** | **bool** | | [readonly]
1414
**fs_triggers** | [**[JobFSTrigger]**](JobFSTrigger.md) | | [readonly]
15+
**part_of_workflow_for** | **[str]** | | [readonly]
1516
**subtasks** | [**[Subtask]**](Subtask.md) | |
1617
**allow_users** | [**[ElementsUser]**](ElementsUser.md) | |
1718
**allow_groups** | [**[ElementsGroup]**](ElementsGroup.md) | |

docs/JobReference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**webhook_url** | **str, none_type** | | [optional] [readonly]
1313
**needs_compatibility_check** | **bool** | | [optional] [readonly]
1414
**fs_triggers** | **[str]** | | [optional] [readonly]
15+
**part_of_workflow_for** | **[str]** | | [optional] [readonly]
1516
**special_type** | **int, none_type** | | [optional] [readonly]
1617
**name** | **str** | | [optional] [readonly]
1718
**description** | **str, none_type** | | [optional] [readonly]

docs/StorageNode.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Name | Type | Description | Notes
3030
**auto_scan_interfaces** | **bool** | |
3131
**volume_queues** | **[int]** | Run volume-specific tasks for selected volumes. |
3232
**status** | [**StorageNodeStatus**](StorageNodeStatus.md) | | [optional]
33+
**backend** | **str, none_type** | | [optional] [readonly]
3334

3435
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
3536

docs/Subtask.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Name | Type | Description | Notes
2222
**relative_to** | **int, none_type** | |
2323
**graph_layout** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | | [optional] [readonly]
2424
**validation_error** | **str, none_type** | | [optional] [readonly]
25+
**condition_variable** | **str, none_type** | | [optional] [readonly]
26+
**condition_value** | **str, none_type** | | [optional] [readonly]
2527

2628
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
2729

docs/SubtaskReference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Name | Type | Description | Notes
99
**kwargs** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional] [readonly]
1010
**graph_layout** | **str, none_type** | | [optional] [readonly]
1111
**validation_error** | **str, none_type** | | [optional] [readonly]
12+
**condition_variable** | **str, none_type** | | [optional] [readonly]
13+
**condition_value** | **str, none_type** | | [optional] [readonly]
1214
**trigger** | **str, none_type** | | [optional] [readonly]
1315
**name** | **str, none_type** | | [optional] [readonly]
1416
**noop_dont_save** | **bool** | | [optional] [readonly]

docs/Volume.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Name | Type | Description | Notes
2323
**onefs_integration** | **int, none_type** | |
2424
**fs_properties** | [**FSProperties**](FSProperties.md) | | [optional]
2525
**status** | [**VolumeStatus**](VolumeStatus.md) | | [optional]
26+
**onefs_host** | **str, none_type** | | [optional] [readonly]
27+
**onefs_username** | **str, none_type** | | [optional] [readonly]
28+
**onefs_password** | **str, none_type** | | [optional] [readonly]
29+
**onefs_zone** | **str, none_type** | | [optional] [readonly]
2630

2731
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
2832

docs/VolumeReference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Name | Type | Description | Notes
2323
**cloud_account** | **int, none_type** | | [optional] [readonly]
2424
**qumulo_integration** | **int, none_type** | | [optional] [readonly]
2525
**onefs_integration** | **int, none_type** | | [optional] [readonly]
26+
**onefs_host** | **str, none_type** | | [optional] [readonly]
27+
**onefs_username** | **str, none_type** | | [optional] [readonly]
28+
**onefs_password** | **str, none_type** | | [optional] [readonly]
29+
**onefs_zone** | **str, none_type** | | [optional] [readonly]
2630

2731
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
2832

0 commit comments

Comments
 (0)