Skip to main content
New to Testkube? Unleash the power of cloud native testing in Kubernetes with Testkube. Get Started >

Testkube Control Plane ../logs-search-keywords operations

Testkube Pro API (cloud-api/1.10.38)

Download OpenAPI specification:Download

API for Testkube Pro

Get Testkube Pro logs search keywords for execution

Get Logs search keywords separately from execution

Authorizations:
None
path Parameters
id
required
string

unique id of the object

environmentID
required
string

unique id of the environment

Responses

Response samples

Content type
application/json
{
  • "error": {
    }
}

Update execution logs search keywords

Update execution logs search keywords

Authorizations:
None
path Parameters
id
required
string

unique id of the object

environmentID
required
string

unique id of the environment

Request Body schema: application/json
required

Logs search keywords

additional property
object (LogsSearchKeyword)

array of search strings and priorities

priority
required
integer

priority of the search keywords category

color
required
string

color highlight of the matches in logs

searchStrings
required
Array of strings

Responses

Request samples

Content type
application/json
{
  • "error": {
    }
}

Response samples

Content type
application/json
{
  • "error": {
    }
}