property
primaryEndpoint EndpointReference get Gets the primary endpoint for the Grafana k6 instance. This endpoint is used for all API calls over HTTP.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface K6Resource extends IComputeResource, IResource, IResourceWithArgs, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport { readonly primaryEndpoint: EndpointReference; withK6OtlpEnvironment(): K6Resource; withScript( scriptPath: string, virtualUsers?: number, duration?: string): K6Resource;}primaryEndpoint EndpointReference get withK6OtlpEnvironment(): K6ResourceReturns
K6Resource withScript( scriptPath: string, virtualUsers?: number, duration?: string): K6ResourceParameters
scriptPath string virtualUsers number optional = 10 duration string optional = 30s Returns
K6Resource