URL: http://<db.host>:<db.port>/show/video
Retrieves information about rendered videos.
The fully-qualified KiFS paths for the videos to show. If empty, shows all videos.
Optional parameters. The default value is an empty map ( {} ).
Output Parameter Description
The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query. Here is a description of the various fields of the wrapper:
Empty if success or an error message
‘show_video_response’ or ‘none’ in case of an error
This embedded JSON represents the result of the /show/video endpoint: Creation time for each video as an ISO-8601 datetime.
elapsed_render_time_seconds
The elapsed time spent rendering each video in seconds.
The job id of the rendering process, for each video that is still being rendered.
The number of bytes emitted by the encoder for each video.
The number of frames rendered for each video.
Percent completion of each video’s rendering process (0-100).
JSON-string reflecting each video’s creation parameters.
The status of the last rendered frame for each video. Either OK or Error with a message indicating the nature of the error.
The remaining TTL , in minutes, before the respective video expires (-1 if it will never expire). Empty string in case of an error.