Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 558 Bytes

API utilities.md

File metadata and controls

10 lines (8 loc) · 558 Bytes

Atlas utility API

1. Bulk API to associate a tag/classification to multiple entities

curl -v -u admin -X POST --header 'Content-Type: application/json;charset=UTF-8' --header 'Accept: application/json' -d @payload.json 'http://localhost:21000/api/atlas/v2/entity/bulk/classification'
  • Here is the payload file.
  • unique is the classification name, and the entitiGuids represent entities to be tagged.
  • Atlas API