Hcls¶
This section documents the HclsApi client from openapi_client.api.hcls_api. The content is generated automatically and updates when new methods are added.
Client¶
To use this API client:
import certifi
import boto3
from openapi_client.amorphic_api_client import AmorphicApiClient
from openapi_client.api.hcls_api import HclsApi
ssm = boto3.client('ssm')
api_gw_url = ssm.get_parameter(Name='adp/amorphic/config/apigwurl', WithDecryption=False)['Parameter']['Value'] # String type; use WithDecryption=True for SecureString
role_id = ssm.get_parameter(Name='adp/amorphic/config/roleid', WithDecryption=False)['Parameter']['Value'] # String type; use WithDecryption=True for SecureString
client = AmorphicApiClient.create_with_auth(
host=api_gw_url,
role_id=role_id,
ssl_ca_cert=certifi.where(),
ssm_parameter='adp/amorphic/config/pattoken'
)
api = HclsApi(client)
Available Methods¶
- cancel_hcls_store_run
- connect_disconnect_hcls_store_flexview
- create_hcls_store
- create_hcls_store_resource_by_type
- delete_hcls_store
- delete_hcls_store_resource_by_type_and_id
- delete_hcls_store_run
- generate_hcls_store_flexview_token
- get_hcls_store_details
- get_hcls_store_job_details
- get_hcls_store_resource_by_type
- get_hcls_store_resource_by_type_and_id
- get_hcls_store_resource_metadata
- get_hcls_store_run_details
- list_hcls_store_jobs
- list_hcls_store_runs
- list_hcls_stores
- search_hcls_store_healthimaging_imagesets
- start_hcls_store_job
- start_hcls_store_run
- update_hcls_store
- update_hcls_store_resource_by_type_and_id