Go / Core Services API / RemoveDrgRouteDistributionStatements
Back to Collection Items
// This example assumes the Chilkat API to have been previously unlocked.
// See Global_Ref.html">Global Unlock Sample for sample code.
http := chilkat.NewHttp()
var success bool
// Use this online tool to generate code from sample JSON: Generate Code to Create JSON
// The following JSON is sent in the request body.
// {
// "statementIds": [
// "in amet incididunt ad voluptate"
// ]
// }
json := chilkat.NewJsonObject()
json.UpdateString("statementIds[0]","in amet incididunt ad voluptate")
http.SetRequestHeader("Content-Type","application/json")
http.SetRequestHeader("x-content-sha256","{{content_sha256}}")
http.SetRequestHeader("Authorization","{{signature}}")
http.SetRequestHeader("Date","{{date}}")
resp := http.PostJson3("https://iaas.{{region}}.oraclecloud.com/20160918/drgRouteDistributions/:drgRouteDistributionId/actions/removeDrgRouteDistributionStatements","application/json",json)
if http.LastMethodSuccess() == false {
fmt.Println(http.LastErrorText())
http.DisposeHttp()
json.DisposeJsonObject()
return
}
fmt.Println(resp.StatusCode())
fmt.Println(resp.BodyStr())
resp.DisposeHttpResponse()
http.DisposeHttp()
json.DisposeJsonObject()
Curl Command
curl -X POST
-H "Content-Type: application/json"
-H "Date: {{date}}"
-H "Authorization: {{signature}}"
-H "x-content-sha256: {{content_sha256}}"
-d '{
"statementIds": [
"in amet incididunt ad voluptate"
]
}'
https://iaas.{{region}}.oraclecloud.com/20160918/drgRouteDistributions/:drgRouteDistributionId/actions/removeDrgRouteDistributionStatements
Postman Collection Item JSON
{
"name": "RemoveDrgRouteDistributionStatements",
"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 \"statementIds\": [\n \"in amet incididunt ad voluptate\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/drgRouteDistributions/:drgRouteDistributionId/actions/removeDrgRouteDistributionStatements",
"host": [
"{{baseUrl}}"
],
"path": [
"drgRouteDistributions",
":drgRouteDistributionId",
"actions",
"removeDrgRouteDistributionStatements"
],
"variable": [
{
"key": "drgRouteDistributionId",
"value": "amet ut",
"description": "(Required) The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the route distribution."
}
]
},
"description": "Removes one or more route distribution statements from the specified route distribution's map.\n"
},
"response": [
{
"name": "The route distribution statements are being deleted.",
"originalRequest": {
"method": "POST",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"statementIds\": [\n \"in amet incididunt ad voluptate\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/drgRouteDistributions/:drgRouteDistributionId/actions/removeDrgRouteDistributionStatements",
"host": [
"{{baseUrl}}"
],
"path": [
"drgRouteDistributions",
":drgRouteDistributionId",
"actions",
"removeDrgRouteDistributionStatements"
],
"variable": [
{
"key": "drgRouteDistributionId"
}
]
}
},
"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 \"statementIds\": [\n \"in amet incididunt ad voluptate\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/drgRouteDistributions/:drgRouteDistributionId/actions/removeDrgRouteDistributionStatements",
"host": [
"{{baseUrl}}"
],
"path": [
"drgRouteDistributions",
":drgRouteDistributionId",
"actions",
"removeDrgRouteDistributionStatements"
],
"variable": [
{
"key": "drgRouteDistributionId"
}
]
}
},
"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 \"statementIds\": [\n \"in amet incididunt ad voluptate\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/drgRouteDistributions/:drgRouteDistributionId/actions/removeDrgRouteDistributionStatements",
"host": [
"{{baseUrl}}"
],
"path": [
"drgRouteDistributions",
":drgRouteDistributionId",
"actions",
"removeDrgRouteDistributionStatements"
],
"variable": [
{
"key": "drgRouteDistributionId"
}
]
}
},
"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 \"statementIds\": [\n \"in amet incididunt ad voluptate\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/drgRouteDistributions/:drgRouteDistributionId/actions/removeDrgRouteDistributionStatements",
"host": [
"{{baseUrl}}"
],
"path": [
"drgRouteDistributions",
":drgRouteDistributionId",
"actions",
"removeDrgRouteDistributionStatements"
],
"variable": [
{
"key": "drgRouteDistributionId"
}
]
}
},
"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 \"statementIds\": [\n \"in amet incididunt ad voluptate\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/drgRouteDistributions/:drgRouteDistributionId/actions/removeDrgRouteDistributionStatements",
"host": [
"{{baseUrl}}"
],
"path": [
"drgRouteDistributions",
":drgRouteDistributionId",
"actions",
"removeDrgRouteDistributionStatements"
],
"variable": [
{
"key": "drgRouteDistributionId"
}
]
}
},
"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 \"statementIds\": [\n \"in amet incididunt ad voluptate\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/drgRouteDistributions/:drgRouteDistributionId/actions/removeDrgRouteDistributionStatements",
"host": [
"{{baseUrl}}"
],
"path": [
"drgRouteDistributions",
":drgRouteDistributionId",
"actions",
"removeDrgRouteDistributionStatements"
],
"variable": [
{
"key": "drgRouteDistributionId"
}
]
}
},
"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 \"statementIds\": [\n \"in amet incididunt ad voluptate\"\n ]\n}"
},
"url": {
"raw": "{{baseUrl}}/drgRouteDistributions/:drgRouteDistributionId/actions/removeDrgRouteDistributionStatements",
"host": [
"{{baseUrl}}"
],
"path": [
"drgRouteDistributions",
":drgRouteDistributionId",
"actions",
"removeDrgRouteDistributionStatements"
],
"variable": [
{
"key": "drgRouteDistributionId"
}
]
}
},
"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}"
}
]
}