次の方法で共有


Glossary - Delete Term Assignment From Entities

特定の関連オブジェクトの一覧の用語割り当てを削除します。

DELETE {endpoint}/datamap/api/atlas/v2/glossary/terms/{termId}/assignedEntities

URI パラメーター

名前 / 必須 説明
endpoint
path True

string

termId
path True

string

用語集の用語のグローバル一意識別子。

要求本文

名前 説明
body

AtlasRelatedObjectId[]

用語の関連付けを解除する必要がある関連オブジェクト ID の配列。

応答

名前 説明
204 No Content

この要求に送信するコンテンツはありませんが、ヘッダーが役に立つ場合があります。

Other Status Codes

AtlasErrorResponse

予期しないエラー応答。

セキュリティ

OAuth2Auth

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
https://purview.azure.net/.default

Glossary_RemoveTermAssignmentFromEntities

要求のサンプル

DELETE {endpoint}/datamap/api/atlas/v2/glossary/terms/8a7f65ec-6429-0b9b-3734-ec57bf1e34c2/assignedEntities

[
  {
    "guid": "16feb2a1-2c79-ade1-338d-fb24fcb8b8bd",
    "relationshipGuid": "624f08bb-3c93-4f03-9ce1-ed2ce2c7c8d5"
  }
]

応答のサンプル

定義

名前 説明
AtlasErrorResponse

サービスからのエラー応答

AtlasRelatedObjectId

リレーションシップ属性値で使用される AtlasEntity 型のオブジェクト インスタンスへの参照

AtlasStruct

構造体の内容の詳細をキャプチャします。 直接インスタンス化されず、AtlasEntity、AtlasClassification 経由でのみ使用されます。

EntityStatus

状態 - アクティブまたは削除可能

StatusAtlasRelationship

Atlas リレーションシップの状態

AtlasErrorResponse

サービスからのエラー応答

名前 説明
errorCode

string

エラー コード。

errorMessage

string

エラー メッセージ。

requestId

string

要求 ID です。

AtlasRelatedObjectId

リレーションシップ属性値で使用される AtlasEntity 型のオブジェクト インスタンスへの参照

名前 説明
displayText

string

表示テキスト。

entityStatus

EntityStatus

エンティティの状態 - アクティブまたは削除できます。 削除されたエンティティは削除されません。

guid

string

オブジェクトの GUID。

relationshipAttributes

AtlasStruct

構造体の内容の詳細をキャプチャします。 直接インスタンス化されず、AtlasEntity、AtlasClassification 経由でのみ使用されます。

relationshipGuid

string

リレーションシップの GUID。

relationshipStatus

StatusAtlasRelationship

リレーションシップの状態の列挙型。

relationshipType

string

リレーションシップの種類

typeName

string

型の名前。

uniqueAttributes

オブジェクトの一意の属性。

AtlasStruct

構造体の内容の詳細をキャプチャします。 直接インスタンス化されず、AtlasEntity、AtlasClassification 経由でのみ使用されます。

名前 説明
attributes

構造体の属性。

lastModifiedTS

string

コンカレンシー制御の ETag。

typeName

string

型の名前。

EntityStatus

状態 - アクティブまたは削除可能

名前 説明
ACTIVE

string

状態がアクティブです。

DELETED

string

状態が削除されます。

StatusAtlasRelationship

Atlas リレーションシップの状態

名前 説明
ACTIVE

string

active

DELETED

string

deleted