Skip to content

Commit 2ce4bb4

Browse files
author
actions-user
committed
GitHub Actions OpenAPI Update 2024-04-22 17:49:48s
1 parent 8eb997a commit 2ce4bb4

File tree

185 files changed

+9951
-1852
lines changed

Some content is hidden

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

185 files changed

+9951
-1852
lines changed

README_OPENAPI.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
55

66
- API version: 2.2.0
77
- Package version: 1.0.0
8+
- Generator version: 7.5.0
89
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
910

1011
## Requirements.
@@ -50,7 +51,6 @@ Please follow the [installation procedure](#installation--usage) and then run th
5051

5152
```python
5253

53-
import time
5454
import semaphore_api
5555
from semaphore_api.rest import ApiException
5656
from pprint import pprint
@@ -98,13 +98,26 @@ Class | Method | HTTP request | Description
9898
*DefaultApi* | [**ping_get**](docs/DefaultApi.md#ping_get) | **GET** /ping | PING test
9999
*DefaultApi* | [**project_project_id_users_user_id_put**](docs/DefaultApi.md#project_project_id_users_user_id_put) | **PUT** /project/{project_id}/users/{user_id} | Update user role
100100
*DefaultApi* | [**ws_get**](docs/DefaultApi.md#ws_get) | **GET** /ws | Websocket handler
101+
*IntegrationApi* | [**project_project_id_integrations_integration_id_matchers_get**](docs/IntegrationApi.md#project_project_id_integrations_integration_id_matchers_get) | **GET** /project/{project_id}/integrations/{integration_id}/matchers | Get Integration Matcher linked to integration extractor
102+
*IntegrationApi* | [**project_project_id_integrations_integration_id_matchers_matcher_id_delete**](docs/IntegrationApi.md#project_project_id_integrations_integration_id_matchers_matcher_id_delete) | **DELETE** /project/{project_id}/integrations/{integration_id}/matchers/{matcher_id} | Removes integration matcher
103+
*IntegrationApi* | [**project_project_id_integrations_integration_id_matchers_matcher_id_put**](docs/IntegrationApi.md#project_project_id_integrations_integration_id_matchers_matcher_id_put) | **PUT** /project/{project_id}/integrations/{integration_id}/matchers/{matcher_id} | Updates Integration Matcher
104+
*IntegrationApi* | [**project_project_id_integrations_integration_id_values_extractvalue_id_delete**](docs/IntegrationApi.md#project_project_id_integrations_integration_id_values_extractvalue_id_delete) | **DELETE** /project/{project_id}/integrations/{integration_id}/values/{extractvalue_id} | Removes integration extract value
105+
*IntegrationApi* | [**project_project_id_integrations_integration_id_values_extractvalue_id_put**](docs/IntegrationApi.md#project_project_id_integrations_integration_id_values_extractvalue_id_put) | **PUT** /project/{project_id}/integrations/{integration_id}/values/{extractvalue_id} | Updates Integration ExtractValue
106+
*IntegrationApi* | [**project_project_id_integrations_integration_id_values_get**](docs/IntegrationApi.md#project_project_id_integrations_integration_id_values_get) | **GET** /project/{project_id}/integrations/{integration_id}/values | Get Integration Extracted Values linked to integration extractor
107+
*ProjectApi* | [**project_project_id_backup_get**](docs/ProjectApi.md#project_project_id_backup_get) | **GET** /project/{project_id}/backup | Backup A Project
101108
*ProjectApi* | [**project_project_id_delete**](docs/ProjectApi.md#project_project_id_delete) | **DELETE** /project/{project_id}/ | Delete project
102109
*ProjectApi* | [**project_project_id_environment_environment_id_delete**](docs/ProjectApi.md#project_project_id_environment_environment_id_delete) | **DELETE** /project/{project_id}/environment/{environment_id} | Removes environment
103110
*ProjectApi* | [**project_project_id_environment_environment_id_put**](docs/ProjectApi.md#project_project_id_environment_environment_id_put) | **PUT** /project/{project_id}/environment/{environment_id} | Update environment
104111
*ProjectApi* | [**project_project_id_environment_get**](docs/ProjectApi.md#project_project_id_environment_get) | **GET** /project/{project_id}/environment | Get environment
105112
*ProjectApi* | [**project_project_id_environment_post**](docs/ProjectApi.md#project_project_id_environment_post) | **POST** /project/{project_id}/environment | Add environment
106113
*ProjectApi* | [**project_project_id_events_get**](docs/ProjectApi.md#project_project_id_events_get) | **GET** /project/{project_id}/events | Get Events related to this project
107114
*ProjectApi* | [**project_project_id_get**](docs/ProjectApi.md#project_project_id_get) | **GET** /project/{project_id}/ | Fetch project
115+
*ProjectApi* | [**project_project_id_integrations_get**](docs/ProjectApi.md#project_project_id_integrations_get) | **GET** /project/{project_id}/integrations | get all integrations
116+
*ProjectApi* | [**project_project_id_integrations_integration_id_delete**](docs/ProjectApi.md#project_project_id_integrations_integration_id_delete) | **DELETE** /project/{project_id}/integrations/{integration_id} | Remove integration
117+
*ProjectApi* | [**project_project_id_integrations_integration_id_matchers_post**](docs/ProjectApi.md#project_project_id_integrations_integration_id_matchers_post) | **POST** /project/{project_id}/integrations/{integration_id}/matchers | Add Integration Matcher
118+
*ProjectApi* | [**project_project_id_integrations_integration_id_put**](docs/ProjectApi.md#project_project_id_integrations_integration_id_put) | **PUT** /project/{project_id}/integrations/{integration_id} | Update Integration
119+
*ProjectApi* | [**project_project_id_integrations_integration_id_values_post**](docs/ProjectApi.md#project_project_id_integrations_integration_id_values_post) | **POST** /project/{project_id}/integrations/{integration_id}/values | Add Integration Extracted Value
120+
*ProjectApi* | [**project_project_id_integrations_post**](docs/ProjectApi.md#project_project_id_integrations_post) | **POST** /project/{project_id}/integrations | create a new integration
108121
*ProjectApi* | [**project_project_id_inventory_get**](docs/ProjectApi.md#project_project_id_inventory_get) | **GET** /project/{project_id}/inventory | Get inventory
109122
*ProjectApi* | [**project_project_id_inventory_inventory_id_delete**](docs/ProjectApi.md#project_project_id_inventory_inventory_id_delete) | **DELETE** /project/{project_id}/inventory/{inventory_id} | Removes inventory
110123
*ProjectApi* | [**project_project_id_inventory_inventory_id_put**](docs/ProjectApi.md#project_project_id_inventory_inventory_id_put) | **PUT** /project/{project_id}/inventory/{inventory_id} | Updates inventory
@@ -141,6 +154,7 @@ Class | Method | HTTP request | Description
141154
*ProjectApi* | [**project_project_id_views_view_id_put**](docs/ProjectApi.md#project_project_id_views_view_id_put) | **PUT** /project/{project_id}/views/{view_id} | Updates view
142155
*ProjectsApi* | [**projects_get**](docs/ProjectsApi.md#projects_get) | **GET** /projects | Get projects
143156
*ProjectsApi* | [**projects_post**](docs/ProjectsApi.md#projects_post) | **POST** /projects | Create a new project
157+
*ProjectsApi* | [**projects_restore_post**](docs/ProjectsApi.md#projects_restore_post) | **POST** /projects/restore | Restore Project
144158
*ScheduleApi* | [**project_project_id_schedules_post**](docs/ScheduleApi.md#project_project_id_schedules_post) | **POST** /project/{project_id}/schedules | create schedule
145159
*ScheduleApi* | [**project_project_id_schedules_schedule_id_delete**](docs/ScheduleApi.md#project_project_id_schedules_schedule_id_delete) | **DELETE** /project/{project_id}/schedules/{schedule_id} | Deletes schedule
146160
*ScheduleApi* | [**project_project_id_schedules_schedule_id_get**](docs/ScheduleApi.md#project_project_id_schedules_schedule_id_get) | **GET** /project/{project_id}/schedules/{schedule_id} | Get schedule
@@ -169,12 +183,26 @@ Class | Method | HTTP request | Description
169183
- [Event](docs/Event.md)
170184
- [InfoType](docs/InfoType.md)
171185
- [InfoTypeUpdate](docs/InfoTypeUpdate.md)
186+
- [Integration](docs/Integration.md)
187+
- [IntegrationExtractValue](docs/IntegrationExtractValue.md)
188+
- [IntegrationExtractValueRequest](docs/IntegrationExtractValueRequest.md)
189+
- [IntegrationMatcher](docs/IntegrationMatcher.md)
190+
- [IntegrationMatcherRequest](docs/IntegrationMatcherRequest.md)
191+
- [IntegrationRequest](docs/IntegrationRequest.md)
172192
- [Inventory](docs/Inventory.md)
173193
- [InventoryRequest](docs/InventoryRequest.md)
174194
- [Login](docs/Login.md)
175195
- [LoginMetadata](docs/LoginMetadata.md)
176196
- [LoginMetadataOidcProvidersInner](docs/LoginMetadataOidcProvidersInner.md)
177197
- [Project](docs/Project.md)
198+
- [ProjectBackup](docs/ProjectBackup.md)
199+
- [ProjectBackupEnvironmentsInner](docs/ProjectBackupEnvironmentsInner.md)
200+
- [ProjectBackupInventoriesInner](docs/ProjectBackupInventoriesInner.md)
201+
- [ProjectBackupKeysInner](docs/ProjectBackupKeysInner.md)
202+
- [ProjectBackupMeta](docs/ProjectBackupMeta.md)
203+
- [ProjectBackupRepositoriesInner](docs/ProjectBackupRepositoriesInner.md)
204+
- [ProjectBackupTemplatesInner](docs/ProjectBackupTemplatesInner.md)
205+
- [ProjectBackupViewsInner](docs/ProjectBackupViewsInner.md)
178206
- [ProjectProjectIdPutRequest](docs/ProjectProjectIdPutRequest.md)
179207
- [ProjectProjectIdRoleGet200Response](docs/ProjectProjectIdRoleGet200Response.md)
180208
- [ProjectProjectIdTasksPostRequest](docs/ProjectProjectIdTasksPostRequest.md)

docs/APIToken.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
## Properties
5+
56
Name | Type | Description | Notes
67
------------ | ------------- | ------------- | -------------
78
**id** | **str** | | [optional]
@@ -19,12 +20,12 @@ json = "{}"
1920
# create an instance of APIToken from a JSON string
2021
api_token_instance = APIToken.from_json(json)
2122
# print the JSON string representation of the object
22-
print APIToken.to_json()
23+
print(APIToken.to_json())
2324

2425
# convert the object into a dict
2526
api_token_dict = api_token_instance.to_dict()
2627
# create an instance of APIToken from a dict
27-
api_token_form_dict = api_token.from_dict(api_token_dict)
28+
api_token_from_dict = APIToken.from_dict(api_token_dict)
2829
```
2930
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3031

docs/AccessKey.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
## Properties
5+
56
Name | Type | Description | Notes
67
------------ | ------------- | ------------- | -------------
78
**id** | **int** | | [optional]
@@ -21,12 +22,12 @@ json = "{}"
2122
# create an instance of AccessKey from a JSON string
2223
access_key_instance = AccessKey.from_json(json)
2324
# print the JSON string representation of the object
24-
print AccessKey.to_json()
25+
print(AccessKey.to_json())
2526

2627
# convert the object into a dict
2728
access_key_dict = access_key_instance.to_dict()
2829
# create an instance of AccessKey from a dict
29-
access_key_form_dict = access_key.from_dict(access_key_dict)
30+
access_key_from_dict = AccessKey.from_dict(access_key_dict)
3031
```
3132
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3233

docs/AccessKeyRequest.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
## Properties
5+
56
Name | Type | Description | Notes
67
------------ | ------------- | ------------- | -------------
78
**name** | **str** | | [optional]
@@ -20,12 +21,12 @@ json = "{}"
2021
# create an instance of AccessKeyRequest from a JSON string
2122
access_key_request_instance = AccessKeyRequest.from_json(json)
2223
# print the JSON string representation of the object
23-
print AccessKeyRequest.to_json()
24+
print(AccessKeyRequest.to_json())
2425

2526
# convert the object into a dict
2627
access_key_request_dict = access_key_request_instance.to_dict()
2728
# create an instance of AccessKeyRequest from a dict
28-
access_key_request_form_dict = access_key_request.from_dict(access_key_request_dict)
29+
access_key_request_from_dict = AccessKeyRequest.from_dict(access_key_request_dict)
2930
```
3031
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3132

docs/AccessKeyRequestLoginPassword.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
## Properties
5+
56
Name | Type | Description | Notes
67
------------ | ------------- | ------------- | -------------
78
**password** | **str** | | [optional]
@@ -17,12 +18,12 @@ json = "{}"
1718
# create an instance of AccessKeyRequestLoginPassword from a JSON string
1819
access_key_request_login_password_instance = AccessKeyRequestLoginPassword.from_json(json)
1920
# print the JSON string representation of the object
20-
print AccessKeyRequestLoginPassword.to_json()
21+
print(AccessKeyRequestLoginPassword.to_json())
2122

2223
# convert the object into a dict
2324
access_key_request_login_password_dict = access_key_request_login_password_instance.to_dict()
2425
# create an instance of AccessKeyRequestLoginPassword from a dict
25-
access_key_request_login_password_form_dict = access_key_request_login_password.from_dict(access_key_request_login_password_dict)
26+
access_key_request_login_password_from_dict = AccessKeyRequestLoginPassword.from_dict(access_key_request_login_password_dict)
2627
```
2728
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2829

docs/AccessKeyRequestSsh.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
## Properties
5+
56
Name | Type | Description | Notes
67
------------ | ------------- | ------------- | -------------
78
**login** | **str** | | [optional]
@@ -17,12 +18,12 @@ json = "{}"
1718
# create an instance of AccessKeyRequestSsh from a JSON string
1819
access_key_request_ssh_instance = AccessKeyRequestSsh.from_json(json)
1920
# print the JSON string representation of the object
20-
print AccessKeyRequestSsh.to_json()
21+
print(AccessKeyRequestSsh.to_json())
2122

2223
# convert the object into a dict
2324
access_key_request_ssh_dict = access_key_request_ssh_instance.to_dict()
2425
# create an instance of AccessKeyRequestSsh from a dict
25-
access_key_request_ssh_form_dict = access_key_request_ssh.from_dict(access_key_request_ssh_dict)
26+
access_key_request_ssh_from_dict = AccessKeyRequestSsh.from_dict(access_key_request_ssh_dict)
2627
```
2728
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2829

0 commit comments

Comments
 (0)