POST api/admin/migrations/queue/events
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.Internal.Migrations.DezrezOne.QueueMigrationStepDataContractName | Description | Type | Additional information |
---|---|---|---|
MigrationId | integer |
None. |
|
ChunkSize | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "MigrationId": 1, "ChunkSize": 2 }
Response Information
Resource Description
PagedCollectionDataContractOfDezrez.Core.DataContracts.External.Api.Job.Query.Get.JobInvocationDetailsDataContractName | Description | Type | Additional information |
---|---|---|---|
TotalCount | integer |
None. |
|
CurrentCount | integer |
None. |
|
PageSize | integer |
None. |
|
PageNumber | integer |
None. |
|
Collection | Collection of Dezrez.Core.DataContracts.External.Api.Job.Query.Get.JobInvocationDetailsDataContract |
None. |
Response Formats
application/json, text/json
Sample:
{ "TotalCount": 1, "CurrentCount": 2, "PageSize": 1, "PageNumber": 1, "Collection": [ { "SupportsCancellation": true, "ReportsProgress": true, "InitialStatusText": "sample string 3", "JobReference": "9d3f754d-8402-44ce-b2ef-7e9e9abcc493", "Success": true }, { "SupportsCancellation": true, "ReportsProgress": true, "InitialStatusText": "sample string 3", "JobReference": "9d3f754d-8402-44ce-b2ef-7e9e9abcc493", "Success": true } ] }