Testkube Control Plane ../logs-search-keywords operations
Testkube Pro API (cloud-api/1.10.51)
Download OpenAPI specification:Download
E-mail: testkube@kubeshop.io License: COMMERICAL
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
- 200
- 401
- 403
- 404
Content type
application/json
{- "error": {
- "color": "#53acf0",
- "priority": 1,
- "searchStrings": [
- "failed to fetch, failed to connect"
]
}
}
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/jsonrequired
Logs search keywords
additional property | object (LogsSearchKeyword) array of search strings and priorities | ||||||
|
Responses
Request samples
- Payload
Content type
application/json
{- "error": {
- "color": "#53acf0",
- "priority": 1,
- "searchStrings": [
- "failed to fetch, failed to connect"
]
}
}
Response samples
- 200
- 400
- 401
Content type
application/json
{- "error": {
- "color": "#53acf0",
- "priority": 1,
- "searchStrings": [
- "failed to fetch, failed to connect"
]
}
}