Get the global compatibility level.

GET /config

Responses

  • OK

    Hide response attribute Show response attribute object
    • compatibilityLevel string

      Compatibility level

      Values are BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, or NONE.

    Hide response attribute Show response attribute object
    • compatibilityLevel string

      Compatibility level

      Values are BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, or NONE.

    Hide response attribute Show response attribute object
    • compatibilityLevel string

      Compatibility level

      Values are BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, or NONE.

  • Internal Server Error

    Hide response attributes Show response attributes object
    • error_code integer
    • message string
    Hide response attributes Show response attributes object
    • error_code integer
    • message string
    Hide response attributes Show response attributes object
    • error_code integer
    • message string
GET /config
curl \
 --request GET 'http://localhost:8081/config'
Response examples (200)
{
  "compatibilityLevel": "FULL_TRANSITIVE"
}
Response examples (200)
{
  "compatibilityLevel": "FULL_TRANSITIVE"
}
Response examples (200)
{
  "compatibilityLevel": "FULL_TRANSITIVE"
}
Response examples (500)
{
  "error_code": 42,
  "message": "string"
}
Response examples (500)
{
  "error_code": 42,
  "message": "string"
}
Response examples (500)
{
  "error_code": 42,
  "message": "string"
}