gitpod.v1.RunnerConfigurationService

GetRunnerConfigurationSchema

Gets the latest runner configuration schema.

Use this method to:

  • View available settings
  • Check configuration options
  • Validate configurations

Examples

  • Get schema:

    Retrieves configuration schema for a runner.

    runnerId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    
post/gitpod.v1.RunnerConfigurationService/GetRunnerConfigurationSchema

Request body

runnerIdstring uuid

Response

Success

schemaGitpodV1RunnerConfigurationSchema — unresolved $ref

Changes