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": "1965-04-26T20:55:42.922Z",
"createdBy": {
"_id": "Pronghorn",
"username": null,
"provenance": "quis incididunt dolor dolore",
"firstname": "nostrud id adipisicing deserunt"
},
"lastUpdated": "1968-12-19T02:13:08.241Z",
"lastUpdatedBy": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"username": "nisi aute nostrud mollit ad",
"provenance": "deserunt non eu",
"firstname": "anim magna esse"
}
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| response |
object |
- |
Copied to Clipboard
{
"message": "Successfully retrieved search results",
"data": "null"
}