共用方式為


Entity - Set Labels

將標籤設定為指定的實體。

POST {endpoint}/datamap/api/atlas/v2/entity/guid/{guid}/labels

URI 參數

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

string

guid
path True

string

實體的全域唯一標識碼。

要求本文

名稱 類型 Description
body

string[]

要設定為實體的標籤

回應

名稱 類型 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

範例

Entity_SetLabels

範例要求

POST {endpoint}/datamap/api/atlas/v2/entity/guid/02c373fe-2823-4be3-97fa-55180a9faa06/labels

[
  "label1",
  "label2"
]

範例回覆

定義

AtlasErrorResponse

來自服務的錯誤回應

名稱 類型 Description
errorCode

string

錯誤碼。

errorMessage

string

錯誤訊息。

requestId

string

要求識別碼。