GitLab · JSON Structure

Gitlab Api V4 Admin Api_Entities_Batched Background Migration Structure

API_Entities_BatchedBackgroundMigration model

Type: object Properties: 6
CodePlatformSoftware DevelopmentSource Control

API_Entities_BatchedBackgroundMigration is a JSON Structure definition published by GitLab, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id job_class_name table_name status progress created_at

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/gitlab/refs/heads/main/json-structure/gitlab-api-v4-admin-api_entities_batched-background-migration-structure.json",
  "name": "API_Entities_BatchedBackgroundMigration",
  "description": "API_Entities_BatchedBackgroundMigration model",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "1234"
    },
    "job_class_name": {
      "type": "string",
      "example": "CopyColumnUsingBackgroundMigrationJob"
    },
    "table_name": {
      "type": "string",
      "example": "events"
    },
    "status": {
      "type": "string",
      "example": "active"
    },
    "progress": {
      "type": "number",
      "format": "float",
      "example": 50
    },
    "created_at": {
      "type": "datetime",
      "example": "2022-11-28T14:26:39.000Z"
    }
  }
}