v4

latestSwagger 2.02026-07-13109102258.7 KB
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.

All 109 operations