Entity
Create or update an entity in Atlas. Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName. Map and array of collections are not well supported. E.g., array<array<int>>, array<map<string, int>>. For each contact type, the maximum number of contacts is 20.
post/atlas/v2/entity
Query parameters
businessAttributeUpdateBehavior'ignore' | 'replace' | 'merge'
Used to define the update behavior for business attributes when updating entities.
Request body
Response
Created with EntityMutationResponse.
Changes
Changed in 1 of the 3 revisions of this API.1
- ○
added the new optional
queryrequest parameterbusinessAttributeUpdateBehaviornew-optional-request-parameter
- ○