Import
{
"id": "123",
"status": "running",
"message": "Importing 1 component out of 23.",
"steps": {
"total": "20",
"count": "3"
},
"user": 2
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
id | integer | false | none | The ID of the import process. |
status | string | false | none | The status of the import. |
message | string | false | none | A message describing the current step the import is on. |
steps | object | false | none | An object describing the progress of the import. |
» total | integer | false | none | Total number of steps. |
» count | integer | false | none | Current step. |
user | integer | false | none | The user that started the import. |
Enumerated Values
Property | Value |
|---|---|
status | cancelled |
status | done |
status | running |