Create model objects
This guide shows how to create new objects in your landscape model. Useful for automatically filling out your model from another source.
Prerequisites
Steps
Get your landscape
Get all landscapes in your organization and select a landscape ID:
Note the id of the landscape:
Find the root object
Call a GET request with query parameter ?filter[type]=root to find the root model object. Your landscape may have multiple root model objects if you use domains.
Note the id from the response. This is the parentId for any top-level objects you create.
Below is a list of different objects you can create.