ORACLE CLOUD
Networking actions
62 actions you can wire into a flow, alongside everything else in the Oracle Cloud integration.
Every Networking action
- OCI Networking: Add NSG RulesAdd security rules to a Network Security Group. Supply the rules as a JSON array, e.g. [{"direction":"INGRESS","protocol":"6","source":"0.0.0.0/0","tcpOptions":{"destinationPortRange":{"min":22,"max":22}}}]. OCI returns each new rule's id.
- OCI Networking: Create DHCP OptionsCreate a DHCP options set in a VCN: the DNS resolution config subnets use. Supply the options as a JSON array.
- OCI Networking: Create Internet GatewayCreate an internet gateway in a VCN: the door to the public internet for public subnets. Enable or disable it without deleting via Update.
- OCI Networking: Create NAT GatewayCreate a NAT gateway in a VCN: outbound internet access for private subnets, with no inbound. Optionally pin a reserved public IP.
- OCI Networking: Create Network Security GroupCreate a Network Security Group (NSG) in a VCN: a firewall group that VNICs join. The NSG starts empty; add its rules with the 'Add NSG Rules' action.
- OCI Networking: Create Public IPCreate a public IP: reserved (persist and reassign) or ephemeral. Optionally assign it to a private IP.
- OCI Networking: Create Route TableCreate a route table in a VCN: route rules that direct subnet traffic to a gateway or other target. Supply the rules as a JSON array, e.g. [{"networkEntityId":"ocid1.internetgateway...","destination":"0.0.0.0/0","destinationType":"CIDR_BLOCK"}].
- OCI Networking: Create Security ListCreate a security list in a VCN: a set of ingress and egress firewall rules that subnets attach to. Supply the rules as JSON arrays, e.g. ingress [{"protocol":"6","source":"0.0.0.0/0","tcpOptions":{"destinationPortRange":{"min":443,"max":443}}}].
- OCI Networking: Create Service GatewayCreate a service gateway in a VCN: private access to Oracle services (Object Storage, etc.) without the public internet. Supply the target service OCIDs (see List Services).
- OCI Networking: Create SubnetCreate a subnet in a VCN: a CIDR range that VNICs and instances attach to. Omit the availability domain for a regional subnet.
- OCI Networking: Create VCNCreate a Virtual Cloud Network (VCN) in an Oracle Cloud compartment: the top-level private network that holds subnets, gateways and route tables. Give it one or more CIDR blocks.
- OCI Networking: Delete DHCP OptionsDelete an Oracle Cloud DHCP options by OCID.
- OCI Networking: Delete Internet GatewayDelete an Oracle Cloud internet gateway by OCID.
- OCI Networking: Delete NAT GatewayDelete an Oracle Cloud NAT gateway by OCID.
- OCI Networking: Delete NSGDelete an Oracle Cloud NSG by OCID.
- OCI Networking: Delete Public IPDelete an Oracle Cloud public IP by OCID.
- OCI Networking: Delete Route TableDelete an Oracle Cloud route table by OCID.
- OCI Networking: Delete Security ListDelete an Oracle Cloud security list by OCID.
- OCI Networking: Delete Service GatewayDelete an Oracle Cloud service gateway by OCID.
- OCI Networking: Delete SubnetDelete an Oracle Cloud subnet by OCID.
- OCI Networking: Delete VCNDelete an Oracle Cloud Virtual Cloud Network (VCN) by OCID. The VCN must be empty first: remove its subnets, gateways, security lists and route tables before deleting.
- OCI Networking: Get DHCP OptionsFetch one Oracle Cloud DHCP options by OCID.
- OCI Networking: Get Internet GatewayFetch one Oracle Cloud internet gateway by OCID.
- OCI Networking: Get NAT GatewayFetch one Oracle Cloud NAT gateway by OCID.
- OCI Networking: Get NSGFetch one Oracle Cloud NSG by OCID.
- OCI Networking: Get Public IPFetch one Oracle Cloud public IP by OCID.
- OCI Networking: Get Route TableFetch one Oracle Cloud route table by OCID.
- OCI Networking: Get Security ListFetch one Oracle Cloud security list by OCID.
- OCI Networking: Get Service GatewayFetch one Oracle Cloud service gateway by OCID.
- OCI Networking: Get SubnetFetch one Oracle Cloud subnet by OCID.
- OCI Networking: Get VCNFetch one Oracle Cloud Virtual Cloud Network (VCN) by OCID: its CIDR blocks, lifecycle state, DNS label and default route table / security list / DHCP options.
- OCI Networking: List DHCP OptionsList the DHCP options in an Oracle Cloud compartment, optionally filtered by VCN.
- OCI Networking: List Internet GatewaysList the internet gateways in an Oracle Cloud compartment, optionally filtered by VCN.
- OCI Networking: List NAT GatewaysList the NAT gateways in an Oracle Cloud compartment, optionally filtered by VCN.
- OCI Networking: List NSG RulesList the security rules in a Network Security Group.
- OCI Networking: List NSGsList the NSGs in an Oracle Cloud compartment, optionally filtered by VCN.
- OCI Networking: List Public IPsList public IPs in a compartment. Requires a scope (REGION or AVAILABILITY_DOMAIN).
- OCI Networking: List Route TablesList the route tables in an Oracle Cloud compartment, optionally filtered by VCN.
- OCI Networking: List Security ListsList the security lists in an Oracle Cloud compartment, optionally filtered by VCN.
- OCI Networking: List Service GatewaysList the service gateways in an Oracle Cloud compartment, optionally filtered by VCN.
- OCI Networking: List ServicesList the Oracle services available to a service gateway in this region (their OCIDs go into Create Service Gateway).
- OCI Networking: List SubnetsList the subnets in an Oracle Cloud compartment, optionally filtered by VCN.
- OCI Networking: List VCNsList the Virtual Cloud Networks (VCNs) in an Oracle Cloud compartment, with their CIDR blocks and lifecycle state. Optionally filter by display name. Large compartments are capped: check the 'truncated' output to tell a complete listing from a partial one.
- OCI Networking: Move Internet Gateway to CompartmentMove an Oracle Cloud internet gateway to a different compartment.
- OCI Networking: Move NAT Gateway to CompartmentMove an Oracle Cloud NAT gateway to a different compartment.
- OCI Networking: Move NSG to CompartmentMove an Oracle Cloud NSG to a different compartment.
- OCI Networking: Move Route Table to CompartmentMove an Oracle Cloud route table to a different compartment.
- OCI Networking: Move Security List to CompartmentMove an Oracle Cloud security list to a different compartment.
- OCI Networking: Move Subnet to CompartmentMove an Oracle Cloud subnet to a different compartment. Asynchronous: returns a work-request id.
- OCI Networking: Move VCN to CompartmentMove an Oracle Cloud Virtual Cloud Network (VCN) to a different compartment. Asynchronous: returns a work-request id.
- OCI Networking: Remove NSG RulesRemove security rules from a Network Security Group by their rule ids.
- OCI Networking: Update DHCP OptionsUpdate editable attributes of an Oracle Cloud DHCP options set: display name, domain-name type, and the option entries (supply Options JSON to replace the DNS-server / search-domain entries).
- OCI Networking: Update Internet GatewayUpdate editable attributes of an Oracle Cloud internet gateway.
- OCI Networking: Update NAT GatewayUpdate editable attributes of an Oracle Cloud NAT gateway.
- OCI Networking: Update NSGUpdate editable attributes of an Oracle Cloud NSG.
- OCI Networking: Update NSG RulesUpdate specific existing security rules in a Network Security Group BY ID: this changes only the rules you list, it does not replace the whole rule set. Each rule in the JSON array must carry the id OCI assigned it (see List NSG Rules); an unknown id is rejected, not silently ignored.
- OCI Networking: Update Public IPUpdate editable attributes of an Oracle Cloud public IP.
- OCI Networking: Update Route TableUpdate editable attributes of an Oracle Cloud route table.
- OCI Networking: Update Security ListUpdate editable attributes of an Oracle Cloud security list.
- OCI Networking: Update Service GatewayUpdate editable attributes of an Oracle Cloud service gateway.
- OCI Networking: Update SubnetUpdate editable attributes of an Oracle Cloud subnet.
- OCI Networking: Update VCNUpdate editable attributes of an Oracle Cloud VCN.
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 actionsFile Storage49 actionsFunctions15 actionsGenerative AI14 actionsIdentity90 actionsLanguage16 actionsLoad Balancer61 actionsLogging17 actionsMonitoring15 actionsMySQL HeatWave17 actionsNetwork Load Balancer33 actionsNoSQL Database16 actionsNotifications16 actionsObject Storage15 actionsQueue19 actionsSpeech13 actionsStreaming30 actionsVault50 actionsVision10 actionsVulnerability Scanning19 actionsWeb Application Acceleration13 actionsWeb Application Firewall17 actions
Put Networking in a flow
These actions sit on the same canvas as every other integration, so a Networking step can follow a form, a schedule or a message without any glue code.
