Storiq One API  v1.0
API for Storiq One
Vtl

VTL information

To get a VTL by its id use GET method : with VTL id

VTLs ids

To get VTL ids list use GET method : without reference to specific id or ids

VTL deletion

To delete a VTL, use DELETE method : with VTL id

VTL creation

To create a pool, use POST method with VTL parameters (uuid, path, prefix, mediaformat, nbdrives, nbslots)

VTL update

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
Returns
HTTP status codes :
  • 200 Query succeeded
  • 400 Incorrect input
  • 401 Not logged in
  • 404 VTL not found
  • 500 Query failure