Skip to content

Repository files navigation

corellium-api

REST API to manage your virtual devices.

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 7.6.0-29198
  • Package version: 0.4.2
  • Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen

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:

importcorellium_api

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:

importcorellium_api

Getting Started

Please follow the installation procedure and then run the following:

from __future__ importprint_functionimporttimeimportasyncioimportcorellium_apifromcorellium_api.restimportApiExceptionfrompprintimportpprint# 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 Bearer authorization (ApiToken or JWT): BearerAuthconfiguration=corellium_api.Configuration(
host="https://app.corellium.com/api"
)
configuration.access_token='YOUR_ACCESS_TOKEN'asyncdefmain():
# Enter a context with an instance of the API clientasyncwithcorellium_api.ApiClient(configuration) asapi_client:
# Create an instance of the API classapi_instance=corellium_api.CorelliumApi(api_client)
node_id='node_id_example'# str | Node IDtry:
# Access node console via SSHapi_instance.api_v1_cluster_nodes_node_id_console_get(node_id)
exceptApiExceptionase:
print("Exception when calling CorelliumApi->api_v1_cluster_nodes_node_id_console_get: %s\n"%e)
if__name__=="__main__":
asyncio.run(main())

Documentation for API Endpoints

All URIs are relative to https://app.corellium.com/api

