PowerBuilder / Core Services API / RemoveNetworkSecurityGroupSecurityRules
Back to Collection Items
integer li_rc
oleobject loo_Http
integer li_Success
oleobject loo_Json
oleobject loo_Resp
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
loo_Http = create oleobject
// Use "Chilkat_9_5_0.Http" for versions of Chilkat < 10.0.0
li_rc = loo_Http.ConnectToNewObject("Chilkat.Http")
if li_rc < 0 then
destroy loo_Http
MessageBox("Error","Connecting to COM object failed")
return
end if
// Use this online tool to generate code from sample JSON: Generate Code to Create JSON
// The following JSON is sent in the request body.
// {
// "securityRuleIds": [
// "nulla ut ea"
// ]
// }
loo_Json = create oleobject
// Use "Chilkat_9_5_0.JsonObject" for versions of Chilkat < 10.0.0
li_rc = loo_Json.ConnectToNewObject("Chilkat.JsonObject")
loo_Json.UpdateString("securityRuleIds[0]","nulla ut ea")
loo_Http.SetRequestHeader("Content-Type","application/json")
loo_Http.SetRequestHeader("x-content-sha256","{{content_sha256}}")
loo_Http.SetRequestHeader("Authorization","{{signature}}")
loo_Http.SetRequestHeader("Date","{{date}}")
loo_Resp = loo_Http.PostJson3("https://iaas.{{region}}.oraclecloud.com/20160918/networkSecurityGroups/:networkSecurityGroupId/actions/removeSecurityRules","application/json",loo_Json)
if loo_Http.LastMethodSuccess = 0 then
Write-Debug loo_Http.LastErrorText
destroy loo_Http
destroy loo_Json
return
end if
Write-Debug string(loo_Resp.StatusCode)
Write-Debug loo_Resp.BodyStr
destroy loo_Resp
destroy loo_Http
destroy loo_Json
Curl Command
curl -X POST
-H "Content-Type: application/json"
-H "Date: {{date}}"
-H "Authorization: {{signature}}"
-H "x-content-sha256: {{content_sha256}}"
-d '{
"securityRuleIds": [
"nulla ut ea"
]
}'
https://iaas.{{region}}.oraclecloud.com/20160918/networkSecurityGroups/:networkSecurityGroupId/actions/removeSecurityRules
Postman Collection Item JSON
{
"name": "RemoveNetworkSecurityGroupSecurityRules",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Date",
"value": "{{date}}",
"description": "(Required) Current Date",
"type": "text"
},
{
"key": "Authorization",
"value": "{{signature}}",
"description": "(Required) Signature Authentication on Authorization header",
"type": "text"
},
{
"key": "x-content-sha256",
"value": "{{content_sha256}}",
"description": "(Required) Content sha256 for POST, PUT and PATCH operations",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"securityRuleIds\": [\n \"nulla ut ea\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/networkSecurityGroups/:networkSecurityGroupId/actions/removeSecurityRules",
"host": [
"{{baseUrl}}"
],
"path": [
"networkSecurityGroups",
":networkSecurityGroupId",
"actions",
"removeSecurityRules"
],
"variable": [
{
"key": "networkSecurityGroupId",
"value": "amet ut",
"description": "(Required) The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the network security group."
}
]
},
"description": "Removes one or more security rules from the specified network security group.\n"
},
"response": [
{
"name": "The security rules are being deleted.",
"originalRequest": {
"method": "POST",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"securityRuleIds\": [\n \"nulla ut ea\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/networkSecurityGroups/:networkSecurityGroupId/actions/removeSecurityRules",
"host": [
"{{baseUrl}}"
],
"path": [
"networkSecurityGroups",
":networkSecurityGroupId",
"actions",
"removeSecurityRules"
],
"variable": [
{
"key": "networkSecurityGroupId"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "opc-request-id",
"value": "officia sed",
"description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
},
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [
],
"body": ""
},
{
"name": "Bad Request",
"originalRequest": {
"method": "POST",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"securityRuleIds\": [\n \"nulla ut ea\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/networkSecurityGroups/:networkSecurityGroupId/actions/removeSecurityRules",
"host": [
"{{baseUrl}}"
],
"path": [
"networkSecurityGroups",
":networkSecurityGroupId",
"actions",
"removeSecurityRules"
],
"variable": [
{
"key": "networkSecurityGroupId"
}
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "opc-request-id",
"value": "officia sed",
"description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"securityRuleIds\": [\n \"nulla ut ea\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/networkSecurityGroups/:networkSecurityGroupId/actions/removeSecurityRules",
"host": [
"{{baseUrl}}"
],
"path": [
"networkSecurityGroups",
":networkSecurityGroupId",
"actions",
"removeSecurityRules"
],
"variable": [
{
"key": "networkSecurityGroupId"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "opc-request-id",
"value": "officia sed",
"description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"securityRuleIds\": [\n \"nulla ut ea\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/networkSecurityGroups/:networkSecurityGroupId/actions/removeSecurityRules",
"host": [
"{{baseUrl}}"
],
"path": [
"networkSecurityGroups",
":networkSecurityGroupId",
"actions",
"removeSecurityRules"
],
"variable": [
{
"key": "networkSecurityGroupId"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "opc-request-id",
"value": "officia sed",
"description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
},
{
"name": "Conflict",
"originalRequest": {
"method": "POST",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"securityRuleIds\": [\n \"nulla ut ea\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/networkSecurityGroups/:networkSecurityGroupId/actions/removeSecurityRules",
"host": [
"{{baseUrl}}"
],
"path": [
"networkSecurityGroups",
":networkSecurityGroupId",
"actions",
"removeSecurityRules"
],
"variable": [
{
"key": "networkSecurityGroupId"
}
]
}
},
"status": "Conflict",
"code": 409,
"_postman_previewlanguage": "json",
"header": [
{
"key": "opc-request-id",
"value": "officia sed",
"description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
},
{
"name": "Internal Server Error",
"originalRequest": {
"method": "POST",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"securityRuleIds\": [\n \"nulla ut ea\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/networkSecurityGroups/:networkSecurityGroupId/actions/removeSecurityRules",
"host": [
"{{baseUrl}}"
],
"path": [
"networkSecurityGroups",
":networkSecurityGroupId",
"actions",
"removeSecurityRules"
],
"variable": [
{
"key": "networkSecurityGroupId"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "opc-request-id",
"value": "officia sed",
"description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
},
{
"name": "An error has occurred.",
"originalRequest": {
"method": "POST",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"securityRuleIds\": [\n \"nulla ut ea\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/networkSecurityGroups/:networkSecurityGroupId/actions/removeSecurityRules",
"host": [
"{{baseUrl}}"
],
"path": [
"networkSecurityGroups",
":networkSecurityGroupId",
"actions",
"removeSecurityRules"
],
"variable": [
{
"key": "networkSecurityGroupId"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "opc-request-id",
"value": "officia sed",
"description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
}
]
}