共用方式為


Glossary - Delete Term Assignment From Entities

刪除指定相關物件的字詞指派。

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

URI 參數

名稱 位於 必要 類型 Description
endpoint
path True

string

termId
path True

string

詞彙的全域唯一標識碼。

要求本文

名稱 類型 Description
body

AtlasRelatedObjectId[]

相關物件標識碼的陣列,該字詞必須解除關聯。

回應

名稱 類型 Description
204 No Content

此要求沒有要傳送的內容,但標頭可能很有用。

Other Status Codes

AtlasErrorResponse

非預期的錯誤回應。

安全性

OAuth2Auth

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
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"
  }
]

範例回覆

定義

名稱 Description
AtlasErrorResponse

來自服務的錯誤回應

AtlasRelatedObjectId

在關聯屬性值中使用的 AtlasEntity 型別對象實例參考

AtlasStruct

擷取結構內容的詳細數據。 未直接具現化,僅透過 AtlasEntity、AtlasClassification 使用。

EntityStatus

狀態 - 可以是作用中或刪除

StatusAtlasRelationship

atlas 關聯性的狀態

AtlasErrorResponse

來自服務的錯誤回應

名稱 類型 Description
errorCode

string

錯誤碼。

errorMessage

string

錯誤訊息。

requestId

string

要求識別碼。

AtlasRelatedObjectId

在關聯屬性值中使用的 AtlasEntity 型別對象實例參考

名稱 類型 Description
displayText

string

顯示文字。

entityStatus

EntityStatus

實體的狀態 - 可以是作用中或刪除。 已刪除的實體不會移除。

guid

string

物件的 GUID。

relationshipAttributes

AtlasStruct

擷取結構內容的詳細數據。 未直接具現化,僅透過 AtlasEntity、AtlasClassification 使用。

relationshipGuid

string

關聯性的 GUID。

relationshipStatus

StatusAtlasRelationship

關聯性狀態的列舉。

relationshipType

string

關聯性類型

typeName

string

型別的名稱。

uniqueAttributes

物件的唯一屬性。

AtlasStruct

擷取結構內容的詳細數據。 未直接具現化,僅透過 AtlasEntity、AtlasClassification 使用。

名稱 類型 Description
attributes

結構的屬性。

lastModifiedTS

string

ETag 用於並行控制。

typeName

string

型別的名稱。

EntityStatus

狀態 - 可以是作用中或刪除

名稱 類型 Description
ACTIVE

string

狀態為作用中。

DELETED

string

狀態已刪除。

StatusAtlasRelationship

atlas 關聯性的狀態

名稱 類型 Description
ACTIVE

string

作用中

DELETED

string

已刪除