Entity - Add Label
特定のエンティティに特定のラベルを追加します。
PUT {endpoint}/datamap/api/atlas/v2/entity/guid/{guid}/labels
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
endpoint
|
path | True |
string |
|
guid
|
path | True |
string |
エンティティのグローバル一意識別子。 |
要求本文
名前 | 型 | 説明 |
---|---|---|
body |
string[] |
追加するラベルのセット |
応答
名前 | 型 | 説明 |
---|---|---|
204 No Content |
この要求に送信するコンテンツはありませんが、ヘッダーが役立つ場合があります。 |
|
Other Status Codes |
予期しないエラー応答。 |
セキュリティ
OAuth2Auth
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
https://purview.azure.net/.default |
例
Entity_AddLabel
要求のサンプル
PUT {endpoint}/datamap/api/atlas/v2/entity/guid/02c373fe-2823-4be3-97fa-55180a9faa06/labels
[
"label1",
"label2"
]
応答のサンプル
定義
AtlasErrorResponse
サービスからのエラー応答
名前 | 型 | 説明 |
---|---|---|
errorCode |
string |
エラー コード。 |
errorMessage |
string |
エラー メッセージ。 |
requestId |
string |
要求 ID です。 |