Sources

Source Details

Returns Source metadata.

get/sources/{sourceId}

Response

idstring required

Source identifier

format'urn:x-nmos:format:video' | 'urn:x-nmos:format:audio' | 'urn:x-nmos:format:data' | 'urn:x-nmos:format:multi' uri required

The primary content type URN for the Source.

labelstring

Freeform string label for the Source

descriptionstring

Freeform text describing the Source

created_bystring

A string identifier for the entity that created the Source. Implementations SHOULD set suitable default values for created_by based on the principal accessing the system, and MAY permit clients to edit the value, subject to suitable permissions-based limitations.

updated_bystring

A string identifier for the entity that updated the Source metadata most recently. Implementations SHOULD set suitable default values for updated_by based on the principal accessing the system, and MAY permit clients to edit the value, subject to suitable permissions-based limitations.

createdstring date-time

The date-time the Source was created in a given context, e.g. in the store. Implementations SHOULD ignore this if given in a PUT request, and instead manage it internally

updatedstring date-time

The date-time the Source metadata was last updated in a given context, e.g. in the store. Implementations SHOULD ignore this if given in a PUT request, and instead manage it internally

tagsTags

Key value is a freeform string.

collected_bystring[]

Sources that reference this Source to include it in a collection. This attribute is intended to be read-only. Implementations SHOULD ignore this if given in a PUT request, and instead manage it internally. Source collections can be inferred from Flow collection definitions.

Changes