Create multiple entities
POST/v1/blueprints/:blueprint_identifier/entities/bulk
This route allows you to create multiple entities (No more than 20 entities per request) in your software catalog based on an existing blueprint in your data model. It can also be used to overwrite or update existing entities.
To learn more about entities, check out the documentation.
Request
Responses
- 200
- 207
- 401
- 404
- 413
- 422
Created successfully.
Partially created successfully. Some entities were created while others failed.
Default Response
A resource with the provided identifier was not found
Request body is too large (limit is 1MiB)
The json provided does not match the route's schema