Chilkat Online Tools

Python / Core Services API / GetRemotePeeringConnection

Back to Collection Items

import sys
import chilkat2

# This example assumes the Chilkat API to have been previously unlocked.
# See Global Unlock Sample for sample code.

http = chilkat2.Http()

http.SetRequestHeader("Authorization","{{signature}}")
http.SetRequestHeader("Date","{{date}}")

sbResponseBody = chilkat2.StringBuilder()
success = http.QuickGetSb("https://iaas.{{region}}.oraclecloud.com/20160918/remotePeeringConnections/:remotePeeringConnectionId",sbResponseBody)
if (success == False):
    print(http.LastErrorText)
    sys.exit()

jResp = chilkat2.JsonObject()
jResp.LoadSb(sbResponseBody)
jResp.EmitCompact = False

print("Response Body:")
print(jResp.Emit())

respStatusCode = http.LastStatus
print("Response Status Code = " + str(respStatusCode))
if (respStatusCode >= 400):
    print("Response Header:")
    print(http.LastHeader)
    print("Failed.")
    sys.exit()

# Sample JSON response:
# (Sample code for parsing the JSON response is shown below)

# {
#   "compartmentId": "qui in proident",
#   "displayName": "eu do minim esse",
#   "drgId": "dolore non tempor ea nisi",
#   "id": "in eiusmod et cupidatat commodo",
#   "isCrossTenancyPeering": true,
#   "lifecycleState": "TERMINATED",
#   "peeringStatus": "NEW",
#   "timeCreated": "1978-05-15T16:41:51.991Z",
#   "definedTags": {},
#   "freeformTags": {},
#   "peerId": "sed consequat a",
#   "peerRegionName": "reprehenderit commodo",
#   "peerTenancyId": "eiusmod deserunt laborum"
# }

# Sample code for parsing the JSON response...
# Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

compartmentId = jResp.StringOf("compartmentId")
displayName = jResp.StringOf("displayName")
drgId = jResp.StringOf("drgId")
id = jResp.StringOf("id")
isCrossTenancyPeering = jResp.BoolOf("isCrossTenancyPeering")
lifecycleState = jResp.StringOf("lifecycleState")
peeringStatus = jResp.StringOf("peeringStatus")
timeCreated = jResp.StringOf("timeCreated")
peerId = jResp.StringOf("peerId")
peerRegionName = jResp.StringOf("peerRegionName")
peerTenancyId = jResp.StringOf("peerTenancyId")

Curl Command

curl -X GET
	-H "Date: {{date}}"
	-H "Authorization: {{signature}}"
https://iaas.{{region}}.oraclecloud.com/20160918/remotePeeringConnections/:remotePeeringConnectionId

Postman Collection Item JSON

{
  "name": "GetRemotePeeringConnection",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Date",
        "value": "{{date}}",
        "description": "(Required) Current Date",
        "type": "text"
      },
      {
        "key": "Authorization",
        "value": "{{signature}}",
        "description": "(Required) Signature Authentication on Authorization header",
        "type": "text"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/remotePeeringConnections/:remotePeeringConnectionId",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "remotePeeringConnections",
        ":remotePeeringConnectionId"
      ],
      "variable": [
        {
          "key": "remotePeeringConnectionId",
          "value": "amet ut",
          "description": "(Required) The [OCID](/Content/General/Concepts/identifiers.htm) of the remote peering connection (RPC)."
        }
      ]
    },
    "description": "Get the specified remote peering connection's information.\n"
  },
  "response": [
    {
      "name": "The RPC was retrieved.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/remotePeeringConnections/:remotePeeringConnectionId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remotePeeringConnections",
            ":remotePeeringConnectionId"
          ],
          "variable": [
            {
              "key": "remotePeeringConnectionId"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "etag",
          "value": "officia sed",
          "description": "For optimistic concurrency control. See `if-match`.\n"
        },
        {
          "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 \"compartmentId\": \"qui in proident\",\n \"displayName\": \"eu do minim esse\",\n \"drgId\": \"dolore non tempor ea nisi\",\n \"id\": \"in eiusmod et cupidatat commodo\",\n \"isCrossTenancyPeering\": true,\n \"lifecycleState\": \"TERMINATED\",\n \"peeringStatus\": \"NEW\",\n \"timeCreated\": \"1978-05-15T16:41:51.991Z\",\n \"definedTags\": {},\n \"freeformTags\": {},\n \"peerId\": \"sed consequat a\",\n \"peerRegionName\": \"reprehenderit commodo\",\n \"peerTenancyId\": \"eiusmod deserunt laborum\"\n}"
    },
    {
      "name": "Unauthorized",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/remotePeeringConnections/:remotePeeringConnectionId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remotePeeringConnections",
            ":remotePeeringConnectionId"
          ],
          "variable": [
            {
              "key": "remotePeeringConnectionId"
            }
          ]
        }
      },
      "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": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/remotePeeringConnections/:remotePeeringConnectionId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remotePeeringConnections",
            ":remotePeeringConnectionId"
          ],
          "variable": [
            {
              "key": "remotePeeringConnectionId"
            }
          ]
        }
      },
      "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": "Internal Server Error",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/remotePeeringConnections/:remotePeeringConnectionId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remotePeeringConnections",
            ":remotePeeringConnectionId"
          ],
          "variable": [
            {
              "key": "remotePeeringConnectionId"
            }
          ]
        }
      },
      "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": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/remotePeeringConnections/:remotePeeringConnectionId",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remotePeeringConnections",
            ":remotePeeringConnectionId"
          ],
          "variable": [
            {
              "key": "remotePeeringConnectionId"
            }
          ]
        }
      },
      "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}"
    }
  ]
}