ORACLE CLOUD
File Storage actions
49 actions you can wire into a flow, alongside everything else in the Oracle Cloud integration.
Every File Storage action
- OCI File Storage: Change File System CompartmentMove an Oracle Cloud NFS file system into a different compartment. The file system keeps its OCID and data; only its compartment changes.
- OCI File Storage: Change Mount Target CompartmentMove an Oracle Cloud mount target into a different compartment. Synchronous: the mount target keeps its OCID and stays reachable throughout.
- OCI File Storage: Create ExportCreate an export: the link that makes a file system reachable through a mount target's export set at an NFS path (e.g. /shared). This is what clients actually mount. Optionally restrict access with export options.
- OCI File Storage: Create File SystemCreate an Oracle Cloud NFS file system in an availability domain. Mount it by wiring an Export to a mount target. Returns the OCID immediately in a CREATING state; poll Get File System until ACTIVE.
- OCI File Storage: Create Mount TargetCreate an Oracle Cloud mount target: the NFS endpoint (a private IP in a subnet) that clients mount file systems through. Also creates its export set. Wire file systems to it with Create Export. Poll Get Mount Target until ACTIVE.
- OCI File Storage: Create Outbound ConnectorCreate an Oracle Cloud File Storage outbound connector: the LDAP bind account mount targets use to reach an external LDAP directory. Returns the OCID immediately in a CREATING state; poll Get Outbound Connector until ACTIVE.
- OCI File Storage: Create Quota RuleAdd a quota rule to an Oracle Cloud NFS file system, limiting the logical space a user, a group, or the whole file system may consume.
- OCI File Storage: Create ReplicationCreate an Oracle Cloud File Storage replication between a source file system and a target file system in another region or availability domain: the replication periodically copies snapshot deltas to keep the target current.
- OCI File Storage: Create SnapshotTake a point-in-time snapshot of an Oracle Cloud file system: read-only and space-efficient. Clone a new file system from it with Create File System's source snapshot. Poll Get Snapshot until ACTIVE.
- OCI File Storage: Create Snapshot PolicyCreate an Oracle Cloud file system snapshot policy: the schedule that automates snapshot creation and retention. Attach file systems to it to have snapshots taken on schedule. Returns the OCID immediately in a CREATING state; poll Get Snapshot Policy until ACTIVE.
- OCI File Storage: Delete ExportDelete an Oracle Cloud NFS export by OCID: this unmounts the file system from that mount target (clients using this export path lose access). Poll Get Export (it 404s once gone).
- OCI File Storage: Delete File SystemPermanently delete an Oracle Cloud NFS file system by OCID. Delete its exports and snapshots first if OCI reports it is still in use. Poll Get File System (it 404s once gone).
- OCI File Storage: Delete Mount TargetPermanently delete an Oracle Cloud File Storage mount target by OCID. This also deletes its export set and every export in that set. Poll Get Mount Target (it 404s once gone).
- OCI File Storage: Delete Outbound ConnectorPermanently delete an Oracle Cloud File Storage outbound connector (Kerberos/LDAP endpoint) by OCID. It moves to DELETING then DELETED; poll Get Outbound Connector (it 404s once gone).
- OCI File Storage: Delete Quota RuleDelete a single usage quota rule from an Oracle Cloud NFS file system by its file-system and quota-rule OCIDs.
- OCI File Storage: Delete ReplicationDelete an Oracle Cloud File Storage replication by OCID. Optionally choose a delete mode to control how the in-flight delta cycle is handled before removal. Poll Get Replication (it 404s once gone).
- OCI File Storage: Delete SnapshotPermanently delete an Oracle Cloud NFS file-system snapshot by OCID. The snapshot moves to DELETING then DELETED; poll Get Snapshot (it 404s once gone).
- OCI File Storage: Delete Snapshot PolicyPermanently delete an Oracle Cloud file system snapshot policy by OCID. Detach it from any file systems first if OCI reports it is still in use. Poll Get Snapshot Policy (it 404s once gone).
- OCI File Storage: Downgrade Mount Target ShapeSchedule a throughput downgrade for an Oracle Cloud NFS mount target, setting a new lower requested throughput in Gbps.
- OCI File Storage: Get ExportFetch a single Oracle Cloud NFS export by OCID: the file system it links, its export set, the mount path and lifecycle state.
- OCI File Storage: Get Export SetFetch a single Oracle Cloud NFS export set by OCID: its display name, availability domain, VCN, lifecycle state and NFS stat limits.
- OCI File Storage: Get File SystemFetch a single Oracle Cloud NFS file system by OCID: its display name, availability domain, metered size and lifecycle state.
- OCI File Storage: Get Mount TargetFetch a single Oracle Cloud NFS mount target by OCID: its display name, availability domain, subnet, export set, private IPs and lifecycle state.
- OCI File Storage: Get Outbound ConnectorFetch a single Oracle Cloud File Storage outbound connector by OCID: its display name, availability domain, lifecycle state and (for an LDAP bind account) the server endpoints and bind distinguished name.
- OCI File Storage: Get Quota RuleFetch a single Oracle Cloud File Storage quota rule by its identifier within a file system: its display name, principal, hard/soft flag and gigabyte limit.
- OCI File Storage: Get ReplicationFetch a single Oracle Cloud File Storage replication by OCID: its source and target file systems, replication interval, delta status and lifecycle state.
- OCI File Storage: Get Replication TargetFetch a single Oracle Cloud File Storage replication target by OCID: the destination side of a replication, showing its source/target file systems, delta status and recovery point.
- OCI File Storage: Get SnapshotFetch a single Oracle Cloud file-system snapshot by OCID: its name, parent file system, snapshot type and lifecycle state.
- OCI File Storage: Get Snapshot PolicyFetch a single Oracle Cloud file system snapshot policy by OCID: its display name, policy prefix, lifecycle state and the snapshot schedules it runs.
- OCI File Storage: List Export SetsList the Oracle Cloud File Storage export sets in a compartment and availability domain (both required: export sets are AD-scoped), optionally filtered by display name. Walks pagination up to a safe cap.
- OCI File Storage: List ExportsList the Oracle Cloud NFS exports (the links between file systems and export sets), optionally scoped by compartment and filtered by export set or file system. Walks pagination up to a safe cap.
- OCI File Storage: List File SystemsList the Oracle Cloud NFS file systems in a compartment and availability domain (both required: file systems are AD-scoped), optionally filtered by display name. Walks pagination up to a safe cap.
- OCI File Storage: List Mount TargetsList the Oracle Cloud mount targets in a compartment and availability domain (both required: mount targets are AD-scoped), optionally filtered by display name. Walks pagination up to a safe cap.
- OCI File Storage: List Outbound ConnectorsList the Oracle Cloud File Storage outbound connectors in a compartment and availability domain (both required), optionally filtered by display name. Walks pagination up to a safe cap.
- OCI File Storage: List Quota RulesList the quota rules and current usage on one Oracle Cloud NFS file system, for a given principal type (FILE_SYSTEM_LEVEL, DEFAULT_USER/GROUP or INDIVIDUAL_USER/GROUP), optionally limited to principals that violate their quota. Walks pagination up to a safe cap.
- OCI File Storage: List Replication TargetsList the Oracle Cloud File Storage replication targets in a compartment and availability domain (both required: a replication target sits in the same AD as its target file system), optionally filtered by display name. Walks pagination up to a safe cap.
- OCI File Storage: List ReplicationsList the Oracle Cloud File Storage replications in a compartment and availability domain (both required: the ListReplications API mandates the availability domain), optionally filtered by display name. Walks pagination up to a safe cap.
- OCI File Storage: List Snapshot PoliciesList the Oracle Cloud file system snapshot policies in a compartment and availability domain (both required: snapshot policies are AD-scoped), optionally filtered by display name. Walks pagination up to a safe cap.
- OCI File Storage: List SnapshotsList the snapshots of an Oracle Cloud NFS file system, filtered by file system OCID and/or compartment. Snapshots are not availability-domain-scoped. Walks pagination up to a safe cap.
- OCI File Storage: Update ExportReplace an export's NFS export options: the per-client access rules (source CIDR, read-write/read-only, identity squash) that govern who may mount the file system through this export. The supplied list fully replaces the current options.
- OCI File Storage: Update Export SetRename an Oracle Cloud NFS export set and/or adjust its advanced FSSTAT byte and file reporting limits. Only the fields you supply are changed.
- OCI File Storage: Update File SystemUpdate an Oracle Cloud NFS file system's display name and/or free-form tags. Only the fields you supply are changed; the rest are left as-is.
- OCI File Storage: Update Mount TargetUpdate an Oracle Cloud mount target's display name and/or its Network Security Group membership. The NSG list is replace-all: supply NSG OCIDs to replace the whole set, leave it blank to keep the current NSGs unchanged.
- OCI File Storage: Update Outbound ConnectorRename an Oracle Cloud File Storage outbound connector and/or set its free-form tags. Only the fields you supply are changed.
- OCI File Storage: Update Quota RuleUpdate an Oracle Cloud file-system quota rule's display name and/or gigabyte limit. Only the fields you supply are changed; the rest are left as-is. (Whether a rule is a hard quota is fixed at creation and cannot be edited.)
- OCI File Storage: Update ReplicationUpdate an Oracle Cloud File Storage cross-region replication: change its display name and/or the minutes between replication snapshots. Only the fields you supply are changed.
- OCI File Storage: Update SnapshotUpdate an Oracle Cloud file system snapshot's free-form tags and/or expiration time (the snapshot name is immutable). Only the fields you supply are changed; the rest are left as-is.
- OCI File Storage: Update Snapshot PolicyUpdate an Oracle Cloud file system snapshot policy: its display name, snapshot prefix and/or the list of snapshot schedules. Leave schedules blank to keep the current ones untouched.
- OCI File Storage: Upgrade Mount Target ShapeIncrease the throughput (shape) of an Oracle Cloud NFS mount target by setting a new requested throughput in Gbps.
Also in Oracle Cloud
API Gateway18 actionsAutonomous Database24 actionsBastion10 actionsBlock Volumes69 actionsCertificates20 actionsCloud Guard20 actionsCompute17 actionsContainer Engine44 actionsData Catalog26 actionsData Flow20 actionsDNS54 actionsDocument Understanding12 actionsEmail19 actionsEvents6 actionsExadata27 actionsFunctions15 actionsGenerative AI14 actionsIdentity90 actionsLanguage16 actionsLoad Balancer61 actionsLogging17 actionsMonitoring15 actionsMySQL HeatWave17 actionsNetwork Load Balancer33 actionsNetworking62 actionsNoSQL Database16 actionsNotifications16 actionsObject Storage15 actionsQueue19 actionsSpeech13 actionsStreaming30 actionsVault50 actionsVision10 actionsVulnerability Scanning19 actionsWeb Application Acceleration13 actionsWeb Application Firewall17 actions
Put File Storage in a flow
These actions sit on the same canvas as every other integration, so a File Storage step can follow a form, a schedule or a message without any glue code.
