Skip to content

Get Rh Event Schema

GET
/v1/rh-event-schema/{event_name}

Get the standard event schema by event name, requires org:config:view permissions

Parameters

Path Parameters

event_name
required

Name of the rh event

string

name of the rh event

Responses

200

Successful Response

object
event_name
required

Name of the event, unique for sandbox_id

string
value_jsonschema

JSONSchema definition of the setting

object
state

Indicate the state of the schema, enabled, disabled or deny

string
Allowed values: enabled disabled deny
description
required

Description of the event

string

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string