psm dbcs enable-access-rule

Enables an access rule of an Oracle Database Classic Cloud Service instance.

Syntax

In the following syntax, line breaks have been added for clarity. Do not include them when entering the command.

psm dbcs enable-access-rule
  -s|--service-name instance-name
  -r|--rule-name rule-name
  [-of|--output-format json|html|short]

Parameters

Parameter Description

-s|--service-name instance-name

Specifies the name of the Database Classic Cloud Service instance whose access rule you want to enable.

-r|--rule-name rule-name

Specifies the name of the access rule to enable.

-of|--output-format json|html|short

(Optional) Specifies the output format of the command’s response:

  • json—output is formatted as a JSON array.

  • html—output is formatted as HTML

  • short—output is formatted as a brief summary.

The default output format is the one you specified when using the psm setup command to configure the psm CLI.

Examples

The following example enables the access rule example-https of the db12c-xp-si Database Classic Cloud Service instance.

$ psm dbcs enable-access-rule --service-name db12c-xp-si --rule-name example-https
{
    "ruleName":"example-https",
    "description":"",
    "status":"enabled",
    "source":"192.0.2.0/24",
    "destination":"DB",
    "ports":"443",
    "ruleType":"USER"
}