File Storage REST Endpoints
File Storage
The operations from the File Storage category.
- Change a File System Compartment
- Method: postPath:
/20171215/fileSystems/{file_system_id}/actions/changeCompartment - Change a Mount Target Compartment
- Method: postPath:
/20171215/mountTargets/{mount_target_id}/actions/changeCompartment - Create a File System
- Method: postPath:
/20171215/fileSystems - Create a Mount Target
- Method: postPath:
/20171215/mountTargets - Create a Snapshot
- Method: postPath:
/20171215/snapshots - Create an Export
- Method: postPath:
/20171215/exports - Delete a File System
- Method: deletePath:
/20171215/fileSystems/{file_system_id} - Delete a Mount Target
- Method: deletePath:
/20171215/mountTargets/{mount_target_id} - Delete a Snapshot
- Method: deletePath:
/20171215/snapshots/{snapshot_id} - Delete an Export
- Method: deletePath:
/20171215/exports/{export_id} - Get a File System
- Method: getPath:
/20171215/fileSystems/{file_system_id} - Get a Mount Target
- Method: getPath:
/20171215/mountTargets/{mount_target_id} - Get a Snapshot
- Method: getPath:
/20171215/snapshots/{snapshot_id} - Get an Export
- Method: getPath:
/20171215/exports/{export_id} - Get an Export Set
- Method: getPath:
/20171215/exportSets/{export_set_id} - List Export Sets
- Method: getPath:
/20171215/exportSets - List Exports
- Method: getPath:
/20171215/exports - List File Systems
- Method: getPath:
/20171215/fileSystems - List Lock Owners
- Method: getPath:
/20171215/fileSystems/{file_system_id}/lockOwners - List Mount Targets
- Method: getPath:
/20171215/mountTargets - List Snapshots
- Method: getPath:
/20171215/snapshots - Update a File System
- Method: putPath:
/20171215/fileSystems/{file_system_id} - Update a Mount Target
- Method: putPath:
/20171215/mountTargets/{mount_target_id} - Update a Snapshot
- Method: putPath:
/20171215/snapshots/{snapshot_id} - Update an Export
- Method: putPath:
/20171215/exports/{export_id} - Update an Export Set
- Method: putPath:
/20171215/exportSets/{export_set_id}