Get All Rh Event Schemas
GET/v1/rh-event-schema
Get all standard events schema, requires org:config:view permissions
Request
Query Parameters
Possible values: >= 1 and <= 10000
Default value: 50
The maximum number of elements to be returned per call
Possible values: non-empty and <= 128 characters
Default value: 0
Cursor to designate where you are in iterating through values. Start with '0', and pass this on subsequent calls to continue iteration
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
rh_event_schemas
object[]
required
A list of standard event schemas
Name of the event, unique for sandbox_id
Default value: [object Object]
JSONSchema definition of the setting
Possible values: [enabled, disabled, deny]
An enumeration.
Description of the event
Possible values: non-empty and <= 128 characters
Cursor to designate where you are in iterating through values. Start with '0', and pass this on subsequent calls to continue iteration
{
"rh_event_schemas": [
{
"event_name": "string",
"value_jsonschema": {},
"state": "enabled",
"description": "string"
}
],
"cursor": "string"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}