File Storage REST Endpoints

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