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

referredEntitiesobject

The referred entities.

Response

Created with EntityMutationResponse.

guidAssignmentsobject

A map of GUID assignments with entities.

mutatedEntitiesobject

The entity headers of mutated entities.

Changes

Changed in 1 of the 3 revisions of this API.1

  • 2021-05-01-preview63dd676f9a6b1See the full diff
    • added the new optional query request parameter businessAttributeUpdateBehavior

      new-optional-request-parameter