Export objects and relationships
The object and relationship data that IcePanel stores as part of the model has great uses. For example informing an incident response team about up and downstream dependencies of a service as well as which team owns the service. Export objects and connections in CSV format which is great for importing to spreadsheets.Update model descriptions with Markdown
Use the existing Markdown documentation stored in a code repository to populate the descriptions of your IcePanel model objects and connections. This can be automatically updated as part of a build pipeline. First fetch a list of the model objects that exist in your landscape and find the identifier to update.Create model objects
Create objects in your model, great for automatically filling out your model from another source. First use aGET
request to find the root model object, your landscape may have multiple root model objects if you use domains.
parentId
property of POST
request to create a model objects inside it.