Add an Access Rule

post

/paas/api/v1.1/paas/api/v1.1/instancemgmt/{identityDomainId}/services/IntegrationCloud/instances/{service_name}/accessrules

Adds a new access rule to an Oracle Integration Classic instance.

Request

Supported Media Types
Path Parameters
Header Parameters
Body ()
The request body defines the details of the access rule to add.
Root Schema : addsecrule-postrequest
Type: object
Show Source
  • Description of the rule.
  • Destination network. Specify the service component to allow traffic to. For example, WLS_ADMIN_SERVER for the virtual machine where the WebLogic Administration Server is running, or OTD for the virtual machine that contains the Oracle Traffic Director administration server.
  • Network port. Specify a single port or a port range. For example, 8989 or 7000-8000.
  • Communication protocol. Valid values are: tcp or udp. Default is tcp.
  • Name of the rule.
  • Network address of source. Specify the hosts from which traffic is allowed. Valid values include:
    • PUBLIC-INTERNET for any host on the Internet
    • A single IP address or a comma-separated list of subnets (in CIDR format) or IPv4 addresses
    • A service component name. Valid values include WLS_ADMIN_SERVER, WLS_MANAGED_SERVER, OTD, DB
  • Status of the rule. Specify whether the status should be enabled or disabled. Valid value: disabled or enabled.
Back to Top

Response

Supported Media Types

202 Response

Accepted.
Back to Top