RemoveNetworkSecurityGroupSecurityRules

post

/20160918/networkSecurityGroups/{network_security_group_id}/actions/removeSecurityRules

Remove one or more security rules from the specified network security group.

Request

Supported Media Types
Path Parameters
Body ()
Request with one or more security rules to be removed from the specified network security group.
Root Schema : RemoveNetworkSecurityGroupSecurityRulesDetails
Type: object
Show Source
Nested Schema : securityRuleIds
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 25
The OCID of each SecurityRule to be deleted.
Show Source
Back to Top

Response

Supported Media Types

200 Response

The security rules are being deleted.
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.

400 Response

Bad Request
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

401 Response

Unauthorized
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

404 Response

Not Found
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

409 Response

Conflict
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

500 Response

Internal Server Error
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

Default Response

An error has occurred.
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source
Back to Top