Skip to main content

Create Rh Event Schema

POST 

/v1/rh-event-schema

Create a standard event schema, requires globalAdmin:: permissions

Request

Body

required

    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

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...