Create

Create a background job that imports a landscape from JSON format.

The JSONSchema can be accessed at api.icepanel.io/v1/schemas/LandscapeImportData for automations or using LLMs for generation.

Authentication

X-API-Keystring
API key authentication
OR
AuthorizationBearer
Bearer token authentication

Path parameters

landscapeIdstringRequired
versionIdstringRequired

Request

This endpoint expects an object.
modelConnectionslist of objectsOptional
modelObjectslist of objectsOptional
tagGroupslist of objectsOptional
tagslist of objectsOptional

Response

OK
landscapeImportobject

Errors