Skip to content

event-schema-set

Manage event schema sets (real-time intelligence)

Authentication scope: fabric

List event schema sets in a workspace

Terminal window
fabio event-schema-set list --workspace <value>
Flag Type Required Description
--workspace string Yes Workspace ID

Read-only · Returns list

Show details of a event schema set

Terminal window
fabio event-schema-set show --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Event schema set ID

Read-only · Returns object

Create a new event schema set

Terminal window
fabio event-schema-set create --workspace <value> --name <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--name string Yes Display name
--description string No Optional description
--sensitivity-label string No Sensitivity label ID to apply on creation

Mutates state · Returns object

Update event schema set properties

Terminal window
fabio event-schema-set update --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Event schema set ID
--name string No New display name
--description string No New description

Mutates state · Returns object

Delete a event schema set

Terminal window
fabio event-schema-set delete --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Event schema set ID
--hard-delete bool No Permanently delete (cannot be recovered)

Mutates state · Destructive · Returns void

Get the definition of a event schema set

Terminal window
fabio event-schema-set get-definition --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Event schema set ID
--decode bool No Decode base64 payloads inline (adds decodedPayload field)

Read-only · Long-running operation · Returns object

Update the definition of a event schema set

Terminal window
fabio event-schema-set update-definition --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Event schema set ID
--file string No Path to definition file
--content string No Inline definition content

Mutates state · Long-running operation · Returns void