GitLab · JSON Structure

Gitlab Openapi Original Api_Entities_Provider_Gcp Structure

API_Entities_Provider_Gcp from GitLab API

Type: object Properties: 7
CodePlatformSoftware DevelopmentSource Control

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

Properties

cluster_id status_name gcp_project_id zone machine_type num_nodes endpoint

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-openapi-original-api_entities_provider_gcp-structure.json",
  "name": "API_Entities_Provider_Gcp",
  "description": "API_Entities_Provider_Gcp from GitLab API",
  "type": "object",
  "properties": {
    "cluster_id": {
      "type": "string",
      "example": "123456"
    },
    "status_name": {
      "type": "string",
      "example": "Example Project"
    },
    "gcp_project_id": {
      "type": "string",
      "example": "123456"
    },
    "zone": {
      "type": "string",
      "example": "example_value"
    },
    "machine_type": {
      "type": "string",
      "example": "example_value"
    },
    "num_nodes": {
      "type": "string",
      "example": "example_value"
    },
    "endpoint": {
      "type": "string",
      "example": "example_value"
    }
  }
}