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": "VLAN Service",
"description": "EC2 Instance in US-EAST-1 with ID ec2-12345678",
"created": "1951-08-17T11:52:59.509Z",
"createdBy": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"username": "in pariatur veniam anim eiusmod",
"provenance": "sint",
"firstname": "laboris non cillum minim commodo"
},
"lastUpdated": "1978-04-08T21:29:49.333Z",
"lastUpdatedBy": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"username": "ex",
"provenance": "ullamco consequat irure officia",
"firstname": "aliqua est irure sit commodo"
}
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| response |
object |
- |
Copied to Clipboard
{
"message": "Successfully created the requested item",
"data": "null"
}