Versions¶
API version 1¶
Full endpoints documentation for the API version 1 is available on the following API v1 documentation page.
API version 2¶
Full endpoints documentation for the API version 2 is available on the following API v2 documentation page.
List of changes¶
Send request body parameters to the API in the JSON format instead of the POST form parameters.
Drop using the
create[]
andupdate[]
surrounds in the POST and PUT request body parameters.Move the
/api/v1/status/{director|storage|client}/
endpoints to:
/api/v2/clients/{clientid}/status
,
/api/v2/storages/{storageid}/status
,
/api/v2/directors/{director_name}/status
.Unify
/jobs/{jobid}/files
endpoint output for detailed and normal modes.Stop using OAuth2
status
scope.API version 1 is still possible to use and it is preserved. Nothing changes here.
New and modern API admin panel.