Sign up and get started with Confidence today! Create your account
Executes the getMandatoryMetrics function.
cURL
curl --request POST \ --url https://experiments.confidence.dev/v1/workflows/rollout/instances/{instance}:getmandatorymetrics \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "parameters": {} } '
{ "metadata": [ { "metric": "<string>", "displayName": "<string>" } ], "metrics": [ { "metric": "<string>", "calculation": "<string>", "metricRole": { "metricKind": {}, "minimumDetectableEffect": 123, "nonInferiorityMargin": 123 }, "preferredDirection": {}, "schedule": "<string>", "surface": "<string>", "surfaceOnly": true } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Parameters for the function.
OK
Metadata for the mandatory metrics
Show child attributes
The list of mandatory metrics
Was this page helpful?