Skip to content

Opens an incident case, snapshotting the ledger integrity at the moment of opening (so a later tamper is detectable against the open-time state).

POST
/v1/m/security/cases
curl --request POST \
--url https://example.com/v1/m/security/cases \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "severity": "example", "subject_kind": "example", "subject_ref": "example", "summary": "example", "title": "example" }'

Opens an incident case, snapshotting the ledger integrity at the moment of opening (so a later tamper is detectable against the open-time state).

X-Olivares-Tenant
string format: uuid

Target tenant id; required when the principal can act in more than one tenant.

Media type application/json
object
severity
Any of:

After trimming, empty defaults to medium; otherwise must be low, medium, high or critical.

string
subject_kind
Any of:

Trimmed and byte-capped.

string
subject_ref
Any of:

Trimmed and byte-capped.

string
summary
Any of:

Trimmed and byte-capped.

string
title
required

After trimming and byte-capping, must be non-empty.

string
Example generated
{
"severity": "example",
"subject_kind": "example",
"subject_ref": "example",
"summary": "example",
"title": "example"
}

OK

Media type application/json
object
Example generated
{}

Bad request

Media type application/json
object
Example generated
{}

Unauthenticated

Media type application/json
object
Example generated
{}

Forbidden

Media type application/json
object
Example generated
{}

Not found

Media type application/json
object
Example generated
{}

Conflict / setup required

Media type application/json
object
Example generated
{}

Rate limited

Media type application/json
object
Example generated
{}