Security Groups REST Endpoints
Networking/Security Groups
The operations from the Networking/Security Groups category.
- Add Network Security Group Security Rules
- Method: postPath:
/20160918/networkSecurityGroups/{network_security_group_id}/actions/addSecurityRules - Change a Network Security Group Compartment
- Method: postPath:
/20160918/networkSecurityGroups/{network_security_group_id}/actions/changeCompartment - Create a Network Security Group
- Method: postPath:
/20160918/networkSecurityGroups - Delete a Network Security Group
- Method: deletePath:
/20160918/networkSecurityGroups/{network_security_group_id} - Get a Network Security Group
- Method: getPath:
/20160918/networkSecurityGroups/{network_security_group_id} - List Network Security Group Security Rules
- Method: getPath:
/20160918/networkSecurityGroups/{network_security_group_id}/securityRules - List Network Security Group VNICs
- Method: getPath:
/20160918/networkSecurityGroups/{network_security_group_id}/vnics - List Network Security Groups
- Method: getPath:
/20160918/networkSecurityGroups - Remove Network Security Group Security Rules
- Method: postPath:
/20160918/networkSecurityGroups/{network_security_group_id}/actions/removeSecurityRules - Update a Network Security Group
- Method: putPath:
/20160918/networkSecurityGroups/{network_security_group_id} - Update Network Security Group Security Rules
- Method: postPath:
/20160918/networkSecurityGroups/{network_security_group_id}/actions/updateSecurityRules