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.
| parameter | value |
|---|---|
| host | evt.api.enterprisedata.cloud.slb-ds.com |
| stoken | <your_credential_token_here> |
| tenantName | company |
| subprojectName | tutorial-<your project suffix_here> |
| subprojectUserAdmin | <your_test_user_admin>@company.com |
| subprojectUserViewer | <your_test_user_viewer>@company.com |
| legalTag | company-public-usa-seistore-1 |
| storageClass | MULTI_REGIONAL |
| storageLocation | US |
| datasetName | testdata.txt |
| datasetPath | /data/ (url encoded) |
| applicationEmail | <your_test_app_email>@company.com |
The examples in each section will be provided in bash using curl.