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

Testkube Control Plane ../preview-test-workflow operations

Testkube Pro API (cloud-api/1.10.38)

Download OpenAPI specification:Download

API for Testkube Pro

Preview test workflow

Preview test workflow after including templates inside

path Parameters
id
required
string

organizationId

environmentId
required
string

environmentID

query Parameters
inline
boolean
Default: false

should inline templates in the resolved workflow

Request Body schema:
required

test workflow body

name
string

kubernetes resource name

namespace
string

kubernetes namespace

description
string

human-readable description

object

test workflow labels

object

test workflow annotations

created
string <date-time>
object (TestWorkflowSpec)
readOnly
boolean

if test workflow is offline and cannot be executed

object (TestWorkflowStatusSummary)

test workflow status

Responses

Request samples

Content type
{
  • "name": "string",
  • "namespace": "string",
  • "description": "string",
  • "labels": {
    },
  • "annotations": {
    },
  • "created": "2022-07-30T06:54:15Z",
  • "spec": {
    },
  • "readOnly": true,
  • "status": {
    }
}

Response samples

Content type
[
  • {
    }
]