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": "1967-04-05T04:19:18.306Z",
"createdBy": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"username": "irure adipisicing enim mollit",
"provenance": "mollit fugiat incididunt",
"firstname": "ut Lorem consectetur qui sint"
},
"lastUpdated": "1979-02-23T13:47:53.889Z",
"lastUpdatedBy": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"username": null,
"provenance": "nostrud minim",
"firstname": "laboris anim do"
}
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| response |
object |
- |
Copied to Clipboard
{
"message": "Successfully retrieved search results",
"data": "null"
}