"EPIC Core API"
Project description
epiccore
REST API for interacting with EPIC (https://epic.zenotech.com) services.
Please note this API is in BETA and does not yet contain all EPIC functionality.
This Python package is automatically generated by the OpenAPI Generator project:
- API version: v2
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Requirements.
Python 2.7 and 3.4+
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 epiccore
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 epiccore
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import epiccore
from epiccore.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://epic.zenotech.com/api/v2
# See configuration.py for a list of all supported configuration parameters.
configuration = epiccore.Configuration(
host = "https://epic.zenotech.com/api/v2"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Bearer
configuration = epiccore.Configuration(
host = "https://epic.zenotech.com/api/v2",
api_key = {
'Bearer': 'YOUR_API_KEY'
}
)
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Bearer'] = 'Bearer'
# Enter a context with an instance of the API client
with epiccore.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = epiccore.BillingApi(api_client)
try:
api_response = api_instance.billing_limits_list()
pprint(api_response)
except ApiException as e:
print("Exception when calling BillingApi->billing_limits_list: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to https://epic.zenotech.com/api/v2
Class | Method | HTTP request | Description |
---|---|---|---|
BillingApi | billing_limits_list | GET /billing/limits/ | |
BillingApi | billing_limits_partial_update | PATCH /billing/limits/ | |
CatalogApi | catalog_applications_list | GET /catalog/applications/ | |
CatalogApi | catalog_applications_read | GET /catalog/applications/{application}/ | |
CatalogApi | catalog_clusters_list | GET /catalog/clusters/ | |
CatalogApi | catalog_clusters_read | GET /catalog/clusters/{queue_code}/ | |
CatalogApi | catalog_desktop_list | GET /catalog/desktop/ | |
CatalogApi | catalog_desktop_read | GET /catalog/desktop/{node_code}/ | |
ConfigApi | config_read | GET /config/{app_code}/{queue_code}/ | |
DataApi | data_file_list | GET /data/file/ | |
DataApi | data_file_read | GET /data/file/{id}/ | |
DataApi | data_folder_list | GET /data/folder/ | |
DataApi | data_folder_read | GET /data/folder/{id}/ | |
DataApi | data_session_list | GET /data/session/ | |
DesktopApi | desktop_create | POST /desktop/ | |
DesktopApi | desktop_list | GET /desktop/ | |
DesktopApi | desktop_quote | POST /desktop/quote/ | |
DesktopApi | desktop_read | GET /desktop/{id}/ | |
DesktopApi | desktop_terminate | POST /desktop/{id}/terminate/ | |
JobApi | job_auth_read | GET /job/{id}/auth/ | |
JobApi | job_auth_update | PUT /job/{id}/auth/ | |
JobApi | job_cancel | POST /job/{id}/cancel/ | |
JobApi | job_create | POST /job/ | |
JobApi | job_list | GET /job/ | |
JobApi | job_partial_update | PATCH /job/{id}/ | |
JobApi | job_quote | POST /job/quote/ | |
JobApi | job_read | GET /job/{id}/ | |
JobApi | job_residuals_read | GET /job/{id}/residuals/ | |
JobauthApi | jobauth_list | GET /jobauth/ | |
JobauthApi | jobauth_read | GET /jobauth/{job}/ | |
JobauthApi | jobauth_update | PUT /jobauth/{job}/ | |
JobrefreshApi | jobrefresh_create | POST /jobrefresh/ | |
JobrefreshApi | jobrefresh_read | GET /jobrefresh/{id}/ | |
JobstepApi | jobstep_cancel | POST /jobstep/{id}/cancel/ | |
JobstepApi | jobstep_list | GET /jobstep/ | |
JobstepApi | jobstep_logs_read | GET /jobstep/{id}/logs/ | |
JobstepApi | jobstep_read | GET /jobstep/{id}/ | |
LicensesApi | licenses_ansys | POST /licenses/ansys/ | |
LicensesApi | licenses_create | POST /licenses/ | |
LicensesApi | licenses_list | GET /licenses/ | |
LicensesApi | licenses_read | GET /licenses/{id}/ | |
LicensesApi | licenses_update | PUT /licenses/{id}/ | |
LicensesApi | licenses_zcad | POST /licenses/zcad/ | |
LicensesApi | licenses_zcfd | POST /licenses/zcfd/ | |
ProfileApi | profile_settings_list | GET /profile/settings/ | |
ProjectsApi | projects_list | GET /projects/ | |
ProjectsApi | projects_partial_update | PATCH /projects/{id}/ | |
ProjectsApi | projects_read | GET /projects/{id}/ | |
TeamsApi | teams_list | GET /teams/ | |
TeamsApi | teams_read | GET /teams/{id}/ |
Documentation For Models
- AcceleratorConfig
- AnsysLicense
- ApplicationConfigurationSerialiser
- BatchApplicationDetails
- BatchApplicationList
- BatchApplicationVersionDetails
- BatchQueueDetails
- Budget
- ClusterNodeConfig
- Cost
- CostThreshold
- CurrentSpend
- DataLocation
- DataSpec
- DesktopInstance
- DesktopNodeLaunchSpec
- DesktopNodeQuote
- DesktopNodeType
- Discount
- EnvironmentVariable
- File
- FileDetails
- Folder
- FolderDetails
- IaasCost
- InlineResponse200
- InlineResponse2001
- InlineResponse20010
- InlineResponse20011
- InlineResponse2002
- InlineResponse2003
- InlineResponse2004
- InlineResponse2005
- InlineResponse2006
- InlineResponse2007
- InlineResponse2008
- InlineResponse2009
- Job
- JobAppOptions
- JobArraySpec
- JobAuth
- JobAuthStatus
- JobClusterSpec
- JobConfiguration
- JobDataBinding
- JobLog
- JobQuote
- JobResidual
- JobResidualData
- JobSpec
- JobStep
- JobStepDetails
- JobSummary
- JobTaskSpec
- JobstepResponseRequest
- License
- Limit
- Limits
- MaxLimit
- MonthlyLimit
- PriceQuote
- ProductName
- ProfileSummary
- Project
- ProjectDetails
- SLA
- ServiceCharge
- SessionToken
- SiteConfigurationSerialiser
- SoftwareCost
- SpendLimit
- TaskQuote
- Tax
- Team
- TeamDetails
- TeamSelect
- Template
- Total
- Total1
- UserName
- ZenotechLicense
Documentation For Authorization
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
File details
Details for the file epiccore-0.0.28.tar.gz
.
File metadata
- Download URL: epiccore-0.0.28.tar.gz
- Upload date:
- Size: 72.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4780490fcb0b49cebfb6b18a0b504ea247bb96a0094ad2c0014bb45ca087855c |
|
MD5 | 6bf9c836ab44d509f6306a6bd2c052a5 |
|
BLAKE2b-256 | 9b90bb6ba28f691164cfbe74865c346a8d4c0dc04ef52c7155feaf9c26ef5d4d |
File details
Details for the file epiccore-0.0.28-py3-none-any.whl
.
File metadata
- Download URL: epiccore-0.0.28-py3-none-any.whl
- Upload date:
- Size: 201.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5adf89d77e48bc6572891e7d5c853b20ccc66ac7bc198d62a28634fefcc4f4ad |
|
MD5 | 579e58ad8c017f70d73f172443fd20c4 |
|
BLAKE2b-256 | 5743f203037c42d9a4a1e8b66253e034db0d533a19063443daa80e479177b729 |