Skip to main content
Unary · Runner Configurations Validates a runner configuration. Use this method to:
  • Check configuration validity
  • Verify integration settings
  • Validate environment classes

Examples

  • Validate SCM integration: Checks if an SCM integration is valid.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.ValidateRunnerConfigurationRequest

Response

gitpod.v1.ValidateRunnerConfigurationResponse
gitpod.v1.EnvironmentClass
gitpod.v1.EnvironmentClassValidationResult
gitpod.v1.FieldValidationError
gitpod.v1.FieldValue
gitpod.v1.SCMIntegrationValidationResult
gitpod.v1.ValidateRunnerConfigurationRequest.ValidateSCMIntegration