Slos.FalsePositive
Overview
Available Operations
mark
Example Usage
from squadcast_sdk import SquadcastSDK
with SquadcastSDK(
bearer_auth="<YOUR_BEARER_TOKEN_HERE>",
) as ss_client:
res = ss_client.slos.false_positive.mark(slo_id=825843, incident_id=505067, value=True, owner_id="<id>", request_body={})
# Handle response
print(res)
Parameters
Parameter
Type
Required
Description
Response
Errors
Error Type
Status Code
Content Type
Last updated