POST api/admin/migrations/queue/negotiator

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.Internal.Migrations.DezrezOne.QueueMigrationStepDataContract
NameDescriptionTypeAdditional information
MigrationId

integer

None.

ChunkSize

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'QueueMigrationStepDataContract'.

application/json, text/json

Sample:
{
  "MigrationId": 1,
  "ChunkSize": 2
}

Response Information

Resource Description

PagedCollectionDataContractOfDezrez.Core.DataContracts.External.Api.Job.Query.Get.JobInvocationDetailsDataContract
NameDescriptionTypeAdditional 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": "3ccae775-6fa0-4e65-89a2-62df3082cf3d",
      "Success": true
    },
    {
      "SupportsCancellation": true,
      "ReportsProgress": true,
      "InitialStatusText": "sample string 3",
      "JobReference": "3ccae775-6fa0-4e65-89a2-62df3082cf3d",
      "Success": true
    }
  ]
}