ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Types | Public Attributes | Static Public Attributes | List of all members
ore_import_request Struct Reference

Request to import an ORE directory that has been uploaded to storage. More...

#include <ore_import_protocol.hpp>

Collaboration diagram for ore_import_request:
Collaboration graph

Public Types

using response_type = ore_import_response
 

Public Attributes

std::string request_id
 UUID; also the storage key root.
 
std::string import_choices_json
 JSON-serialised import_choices.
 
std::string correlation_id
 Propagated from the Qt client for log correlation.
 

Static Public Attributes

static constexpr std::string_view nats_subject = "workflow.v1.ore.import"
 

Detailed Description

Request to import an ORE directory that has been uploaded to storage.

The client uploads the packed ORE directory tarball to "ore-imports/{request_id}.tar.gz" before sending this message.