Storiq One API
v1.0
API for Storiq One
|
To get a VTL by its id use GET method : with VTL id
To get VTL ids list use GET method : without reference to specific id or ids
To delete a VTL, use DELETE method : with VTL id
To create a pool, use POST method with VTL parameters (uuid, path, prefix, mediaformat, nbdrives, nbslots)
To update a VTL, use PUT method with VTL parameters (id, path, prefix, mediaformat, nbdrives, nbslots)
path : /storiqone-backend/api/v1/vtl/
Name | Type | Value |
---|---|---|
id | integer | non NULL Default value, nextval('vtl_id_seq'::regclass) |
uuid | uuid | non NULL Automatically generated if missing |
path | character varying(255) | non NULL |
prefix | character varying(255) | non NULL |
nbslots | integer | non NULL |
nbdrives | integer | non NULL |
mediaformat | integer | non NULL |