GitLab · Example Payload

Gitlab Api V4 Application Api_Entities_Plan Limit Example

CodePlatformSoftware DevelopmentSource Control

Gitlab Api V4 Application Api_Entities_Plan Limit Example is an example object payload from GitLab, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ci_pipeline_sizeci_active_jobsci_project_subscriptionsci_pipeline_schedulesci_needs_size_limitci_registered_group_runnersci_registered_project_runnersconan_max_file_sizeenforcement_limitgeneric_packages_max_file_size

Example Payload

Raw ↑
{
  "ci_pipeline_size": 0,
  "ci_active_jobs": 0,
  "ci_project_subscriptions": 2,
  "ci_pipeline_schedules": 10,
  "ci_needs_size_limit": 50,
  "ci_registered_group_runners": 1000,
  "ci_registered_project_runners": 1000,
  "conan_max_file_size": 3221225472,
  "enforcement_limit": 15000,
  "generic_packages_max_file_size": 5368709120
}