Volume REST Endpoints
Volume
The operations from the Volume category.
- Create a volume
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes - Create directory in volume
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/mkdir - Delete a volume
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey} - Delete a volume file
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/deleteFile - Delete volume directory
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/deleteDir - Download a file to Volume by generating par
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/downloadFileMeta - Download file from volume
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/downloadFile - Get files in volume
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/files - Get volume details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey} - Get volume permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/permissions - Get volumes
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes - Update a volume
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey} - Update volume directory
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/updateDir - Update volume permissions
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/managePermission - Upload a file to volume
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/uploadFile - Upload a file to volume by generating PAR
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/uploadFileMeta