GitLab · Example Payload

Gitlab Openapi Original Api_Entities_Batched Background Migration Example

CodePlatformSoftware DevelopmentSource Control

Gitlab Openapi Original Api_Entities_Batched Background Migration Example is an example object payload from GitLab, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idjob_class_nametable_namestatusprogresscreated_at

Example Payload

Raw ↑
{
  "id": "1234",
  "job_class_name": "CopyColumnUsingBackgroundMigrationJob",
  "table_name": "events",
  "status": "active",
  "progress": 50,
  "created_at": "2022-11-28 14:26:39+00:00"
}