GitLab · Schema

API_Entities_Provider_Gcp

API_Entities_Provider_Gcp from GitLab API

CodePlatformSoftware DevelopmentSource Control

Properties

Name Type Description
cluster_id string
status_name string
gcp_project_id string
zone string
machine_type string
num_nodes string
endpoint string
View JSON Schema on GitHub

JSON Schema

gitlab-openapi-original-api_entities_provider_gcp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/gitlab/refs/heads/main/json-schema/gitlab-openapi-original-api_entities_provider_gcp-schema.json",
  "title": "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"
    }
  }
}