Summary
Imports an instance into a resource
Description
Imports an instance into a resource
Route
POST /lifecycle-manager/resources/:modelIdentifier/instances/import
Roles
admin
apiwrite
designer
Parameters
DetailsExampleSchema
| Name |
Type |
Required |
Description |
| modelIdentifier |
string |
yes |
- |
| instance |
object |
yes |
- |
Copied to Clipboard
{
"name": "EC2 Instance",
"description": "EC2 Instance in US-EAST-1 with ID ec2-12345678",
"created": "1946-05-20T13:37:31.908Z",
"createdBy": {
"_id": "Pronghorn",
"username": "fugiat labore",
"provenance": "minim esse consectetur",
"firstname": "sed amet Excepteur"
},
"lastUpdated": "2025-08-13T00:12:54.331Z",
"lastUpdatedBy": {
"_id": "Pronghorn",
"username": null,
"provenance": "nisi mollit deserunt",
"firstname": "labore sed exercitation"
},
"instanceData": null
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| response |
object |
- |
Copied to Clipboard
{
"message": "A server error occurred while processing this request",
"data": "null",
"metadata": {
"errors": []
}
}