ClassMethodHTTP requestDescription
CorelliumApiapi_v1_cluster_nodes_node_id_console_getGET /api/v1/cluster/nodes/:nodeId/consoleAccess node console via SSH
CorelliumApiapi_v1_interconnects_getGET /api/v1/interconnectsGet all I/O Interconnects
CorelliumApiapi_v1_interconnects_interconnect_id_deleteDELETE /api/v1/interconnects/:interconnectIdDelete I/O Interconnect
CorelliumApiapi_v1_interconnects_interconnect_id_getGET /api/v1/interconnects/:interconnectIdGet Interconnect
CorelliumApiapi_v1_interconnects_interconnect_id_patchPATCH /api/v1/interconnects/:interconnectIdPartial Update Interconnect
CorelliumApiapi_v1_interconnects_interconnect_id_putPUT /api/v1/interconnects/:interconnectIdUpdate Interconnect
CorelliumApiapi_v1_interconnects_postPOST /api/v1/interconnectsCreate I/O Interconnect
CorelliumApicreate_assessmentPOST /v1/services/matrix/{instanceId}/assessmentsCreate assessment
CorelliumApidelete_assessmentDELETE /v1/services/matrix/{instanceId}/assessments/{assessmentId}Delete assessment
CorelliumApidownload_reportGET /v1/services/matrix/{instanceId}/assessments/{assessmentId}/downloadDownload report
CorelliumApiget_assessment_by_idGET /v1/services/matrix/{instanceId}/assessments/{assessmentId}Get assessment by ID
CorelliumApiget_assessments_by_instance_idGET /v1/services/matrix/{instanceId}/instances/{instanceId}/assessmentsGet assessments by instanceId
CorelliumApirun_testsPOST /v1/services/matrix/{instanceId}/assessments/{assessmentId}/testUpdate assessment state and execute MATRIX tests
CorelliumApistart_monitoringPOST /v1/services/matrix/{instanceId}/assessments/{assessmentId}/startUpdate assessment state and begin device monitoring
CorelliumApistop_monitoringPOST /v1/services/matrix/{instanceId}/assessments/{assessmentId}/stopUpdate assessment state and stop device monitoring
CorelliumApiv1_accept_shared_snapshotPOST /v1/snapshots/acceptAccept a snapshot shared with you
CorelliumApiv1_activity_exportPOST /v1/activity/exportStart activity export
CorelliumApiv1_activity_listGET /v1/activityGet resource activities
CorelliumApiv1_add_project_keyPOST /v1/projects/{projectId}/keysAdd Project Authorized Key
CorelliumApiv1_add_team_role_to_projectPUT /v1/roles/projects/{projectId}/teams/{teamId}/roles/{roleId}Add team role to project
CorelliumApiv1_add_user_role_to_projectPUT /v1/roles/projects/{projectId}/users/{userId}/roles/{roleId}Add user role to project
CorelliumApiv1_add_user_to_teamPUT /v1/teams/{teamId}/users/{userId}Add user to team
CorelliumApiv1_agent_app_readyGET /v1/instances/{instanceId}/agent/v1/app/readyCheck if App subsystem is ready
CorelliumApiv1_agent_delete_fileDELETE /v1/instances/{instanceId}/agent/v1/file/device/{filePath}Delete a File on VM
CorelliumApiv1_agent_get_fileGET /v1/instances/{instanceId}/agent/v1/file/device/{filePath}Download a File from VM
CorelliumApiv1_agent_get_temp_filenamePOST /v1/instances/{instanceId}/agent/v1/file/tempGet the path for a new temp file
CorelliumApiv1_agent_install_appPOST /v1/instances/{instanceId}/agent/v1/app/installInstall App at path
CorelliumApiv1_agent_install_profilePOST /v1/instances/{instanceId}/agent/v1/profile/installInstall a Profile to VM
CorelliumApiv1_agent_kill_appPOST /v1/instances/{instanceId}/agent/v1/app/apps/{bundleId}/killKill an App
CorelliumApiv1_agent_list_app_iconsGET /v1/instances/{instanceId}/agent/v1/app/iconsList App Icons
CorelliumApiv1_agent_list_appsGET /v1/instances/{instanceId}/agent/v1/app/appsList Apps
CorelliumApiv1_agent_list_apps_statusGET /v1/instances/{instanceId}/agent/v1/app/apps/updateList Apps Status
CorelliumApiv1_agent_list_profilesGET /v1/instances/{instanceId}/agent/v1/profile/profilesList Profiles
CorelliumApiv1_agent_run_appPOST /v1/instances/{instanceId}/agent/v1/app/apps/{bundleId}/runRun an App
CorelliumApiv1_agent_set_file_attributesPATCH /v1/instances/{instanceId}/agent/v1/file/device/{filePath}Change Attrs of a File on VM
CorelliumApiv1_agent_system_get_adb_authGET /v1/instances/{instanceId}/agent/v1/system/adbauthGet ADB Auth Setting (AOSP only)
CorelliumApiv1_agent_system_get_networkGET /v1/instances/{instanceId}/agent/v1/system/networkGet IP of eth0 (AOSP only)
CorelliumApiv1_agent_system_get_propPOST /v1/instances/{instanceId}/agent/v1/system/getpropGet System Property (AOSP only)
CorelliumApiv1_agent_system_install_open_g_appsPOST /v1/instances/{instanceId}/agent/v1/system/install-opengappsInstall OpenGApps (AOSP only)
CorelliumApiv1_agent_system_lockPOST /v1/instances/{instanceId}/agent/v1/system/lockLock Device (iOS Only)
CorelliumApiv1_agent_system_set_adb_authPUT /v1/instances/{instanceId}/agent/v1/system/adbauthSet ADB Auth Setting (AOSP only)
CorelliumApiv1_agent_system_set_hostnamePOST /v1/instances/{instanceId}/agent/v1/system/setHostnameSet Hostname of instance
CorelliumApiv1_agent_system_shutdownPOST /v1/instances/{instanceId}/agent/v1/system/shutdownInstruct VM to halt
CorelliumApiv1_agent_system_unlockPOST /v1/instances/{instanceId}/agent/v1/system/unlockUnlock Device (iOS Only)
CorelliumApiv1_agent_uninstall_appPOST /v1/instances/{instanceId}/agent/v1/app/apps/{bundleId}/uninstallUninstall an App
CorelliumApiv1_agent_uninstall_profileDELETE /v1/instances/{instanceId}/agent/v1/profile/profiles/{profileId}Uninstall a Profile from VM
CorelliumApiv1_agent_upload_filePUT /v1/instances/{instanceId}/agent/v1/file/device/{filePath}Upload a file to VM
CorelliumApiv1_attach_instance_interfacePOST /v1/instances/{instanceId}/interfacesAttach I/O Interface
CorelliumApiv1_auth_loginPOST /v1/auth/loginLog In
CorelliumApiv1_btrace_preauthorizeGET /v1/instances/{instanceId}/btrace-authorizePre-authorize an btrace download
CorelliumApiv1_clear_core_traceDELETE /v1/instances/{instanceId}/straceClear CoreTrace logs
CorelliumApiv1_clear_hyper_traceDELETE /v1/instances/{instanceId}/btraceClear HyperTrace logs
CorelliumApiv1_clear_hyper_trace_hooksPOST /v1/instances/{instanceId}/hooks/clearClear Hooks on an instance
CorelliumApiv1_clear_instance_panicsDELETE /v1/instances/{instanceId}/panicsClear Panics
CorelliumApiv1_cluster_firmware_service_devices_getGET /v1/cluster/firmware-service/devicesFetch devices from the firmware service
CorelliumApiv1_cluster_firmware_service_firmware_assets_asset_url_deleteDELETE /v1/cluster/firmware-service/firmware-assets/{assetURL}Delete a firmware asset by its URL
CorelliumApiv1_cluster_firmware_service_firmware_assets_asset_url_extended_getGET /v1/cluster/firmware-service/firmware-assets/{assetURL}/extendedFetch extended firmware-asset details including instances and associated IPSWs
CorelliumApiv1_cluster_firmware_service_firmware_assets_getGET /v1/cluster/firmware-service/firmware-assetsFetch firmware assets from the firmware service
CorelliumApiv1_cluster_firmware_service_firmware_assets_postPOST /v1/cluster/firmware-service/firmware-assetsAdd firmware assets via the firmware service
CorelliumApiv1_cluster_firmware_service_firmwares_filename_deleteDELETE /v1/cluster/firmware-service/firmwares/{filename}Delete a firmware by filename from the firmware service
CorelliumApiv1_cluster_firmware_service_firmwares_getGET /v1/cluster/firmware-service/firmwaresFetch firmwares from the firmware service
CorelliumApiv1_cluster_nodes_getGET /v1/cluster/nodesList servers in the cluster
CorelliumApiv1_cluster_nodes_node_id_getGET /v1/cluster/nodes/:nodeIdGet node details by ID
CorelliumApiv1_create_domain_auth_providerPOST /v1/domain/{domainId}/authCreate a new auth provider for a domain
CorelliumApiv1_create_hookPOST /v1/instances/{instanceId}/hooksCreate hypervisor hook for Instance
CorelliumApiv1_create_imagePOST /v1/imagesCreate a new Image
CorelliumApiv1_create_instancePOST /v1/instancesCreate Instance
CorelliumApiv1_create_network_connectionPOST /v1/network/connectionsCreate a new Network Connection
CorelliumApiv1_create_projectPOST /v1/projectsCreate a Project
CorelliumApiv1_create_snapshotPOST /v1/instances/{instanceId}/snapshotsCreate Instance Snapshot
CorelliumApiv1_create_userPOST /v1/usersCreate User
CorelliumApiv1_delete_domain_auth_providerDELETE /v1/domain/{domainId}/auth/{providerId}Delete an auth provider from a domain
CorelliumApiv1_delete_extensionDELETE /v1/extensions/{extensionId}Delete an existing extension
CorelliumApiv1_delete_hookDELETE /v1/hooks/{hookId}Delete an existing hypervisor hook
CorelliumApiv1_delete_imageDELETE /v2/images/{imageId}Delete Image
CorelliumApiv1_delete_instanceDELETE /v1/instances/{instanceId}Remove Instance
CorelliumApiv1_delete_instance_snapshotDELETE /v1/instances/{instanceId}/snapshots/{snapshotId}Delete an Instance Snapshot
CorelliumApiv1_delete_network_connectionDELETE /v1/network/connections/{id}Delete an existing Network Connection
CorelliumApiv1_delete_projectDELETE /v1/projects/{projectId}Delete a Project
CorelliumApiv1_delete_snapshotDELETE /v1/snapshots/{snapshotId}Delete a Snapshot
CorelliumApiv1_delete_snapshot_permissionsDELETE /v1/snapshots/{snapshotId}/permissionsDelete member(s)
CorelliumApiv1_delete_userDELETE /v1/users/{userId}Delete User
CorelliumApiv1_detach_instance_interfaceDELETE /v1/instances/{instanceId}/interfaces/{interfaceId}Detach I/O Interface
CorelliumApiv1_disable_expose_portPOST /v1/instances/{instanceId}/exposeport/disableDisable an exposed port on an instance for device access.
CorelliumApiv1_download_activityGET /v1/activity/export/{taskId}/downloadDownload activity
CorelliumApiv1_enable_expose_portPOST /v1/instances/{instanceId}/exposeport/enableEnable an exposed port on an instance for device access.
CorelliumApiv1_execute_hyper_trace_hooksPOST /v1/instances/{instanceId}/hooks/executeExecute Hooks on an instance
CorelliumApiv1_get_activity_export_statusGET /v1/activity/export/{taskId}Get export task status
CorelliumApiv1_get_activity_export_tasksGET /v1/activity/exportGet all export tasks for user
CorelliumApiv1_get_configGET /v1/configGet all configs
CorelliumApiv1_get_domain_auth_providersGET /v1/domain/{domainId}/authReturn all configured auth providers for a domain (including globally configured providers)
CorelliumApiv1_get_extension_by_idGET /v1/extensions/{extensionId}Get extension by id
CorelliumApiv1_get_extensionsGET /v1/extensionsGet all extensions
CorelliumApiv1_get_hook_by_idGET /v1/hooks/{hookId}Get hypervisor hook by id
CorelliumApiv1_get_hooksGET /v1/instances/{instanceId}/hooksGet all hypervisor hooks for Instance
CorelliumApiv1_get_imageGET /v1/images/{imageId}Get Image Metadata
CorelliumApiv1_get_imagesGET /v1/imagesGet all Images Metadata
CorelliumApiv1_get_install_firmware_statusGET /v1/images/install-firmware/:taskIdQuery install firmware request status.
CorelliumApiv1_get_instanceGET /v1/instances/{instanceId}Get Instance
CorelliumApiv1_get_instance_consoleGET /v1/instances/{instanceId}/consoleGet console websocket URL
CorelliumApiv1_get_instance_console_logGET /v1/instances/{instanceId}/consoleLogGet Console Log
CorelliumApiv1_get_instance_gpiosGET /v1/instances/{instanceId}/gpiosGet Instance GPIOs
CorelliumApiv1_get_instance_panicsGET /v1/instances/{instanceId}/panicsGet Panics
CorelliumApiv1_get_instance_peripheralsGET /v1/instances/{instanceId}/peripheralsGet Instance Peripherals
CorelliumApiv1_get_instance_screenshotGET /v1/instances/{instanceId}/screenshot.{format}Get Instance Screenshot
CorelliumApiv1_get_instance_snapshotGET /v1/instances/{instanceId}/snapshots/{snapshotId}Get Instance Snapshot
CorelliumApiv1_get_instance_snapshotsGET /v1/instances/{instanceId}/snapshotsGet Instance Snapshots
CorelliumApiv1_get_instancesGET /v1/instancesGet Instances
CorelliumApiv1_get_model_softwareGET /v1/models/{model}/softwareGet Software for Model
CorelliumApiv1_get_modelsGET /v1/modelsGet Supported Models
CorelliumApiv1_get_network_connectionGET /v1/network/connections/{id}Return the configuration and per project statuses for a single network provider.
CorelliumApiv1_get_projectGET /v1/projects/{projectId}Get a Project
CorelliumApiv1_get_project_instancesGET /v1/projects/{projectId}/instancesGet Instances in Project
CorelliumApiv1_get_project_keysGET /v1/projects/{projectId}/keysGet Project Authorized Keys
CorelliumApiv1_get_project_network_logGET /v1/projects/{projectId}/network/logRetrieve the network connection log for a project
CorelliumApiv1_get_project_network_statusGET /v1/projects/{projectId}/network/statusRetrieve the network connection status for a project
CorelliumApiv1_get_project_vpn_configGET /v1/projects/{projectId}/vpnconfig/{format}Get Project VPN Configuration
CorelliumApiv1_get_projectsGET /v1/projectsGet Projects
CorelliumApiv1_get_reset_link_infoGET /v1/users/reset-link-infoSend Password Reset Link Info
CorelliumApiv1_get_shared_snapshotsGET /v1/snapshots/sharedFetch shared snapshots
CorelliumApiv1_get_snapshotGET /v1/snapshots/{snapshotId}Get Snapshot
CorelliumApiv1_install_firmwarePOST /v1/images/install-firmwareInstalls a firmware for cluster-wide use
CorelliumApiv1_instances_instance_id_message_postPOST /v1/instances/{instanceId}/messageInject a message into an iOS VM
CorelliumApiv1_instances_instance_id_netdump_pcap_getGET /v1/instances/{instanceId}/netdump.pcapDownload a netdump pcap file
CorelliumApiv1_instances_instance_id_network_monitor_pcap_getGET /v1/instances/{instanceId}/networkMonitor.pcapDownload a Network Monitor pcap file
CorelliumApiv1_kcrangeGET /v1/instances/{instanceId}/btrace-kcrangeGet Kernel extension ranges
CorelliumApiv1_list_network_connectionsGET /v1/network/connectionsList available network connections
CorelliumApiv1_list_network_interfacesGET /v1/network/interfacesList available physical network interfaces
CorelliumApiv1_list_network_providersGET /v1/network/providersList available network providers
CorelliumApiv1_list_threadsGET /v1/instances/{instanceId}/strace/thread-listGet Running Threads (CoreTrace)
CorelliumApiv1_load_extensionPOST /v1/extensionsLoad an extension
CorelliumApiv1_media_playPOST /v1/instances/{instanceId}/media/playStart playing media
CorelliumApiv1_media_stopPOST /v1/instances/{instanceId}/media/stopStop playing media
CorelliumApiv1_parse_extension_jsonPOST /v1/extensions/parse/extension.jsonValidates extension.json
CorelliumApiv1_partial_update_network_connectionPATCH /v1/network/connections/{id}Update Network Connection (partial)
CorelliumApiv1_patch_instancePATCH /v1/instances/{instanceId}Update Instance
CorelliumApiv1_patch_instance_read_onlyPATCH /v1/instances/{instanceId}/read-onlyUpdate Instance Read Only
CorelliumApiv1_pause_instancePOST /v1/instances/{instanceId}/pausePause an Instance
CorelliumApiv1_post_instance_inputPOST /v1/instances/{instanceId}/inputProvide Instance Input
CorelliumApiv1_readyGET /v1/readyAPI Status
CorelliumApiv1_reboot_instancePOST /v1/instances/{instanceId}/rebootReboot an Instance
CorelliumApiv1_remove_project_keyDELETE /v1/projects/{projectId}/keys/{keyId}Delete Project Authorized Key
CorelliumApiv1_remove_team_role_from_projectDELETE /v1/roles/projects/{projectId}/teams/{teamId}/roles/{roleId}Remove team role from project
CorelliumApiv1_remove_user_from_teamDELETE /v1/teams/{teamId}/users/{userId}Remove user from team
CorelliumApiv1_remove_user_role_from_projectDELETE /v1/roles/projects/{projectId}/users/{userId}/roles/{roleId}Remove user role from project
CorelliumApiv1_rename_instance_snapshotPATCH /v1/instances/{instanceId}/snapshots/{snapshotId}Rename an Instance Snapshot
CorelliumApiv1_reset_user_passwordPOST /v1/users/reset-passwordReset User Password
CorelliumApiv1_restore_backupPOST /v1/instances/{instanceId}/restoreBackupRestore backup
CorelliumApiv1_restore_instance_snapshotPOST /v1/instances/{instanceId}/snapshots/{snapshotId}/restoreRestore an Instance Snapshot
CorelliumApiv1_rolesGET /v1/rolesGet all roles
CorelliumApiv1_rotate_instancePOST /v1/instances/{instanceId}/rotateRotate device to specified orientation
CorelliumApiv1_send_user_reset_linkPOST /v1/users/send-reset-linkSend Password Reset Link
CorelliumApiv1_set_instance_gpiosPUT /v1/instances/{instanceId}/gpiosSet Instance GPIOs
CorelliumApiv1_set_instance_peripheralsPUT /v1/instances/{instanceId}/peripheralsSet Instance Peripherals
CorelliumApiv1_set_instance_statePUT /v1/instances/{instanceId}/stateSet state of Instance
CorelliumApiv1_set_snapshot_permissionsPOST /v1/snapshots/{snapshotId}/permissionsSet member list
CorelliumApiv1_share_snapshotPOST /v1/snapshots/{snapshotId}/shareShare snapshot
CorelliumApiv1_snapshot_renamePATCH /v1/snapshots/{snapshotId}Rename a Snapshot
CorelliumApiv1_start_core_tracePOST /v1/instances/{instanceId}/strace/enableStart CoreTrace on an instance
CorelliumApiv1_start_hyper_tracePOST /v1/instances/{instanceId}/btrace/enableStart HyperTrace on an instance
CorelliumApiv1_start_instancePOST /v1/instances/{instanceId}/startStart an Instance
CorelliumApiv1_start_netdumpPOST /v1/instances/{instanceId}/netdump/enableStart Enhanced Network Monitor on an instance.
CorelliumApiv1_start_network_monitorPOST /v1/instances/{instanceId}/sslsplit/enableStart Network Monitor on an instance.
CorelliumApiv1_stop_core_tracePOST /v1/instances/{instanceId}/strace/disableStop CoreTrace on an instance.
CorelliumApiv1_stop_hyper_tracePOST /v1/instances/{instanceId}/btrace/disableStop HyperTrace on an instance.
CorelliumApiv1_stop_instancePOST /v1/instances/{instanceId}/stopStop an Instance
CorelliumApiv1_stop_netdumpPOST /v1/instances/{instanceId}/netdump/disableStop Enhanced Network Monitor on an instance.
CorelliumApiv1_stop_network_monitorPOST /v1/instances/{instanceId}/sslsplit/disableStop Network Monitor on an instance.
CorelliumApiv1_team_changePATCH /v1/teams/{teamId}Update team
CorelliumApiv1_team_createPOST /v1/teamsCreate team
CorelliumApiv1_team_deleteDELETE /v1/teams/{teamId}Delete team
CorelliumApiv1_teamsGET /v1/teamsGet teams
CorelliumApiv1_unpause_instancePOST /v1/instances/{instanceId}/unpauseUnpause an Instance
CorelliumApiv1_update_domain_auth_providerPUT /v1/domain/{domainId}/auth/{providerId}Update an auth provider for a domain
CorelliumApiv1_update_extensionPUT /v1/extensions/{extensionId}Update an existing extension
CorelliumApiv1_update_hookPUT /v1/hooks/{hookId}Update an existing hypervisor hook
CorelliumApiv1_update_network_connectionPUT /v1/network/connections/{id}Update Network Connection
CorelliumApiv1_update_projectPATCH /v1/projects/{projectId}Update a Project
CorelliumApiv1_update_project_settingsPATCH /v1/projects/{projectId}/settingsChange Project Settings
CorelliumApiv1_update_userPATCH /v1/users/{userId}Update User
CorelliumApiv1_upgrade_instancePOST /v1/instances/{instanceId}/upgradeUpgrade iOS version
CorelliumApiv1_upload_image_dataPOST /v1/images/{imageId}Upload Image Data
CorelliumApiv1_user_agree_termsPOST /v1/users/agreeConsent to the current terms and conditions
CorelliumApiv1_users_change_password_postPOST /v1/users/change-passwordChange User Password
CorelliumApiv1_users_loginPOST /v1/users/loginLog In
CorelliumApiv1_web_player_allowed_domainsGET /v1/webplayer/allowedDomainsRetrieve the list of allowed domains for all Webplayer sessions
CorelliumApiv1_web_player_create_sessionPOST /v1/webplayerCreate a new Webplayer Session
CorelliumApiv1_web_player_destroy_sessionDELETE /v1/webplayer/{sessionId}Tear down a Webplayer Session
CorelliumApiv1_web_player_list_sessionsGET /v1/webplayerList all Webplayer sessions
CorelliumApiv1_web_player_session_infoGET /v1/webplayer/{sessionId}Retrieve Webplayer Session Information
CorelliumApiv2_get_instance_quick_connect_commandGET /v2/instances/{instanceId}/quickConnectCommandRecommended SSH Command for Quick Connect
CorelliumApiv2_get_instance_stateGET /v2/instances/{instanceId}/stateGet state of Instance

Documentation For Models

Documentation For Authorization

BearerAuth

  • Type: Bearer authentication (ApiToken or JWT)

Author

About

No description, website, or topics provided.

Resources

Stars

15 stars

Watchers

10 watching

Forks

Releases

Packages

Used by

Contributors

Languages