Skip to main content
Skip table of contents

UC Set ParentCollectionId of a Scheduled Recording

Motivation

The collection representing the BookingDefinition in VidiCore can have a parent collection. This is for example affecting the inherited metadata values.

Reference

vidicontrol/schedulercore/swagger/index.html

Parameters

  • id (Url): The id of the booking collection a parent collection should be assigned to

  • parentVcCollectionId (Body): The VidiCore-Id of the collection that should be the assigned as parent collection

Result

If the permissions are correct and the booking definition with the given id can be found, a 200 (Ok) status code is returned. This doesn’t mean that the parent collection is already assinged in VidiCore, as the request to VidiCore is sent asynchroniously and can be retried multiple times if an error occurs, e.g. if VidiCore is not reachable at the moment.

Example

CODE
PATCH https://host/vidicontrol/schedulercore/SchedulerCore/BookingService/v1/BookingDefinitions/VCR-0B

Body:

JSON
{
  "parentVcCollectionId": "COLLECTION-VX-123"
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.