setCIEventsSchemaConfiguration

On this page
Back to index

Summary

Change the CI events schema configuration.
eventName
Stringrequired
Name of the event.
version
Longrequired
Version of the event schema.
destination
Stringoptional
Destination of the event.
Possible values: "CD", "DOIS"
destinationMappings
Collectionoptional
Mapping destination types to JSON text with the mapping fields.
eventSchema
Stringoptional
JSON text for the event schema. Required if the event does not already have a schema registered.

Usage

Perl

$cmdr->setCIEventsSchemaConfiguration( "test-eventName", # eventName "test-version" # version # optionals );

ectool

ectool setCIEventsSchemaConfiguration \ "test-eventName" `# eventName` \ "test-version" `# version` \ # optionals