你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

教程:使用 Seismic DDMS API 处理地震数据

使用 Postman 中的 Seismic 域数据管理服务 (DDMS) API 处理 Azure Data Manager for Energy 实例中的地震数据。

本教程介绍如何执行下列操作:

  • 为地震数据注册数据分区。
  • 利用 Seismic DDMS API 存储和检索地震数据。

有关 DDMS 的详细信息,请参阅 DDMS 概念

先决条件

获取 Azure Data Manager for Energy 实例详细信息

首先从 Azure 门户中的 Azure Data Manager for Energy 实例获取以下信息:

参数 示例
client_id 应用程序(客户端)ID 3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx
client_secret 客户端机密 _fl******************
tenant_id 目录(租户)ID 72f988bf-86f1-41af-91ab-xxxxxxxxxxxx
base_url URL https://<instance>.energy.azure.com
data-partition-id 数据分区 <data-partition-name>

设置 Postman

  1. 下载并安装 Postman 桌面应用。

  2. 将以下文件导入 Postman:

    要导入这些文件:

    1. 选择在 Postman 中导入

      Screenshot that shows the Import button in Postman.

    2. 将每个文件的 URL 粘贴到搜索框中。

      Screenshot that shows importing collection and environment files in Postman via URL.

  3. 使用在 Azure Data Manager for Energy 实例详细信息中获取的信息更新 Postman 环境中的 CURRENT_VALUE

使用 Seismic DDMS API 存储和检索地震数据

创建一个会自动添加到你的地震 DDMS 环境中的合法标签,以确保数据合规性。

API:“设置”>“为 SDDMS 创建合法标签”

方法:POST

Screenshot that shows the API that creates a legal tag.

有关详细信息,请参阅管理合法标签

验证服务

在 Azure Data Manager for Energy 实例中运行基本服务连接和状态测试。

API:“服务验证”>“检查状态”

方法:GET

Screenshot that shows the API that checks the service's status.

租户

在 Azure Data Manager for Energy 实例中创建租户。

注意

必须先将数据分区注册为租户,然后才能将其与 Seismic DDMS 一起使用。

API:“租户”>“注册地震 dms 租户”

方法:POST

Screenshot that shows the API that registers a tenant.

创建子项目

在 Azure Data Manager for Energy 实例中创建子项目。

API:“子项目”>“创建新的子项目”

方法:POST

Screenshot that shows the API that creates a subproject.

注册数据集

在 Azure Data Manager for Energy 实例中注册数据集。

API:“数据集”>“注册新的数据集”

方法:POST

Screenshot that shows the API that creates a dataset.

注册应用程序

在 Azure Data Manager for Energy 实例中注册应用程序。

API:“应用程序”>“注册新的应用程序”

方法:POST

Screenshot that shows the API that registers an application.

下一步

作为 Postman 的替代用户体验,可以使用 sdutil 命令行 Python 工具直接与 Seismic Store 交互。 使用以下教程入门: