CreateObjective
Create a new SLO objective linked to an SLI with a target ratio and window.
POST
/api/v1/slo/objectivesOperation ID
CreateObjectiveSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
nameStringRequiredHuman-readable name for the new SLO objective.
Example: api-availability-99.9
sliIdStringRequiredIdentifier of the SLI this objective is based on.
Example: sli-abc123
targetLongRequiredTarget compliance ratio (0.0–1.0).
Example: 0.999
windowStringRequiredRolling compliance window: 7d | 30d | 90d.
Example: 30d
tenantIdStringRequiredTenant that will own this SLO objective.
Example: tenant-001
