Skip to content

File System

Access a File System

POST /filesystem Accessing the file system requires administrator-level privileges.
  • This operation can take approximately two minutes or more, depending on how many changes are required to be made.
  • Before making the next API call, Avid recommends using a login call and waiting for a success response with a new token.

Request Example:

bash
curl --location '{{url}}/filesystem' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data '{}'