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": "",
"created": "1980-07-14T10:14:01.246Z",
"createdBy": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"username": null,
"provenance": "officia sed Duis in",
"firstname": "esse ea laboris ullamco cillum"
},
"lastUpdated": "1999-09-03T14:21:27.4Z",
"lastUpdatedBy": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"username": null,
"provenance": "magna aliquip pariatur non consequat",
"firstname": "pariatur occaecat Ut"
}
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| response |
object |
- |
Copied to Clipboard
{
"message": "A server error occurred while processing this request",
"data": "null",
"metadata": {
"errors": []
}
}