Last updated

Introduction

Seismic Store is a service component of Seismic DMS and provides APIs for user and data management. This tutorial illustrates how resources are organized in seismic store, how a tenant project can be created/provisioned, and how to manage subprojects, onboard users, and work with datasets. In this tutorial we show examples used for a demonstration purpose only, replace these variables at your convenience.

parametervalue
hostevt.api.enterprisedata.cloud.slb-ds.com
stoken<your_credential_token_here>
tenantNamecompany
subprojectNametutorial-<your project suffix_here>
subprojectUserAdmin<your_test_user_admin>@company.com
subprojectUserViewer<your_test_user_viewer>@company.com
legalTagcompany-public-usa-seistore-1
storageClassMULTI_REGIONAL
storageLocationUS
datasetNametestdata.txt
datasetPath/data/ (url encoded)
applicationEmail<your_test_app_email>@company.com

The examples in each section will be provided in bash using curl.