LogoLogo
Illumina KnowledgeIllumina SupportSign In
  • Home
  • Get Started
    • Overview
    • Typical user actions
  • Installation (Connected Insights - Local)
    • Overview
    • Prerequisites
    • Install Connected Insights Software
    • Install Illumina Connected Annotations
    • Install License File
    • Sign In to Connected Insights
    • Install Knowledge Bases
    • Installation Status Messages
  • Configuration
    • Overview
    • Automation
    • Custom Actionability Classification
    • Custom Annotations
    • Custom Case Data Definition
    • Disease Configuration
    • Test Definition Setup
    • Variant Flag Groups
    • Variant Filters
    • Preferred Transcripts
    • Pipeline and QC Configuration
    • Reports
      • Templates
      • Customizations
  • APIs
    • Overview
    • Case APIs
    • Ingest Cloud Analysis Data API (Connected Insights - Cloud Only)
    • Report APIs
    • Audit Log APIs
  • Data Upload
    • Overview
    • Data Upload from User Storage (Connected Insights - Cloud and Connected Insights - Local)
    • Data Upload from ICA (Connected Insights - Cloud)
    • Custom Pipeline Configuration
      • VCF Input Requirement
    • Custom Case Data Upload
    • Assertions Upload
  • Case Management
    • Overview
    • Cases List
    • Case Metada Upload
    • Case Details
      • Merge Cases
    • Overview Tab
    • Visualize Tab
    • Lab QC Tab
    • Report Tab
  • Interpretation
    • Overview
    • Variant Grid
    • Modify Variant Grid
    • IGV Visualizations
    • Transcripts
    • Apply Variant Filters
      • Filter by Variant Category
      • Variant Details Filters
      • Variant Quality Filters
      • Functional Impact Filters
      • Disease Association Filters
      • Variant Frequency Filters
      • Flags Filter
      • Filtering Logic
    • View Variant Details
      • Biological Classification
      • Actionability
      • Clinical Trials
      • Oncogenicity Prediction
      • Visualize
      • Variant Overview
      • Gene Overview
      • Cancer Data Sets
      • Computer Predictors
      • Population
    • Interpret a Variant
    • Edit, Remove, and Archive Assertions
  • Reports
    • Overview
  • Usage
    • Overview
  • Administration
    • Overview
    • Administration Console (Connected Insights - Local)
  • Troubleshooting
    • Overview
    • Data Backup (Connected Insights - Local)
    • Software Errors and Corrective Actions
  • Resources and References
    • Overview
    • Acronyms and Terms
    • Release Notes
  • Technical Assistance
    • Overview
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. APIs

Ingest Cloud Analysis Data API (Connected Insights - Cloud Only)

Use an API to ingest cloud analysis data in Illumina Connected Analytics (ICA) into Connected Insights as follows.

  1. From the API page, navigate to the Cloud Analysis section.

  2. Select POST /crs/api/v1/analysis-molecular-data/ica/ingest-ica-analysis.

  3. In the Parameters table, update the description for the following required parameters:

    • analysisProjectId — The ICA project ID that contains the analysis. To retrieve this ID, open the ICA project containing the analysis and copy the ID from the URL (for example, https://{ICA-host-name}.illumina.com//ica/projects/{analysisProjectId}/projectDetails).

    • analysisId — The ICA analysis ID. To retrieve this ID, open the ICA project containing the analysis, open the desired analysis, and copy the ID value from the ID field.

  4. [Optional]Update the description for one of the following optional parameters:

    • workflowId — The workflow ID for the Connected Insights pipeline that will be used to ingest the analysis data. Note, the associated test definition will be applied. To retrieve this ID, go to the Connected Insights Configuration page, General tab, Data Upload section, and select From Illumina Connected Analytics to view the ICA Pipeline workflows. Select the menu icon within the desired workflow and select Copy Workflow Id.

    • pipelineId — The ICA pipeline ID used in the desired analysis. To retrieve this ID, open the ICA project containing the analysis, open the desired analysis, find the pipeline listed here and open it, open the pipeline, and copy the ID value from the ID field.

    ❗ Enter either the specific workflow or pipeline ID.

    • autoGenerateCaseId — Select either true or false for the system-generated case ID (the default value is false).

    • tags — Tag names associated with the case that can be used for a full or partial search.

    • analysisStatus — Enter either SUCCEEDED or FAILED for the analysis status from ICA for the run (the default is SUCCEEDED).

    • Accept-Language — The applicable language for the data.

  5. Select Execute.

PreviousCase APIsNextReport APIs

Last updated 1 year ago

Was this helpful?