property
primaryEndpointEndpointReferencegetGets 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;}primaryEndpointEndpointReferencegetwithK6OtlpEnvironment(): K6ResourceReturns
K6ResourcewithScript( scriptPath: string, virtualUsers?: number, duration?: string): K6ResourceParameters
scriptPathstringvirtualUsersnumberoptional= 10durationstringoptional= 30sReturns
K6Resource