Skip to main 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

Request

Path Parameters

    event_name Event Namerequired

    name of the rh event

Responses

Successful Response

Schema

    event_name Event Name (string)required

    Name of the event, unique for sandbox_id

    value_jsonschema object

    Default value: [object Object]

    JSONSchema definition of the setting

    state State (string)

    Possible values: [enabled, disabled, deny]

    An enumeration.

    description Description (string)required

    Description of the event

Loading...