Semaphore API
Project description
semaphore_client
Semaphore API provides endpoints for managing and interacting with the Semaphore UI. This documentation outlines the available operations and data models.
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 2.16.14
- Package version: 1.0.0
- Generator version: 7.17.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Requirements.
Python 3.9+
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)
Then import the package:
import semaphore_client
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install to install the package for all users)
Then import the package:
import semaphore_client
Tests
Execute pytest to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import semaphore_client
from semaphore_client.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to /api
# See configuration.py for a list of all supported configuration parameters.
configuration = semaphore_client.Configuration(
host = "/api"
)
# Enter a context with an instance of the API client
with semaphore_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = semaphore_client.AuthenticationApi(api_client)
try:
# Fetches login metadata
api_response = api_instance.auth_login_get()
print("The response of AuthenticationApi->auth_login_get:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling AuthenticationApi->auth_login_get: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to /api
| Class | Method | HTTP request | Description |
|---|---|---|---|
| AuthenticationApi | auth_login_get | GET /auth/login | Fetches login metadata |
| AuthenticationApi | auth_login_post | POST /auth/login | Performs Login |
| AuthenticationApi | auth_logout_post | POST /auth/logout | Destroys current session |
| AuthenticationApi | auth_oidc_provider_id_login_get | GET /auth/oidc/{provider_id}/login | Begin OIDC authentication flow and redirect to OIDC provider |
| AuthenticationApi | auth_oidc_provider_id_redirect_get | GET /auth/oidc/{provider_id}/redirect | Finish OIDC authentication flow, upon succes you will be logged in |
| AuthenticationApi | user_tokens_api_token_id_delete | DELETE /user/tokens/{api_token_id} | Expires API token |
| AuthenticationApi | user_tokens_get | GET /user/tokens | Fetch API tokens for user |
| AuthenticationApi | user_tokens_post | POST /user/tokens | Create an API token |
| DefaultApi | apps_get | GET /apps | Get apps |
| DefaultApi | events_get | GET /events | Get Events related to Semaphore and projects you are part of |
| DefaultApi | events_last_get | GET /events/last | Get last 200 Events related to Semaphore and projects you are part of |
| DefaultApi | info_get | GET /info | Fetches information about semaphore |
| DefaultApi | ping_get | GET /ping | PING test |
| DefaultApi | ws_get | GET /ws | Websocket handler |
| IntegrationApi | project_project_id_integrations_aliases_alias_id_delete | DELETE /project/{project_id}/integrations/aliases/{alias_id} | Remove integration alias |
| IntegrationApi | project_project_id_integrations_aliases_get | GET /project/{project_id}/integrations/aliases | Get all integration aliases for the project |
| IntegrationApi | project_project_id_integrations_aliases_post | POST /project/{project_id}/integrations/aliases | Create a new integration alias for the project |
| IntegrationApi | project_project_id_integrations_get | GET /project/{project_id}/integrations | get all integrations |
| IntegrationApi | project_project_id_integrations_integration_id_aliases_alias_id_delete | DELETE /project/{project_id}/integrations/{integration_id}/aliases/{alias_id} | Remove integration alias |
| IntegrationApi | project_project_id_integrations_integration_id_aliases_get | GET /project/{project_id}/integrations/{integration_id}/aliases | Get all aliases for an integration |
| IntegrationApi | project_project_id_integrations_integration_id_aliases_post | POST /project/{project_id}/integrations/{integration_id}/aliases | Create a new alias for an integration |
| IntegrationApi | project_project_id_integrations_integration_id_delete | DELETE /project/{project_id}/integrations/{integration_id} | Remove integration |
| IntegrationApi | project_project_id_integrations_integration_id_get | GET /project/{project_id}/integrations/{integration_id} | Get Integration |
| IntegrationApi | project_project_id_integrations_integration_id_matchers_get | GET /project/{project_id}/integrations/{integration_id}/matchers | Get Integration Matcher linked to integration extractor |
| IntegrationApi | project_project_id_integrations_integration_id_matchers_matcher_id_delete | DELETE /project/{project_id}/integrations/{integration_id}/matchers/{matcher_id} | Removes integration matcher |
| IntegrationApi | project_project_id_integrations_integration_id_matchers_matcher_id_put | PUT /project/{project_id}/integrations/{integration_id}/matchers/{matcher_id} | Updates Integration Matcher |
| IntegrationApi | project_project_id_integrations_integration_id_matchers_post | POST /project/{project_id}/integrations/{integration_id}/matchers | Add Integration Matcher |
| IntegrationApi | project_project_id_integrations_integration_id_put | PUT /project/{project_id}/integrations/{integration_id} | Update Integration |
| IntegrationApi | project_project_id_integrations_integration_id_values_extractvalue_id_delete | DELETE /project/{project_id}/integrations/{integration_id}/values/{extractvalue_id} | Removes integration extract value |
| IntegrationApi | project_project_id_integrations_integration_id_values_extractvalue_id_put | PUT /project/{project_id}/integrations/{integration_id}/values/{extractvalue_id} | Updates Integration ExtractValue |
| IntegrationApi | project_project_id_integrations_integration_id_values_get | GET /project/{project_id}/integrations/{integration_id}/values | Get Integration Extracted Values linked to integration extractor |
| IntegrationApi | project_project_id_integrations_integration_id_values_post | POST /project/{project_id}/integrations/{integration_id}/values | Add Integration Extracted Value |
| IntegrationApi | project_project_id_integrations_post | POST /project/{project_id}/integrations | create a new integration |
| InventoryApi | project_project_id_inventory_get | GET /project/{project_id}/inventory | Get inventory |
| InventoryApi | project_project_id_inventory_inventory_id_delete | DELETE /project/{project_id}/inventory/{inventory_id} | Removes inventory |
| InventoryApi | project_project_id_inventory_inventory_id_get | GET /project/{project_id}/inventory/{inventory_id} | Get inventory |
| InventoryApi | project_project_id_inventory_inventory_id_put | PUT /project/{project_id}/inventory/{inventory_id} | Updates inventory |
| InventoryApi | project_project_id_inventory_post | POST /project/{project_id}/inventory | create inventory |
| KeyStoreApi | project_project_id_keys_get | GET /project/{project_id}/keys | Get access keys linked to project |
| KeyStoreApi | project_project_id_keys_key_id_delete | DELETE /project/{project_id}/keys/{key_id} | Removes access key |
| KeyStoreApi | project_project_id_keys_key_id_put | PUT /project/{project_id}/keys/{key_id} | Updates access key |
| KeyStoreApi | project_project_id_keys_post | POST /project/{project_id}/keys | Add access key |
| ProjectApi | project_project_id_backup_get | GET /project/{project_id}/backup | Backup A Project |
| ProjectApi | project_project_id_delete | DELETE /project/{project_id}/ | Delete project |
| ProjectApi | project_project_id_events_get | GET /project/{project_id}/events | Get Events related to this project |
| ProjectApi | project_project_id_get | GET /project/{project_id}/ | Fetch project |
| ProjectApi | project_project_id_notifications_test_post | POST /project/{project_id}/notifications/test | Send test notification |
| ProjectApi | project_project_id_put | PUT /project/{project_id}/ | Update project |
| ProjectApi | project_project_id_role_get | GET /project/{project_id}/role | Fetch permissions of the current user for project |
| ProjectApi | project_project_id_users_get | GET /project/{project_id}/users | Get users linked to project |
| ProjectApi | project_project_id_users_post | POST /project/{project_id}/users | Link user to project |
| ProjectApi | project_project_id_users_user_id_delete | DELETE /project/{project_id}/users/{user_id} | Removes user from project |
| ProjectApi | project_project_id_users_user_id_put | PUT /project/{project_id}/users/{user_id} | Update user role |
| ProjectApi | project_project_id_views_get | GET /project/{project_id}/views | Get view |
| ProjectApi | project_project_id_views_post | POST /project/{project_id}/views | create view |
| ProjectApi | project_project_id_views_view_id_delete | DELETE /project/{project_id}/views/{view_id} | Removes view |
| ProjectApi | project_project_id_views_view_id_get | GET /project/{project_id}/views/{view_id} | Get view |
| ProjectApi | project_project_id_views_view_id_put | PUT /project/{project_id}/views/{view_id} | Updates view |
| ProjectApi | projects_get | GET /projects | Get projects |
| ProjectApi | projects_post | POST /projects | Create a new project |
| ProjectApi | projects_restore_post | POST /projects/restore | Restore Project |
| RepositoryApi | project_project_id_repositories_get | GET /project/{project_id}/repositories | Get repositories |
| RepositoryApi | project_project_id_repositories_post | POST /project/{project_id}/repositories | Add repository |
| RepositoryApi | project_project_id_repositories_repository_id_delete | DELETE /project/{project_id}/repositories/{repository_id} | Removes repository |
| RepositoryApi | project_project_id_repositories_repository_id_get | GET /project/{project_id}/repositories/{repository_id} | Get repository |
| RepositoryApi | project_project_id_repositories_repository_id_put | PUT /project/{project_id}/repositories/{repository_id} | Updates repository |
| ScheduleApi | project_project_id_schedules_post | POST /project/{project_id}/schedules | create schedule |
| ScheduleApi | project_project_id_schedules_schedule_id_delete | DELETE /project/{project_id}/schedules/{schedule_id} | Deletes schedule |
| ScheduleApi | project_project_id_schedules_schedule_id_get | GET /project/{project_id}/schedules/{schedule_id} | Get schedule |
| ScheduleApi | project_project_id_schedules_schedule_id_put | PUT /project/{project_id}/schedules/{schedule_id} | Updates schedule |
| TaskApi | project_project_id_tasks_get | GET /project/{project_id}/tasks | Get Tasks related to current project |
| TaskApi | project_project_id_tasks_last_get | GET /project/{project_id}/tasks/last | Get last 200 Tasks related to current project |
| TaskApi | project_project_id_tasks_post | POST /project/{project_id}/tasks | Starts a job |
| TaskApi | project_project_id_tasks_task_id_delete | DELETE /project/{project_id}/tasks/{task_id} | Deletes task (including output) |
| TaskApi | project_project_id_tasks_task_id_get | GET /project/{project_id}/tasks/{task_id} | Get a single task |
| TaskApi | project_project_id_tasks_task_id_output_get | GET /project/{project_id}/tasks/{task_id}/output | Get task output |
| TaskApi | project_project_id_tasks_task_id_raw_output_get | GET /project/{project_id}/tasks/{task_id}/raw_output | Get task raw output |
| TaskApi | project_project_id_tasks_task_id_stop_post | POST /project/{project_id}/tasks/{task_id}/stop | Stop a job |
| TemplateApi | project_project_id_templates_get | GET /project/{project_id}/templates | Get template |
| TemplateApi | project_project_id_templates_post | POST /project/{project_id}/templates | create template |
| TemplateApi | project_project_id_templates_template_id_delete | DELETE /project/{project_id}/templates/{template_id} | Removes template |
| TemplateApi | project_project_id_templates_template_id_get | GET /project/{project_id}/templates/{template_id} | Get template |
| TemplateApi | project_project_id_templates_template_id_put | PUT /project/{project_id}/templates/{template_id} | Updates template |
| TemplateApi | project_project_id_templates_template_id_stop_all_tasks_post | POST /project/{project_id}/templates/{template_id}/stop_all_tasks | Stop all active tasks of template |
| UserApi | user_get | GET /user/ | Fetch logged in user |
| UserApi | user_tokens_api_token_id_delete | DELETE /user/tokens/{api_token_id} | Expires API token |
| UserApi | user_tokens_get | GET /user/tokens | Fetch API tokens for user |
| UserApi | user_tokens_post | POST /user/tokens | Create an API token |
| UserApi | users_get | GET /users | Fetches all users |
| UserApi | users_post | POST /users | Creates a user |
| UserApi | users_user_id_delete | DELETE /users/{user_id}/ | Deletes user |
| UserApi | users_user_id_get | GET /users/{user_id}/ | Fetches a user profile |
| UserApi | users_user_id_password_post | POST /users/{user_id}/password | Updates user password |
| UserApi | users_user_id_put | PUT /users/{user_id}/ | Updates user details |
| VariableGroupApi | project_project_id_environment_environment_id_delete | DELETE /project/{project_id}/environment/{environment_id} | Removes environment |
| VariableGroupApi | project_project_id_environment_environment_id_get | GET /project/{project_id}/environment/{environment_id} | Get environment |
| VariableGroupApi | project_project_id_environment_environment_id_put | PUT /project/{project_id}/environment/{environment_id} | Update environment |
| VariableGroupApi | project_project_id_environment_get | GET /project/{project_id}/environment | Get environment |
| VariableGroupApi | project_project_id_environment_post | POST /project/{project_id}/environment | Add environment |
Documentation For Models
- APIToken
- AcceptInviteRequest
- AccessKey
- AccessKeyRequest
- AccessKeyRequestLoginPassword
- AccessKeyRequestSsh
- AnsibleTaskParams
- Environment
- EnvironmentRequest
- EnvironmentSecret
- EnvironmentSecretRequest
- Event
- InfoType
- Integration
- IntegrationAlias
- IntegrationExtractValue
- IntegrationExtractValueRequest
- IntegrationMatcher
- IntegrationMatcherRequest
- IntegrationRequest
- Inventory
- InventoryRequest
- Login
- LoginMetadata
- LoginMetadataOidcProvidersInner
- Project
- ProjectBackup
- ProjectBackupEnvironmentsInner
- ProjectBackupInventoriesInner
- ProjectBackupKeysInner
- ProjectBackupMeta
- ProjectBackupRepositoriesInner
- ProjectBackupTemplatesInner
- ProjectBackupViewsInner
- ProjectInvite
- ProjectInviteRequest
- ProjectProjectIdPutRequest
- ProjectProjectIdRoleGet200Response
- ProjectProjectIdTasksPostRequest
- ProjectProjectIdTasksTaskIdStopPostRequest
- ProjectProjectIdTemplatesTemplateIdStopAllTasksPostRequest
- ProjectProjectIdUsersPostRequest
- ProjectProjectIdUsersUserIdPutRequest
- ProjectRequest
- ProjectUser
- Repository
- RepositoryRequest
- Runner
- Schedule
- ScheduleRequest
- Task
- TaskOutput
- TaskParams
- TaskPrams
- Template
- TemplateRequest
- TemplateSurveyVar
- TemplateSurveyVarValue
- TemplateVault
- TerraformTaskParams
- User
- UserPutRequest
- UserRequest
- UserTokensPostRequest
- UsersUserIdPasswordPostRequest
- View
- ViewRequest
Documentation For Authorization
Authentication schemes defined for the API:
cookie
- Type: API key
- API key parameter name: Cookie
- Location: HTTP header
bearer
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_semaphore_client-2.16.14.tar.gz.
File metadata
- Download URL: python_semaphore_client-2.16.14.tar.gz
- Upload date:
- Size: 109.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b4647c31b05eb9a2f82e5e3afe5725eef8450c1fdd3613fe71f5256677dfdbb
|
|
| MD5 |
81a1693581e31fbd37e8452bac284abd
|
|
| BLAKE2b-256 |
d2ee0becaa79569a8cc27c9be477c7ffe05850264387043a679620ceca2c09a9
|
File details
Details for the file python_semaphore_client-2.16.14-py3-none-any.whl.
File metadata
- Download URL: python_semaphore_client-2.16.14-py3-none-any.whl
- Upload date:
- Size: 264.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
483c479686cef16aaf4fdea074f06a9ab773fcdb683b55a769c5098768708cf0
|
|
| MD5 |
3cc5a4fb38b39136c36d39708d5ee1b6
|
|
| BLAKE2b-256 |
fd39d85eea59b6de9b6705dc5f48a909ef1a99890f50984a02a8addc13b6ae33
|