Chilkat Online Tools

Foxpro / Core Services API / GetConsoleHistoryContent

Back to Collection Items

LOCAL loHttp
LOCAL lnSuccess
LOCAL loQueryParams
LOCAL loResp
LOCAL loSbResponseBody
LOCAL loJResp
LOCAL lnRespStatusCode

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

loHttp = CreateObject('Chilkat_9_5_0.Http')

loQueryParams = CreateObject('Chilkat_9_5_0.JsonObject')
loQueryParams.UpdateInt("offset",51368026)
loQueryParams.UpdateInt("length",93122772)

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

loResp = loHttp.QuickRequestParams("GET","https://iaas.{{region}}.oraclecloud.com/20160918/instanceConsoleHistories/:instanceConsoleHistoryId/data",loQueryParams)
IF (loHttp.LastMethodSuccess = 0) THEN
    ? loHttp.LastErrorText
    RELEASE loHttp
    RELEASE loQueryParams
    CANCEL
ENDIF

loSbResponseBody = CreateObject('Chilkat_9_5_0.StringBuilder')
loResp.GetBodySb(loSbResponseBody)

loJResp = CreateObject('Chilkat_9_5_0.JsonObject')
loJResp.LoadSb(loSbResponseBody)
loJResp.EmitCompact = 0

? "Response Body:"
? loJResp.Emit()

lnRespStatusCode = loResp.StatusCode
? "Response Status Code = " + STR(lnRespStatusCode)
IF (lnRespStatusCode >= 400) THEN
    ? "Response Header:"
    ? loResp.Header
    ? "Failed."
    RELEASE loResp
    RELEASE loHttp
    RELEASE loQueryParams
    RELEASE loSbResponseBody
    RELEASE loJResp
    CANCEL
ENDIF

RELEASE loResp

RELEASE loHttp
RELEASE loQueryParams
RELEASE loSbResponseBody
RELEASE loJResp

Curl Command

curl -G -d "offset=51368026"
	-d "length=93122772"
	-H "Date: {{date}}"
	-H "Authorization: {{signature}}"
https://iaas.{{region}}.oraclecloud.com/20160918/instanceConsoleHistories/:instanceConsoleHistoryId/data

Postman Collection Item JSON

{
  "name": "GetConsoleHistoryContent",
  "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}}/instanceConsoleHistories/:instanceConsoleHistoryId/data?offset=51368026&length=93122772",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "instanceConsoleHistories",
        ":instanceConsoleHistoryId",
        "data"
      ],
      "query": [
        {
          "key": "offset",
          "value": "51368026",
          "description": "Offset of the snapshot data to retrieve."
        },
        {
          "key": "length",
          "value": "93122772",
          "description": "Length of the snapshot data to retrieve."
        }
      ],
      "variable": [
        {
          "key": "instanceConsoleHistoryId",
          "value": "officia sed",
          "description": "(Required) The OCID of the console history."
        }
      ]
    },
    "description": "Gets the actual console history data (not the metadata).\nSee [CaptureConsoleHistory](#/en/iaas/latest/ConsoleHistory/CaptureConsoleHistory)\nfor details about using the console history operations.\n"
  },
  "response": [
    {
      "name": "The information is being retrieved.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/instanceConsoleHistories/:instanceConsoleHistoryId/data?offset=51368026&length=93122772",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instanceConsoleHistories",
            ":instanceConsoleHistoryId",
            "data"
          ],
          "query": [
            {
              "key": "offset",
              "value": "51368026"
            },
            {
              "key": "length",
              "value": "93122772"
            }
          ],
          "variable": [
            {
              "key": "instanceConsoleHistoryId"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-bytes-remaining",
          "value": "93703250",
          "description": "The number of bytes remaining in the snapshot."
        },
        {
          "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": "\"officia sed\""
    },
    {
      "name": "Bad Request",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/instanceConsoleHistories/:instanceConsoleHistoryId/data?offset=51368026&length=93122772",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instanceConsoleHistories",
            ":instanceConsoleHistoryId",
            "data"
          ],
          "query": [
            {
              "key": "offset",
              "value": "51368026"
            },
            {
              "key": "length",
              "value": "93122772"
            }
          ],
          "variable": [
            {
              "key": "instanceConsoleHistoryId"
            }
          ]
        }
      },
      "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": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/instanceConsoleHistories/:instanceConsoleHistoryId/data?offset=51368026&length=93122772",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instanceConsoleHistories",
            ":instanceConsoleHistoryId",
            "data"
          ],
          "query": [
            {
              "key": "offset",
              "value": "51368026"
            },
            {
              "key": "length",
              "value": "93122772"
            }
          ],
          "variable": [
            {
              "key": "instanceConsoleHistoryId"
            }
          ]
        }
      },
      "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}}/instanceConsoleHistories/:instanceConsoleHistoryId/data?offset=51368026&length=93122772",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instanceConsoleHistories",
            ":instanceConsoleHistoryId",
            "data"
          ],
          "query": [
            {
              "key": "offset",
              "value": "51368026"
            },
            {
              "key": "length",
              "value": "93122772"
            }
          ],
          "variable": [
            {
              "key": "instanceConsoleHistoryId"
            }
          ]
        }
      },
      "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}}/instanceConsoleHistories/:instanceConsoleHistoryId/data?offset=51368026&length=93122772",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instanceConsoleHistories",
            ":instanceConsoleHistoryId",
            "data"
          ],
          "query": [
            {
              "key": "offset",
              "value": "51368026"
            },
            {
              "key": "length",
              "value": "93122772"
            }
          ],
          "variable": [
            {
              "key": "instanceConsoleHistoryId"
            }
          ]
        }
      },
      "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}}/instanceConsoleHistories/:instanceConsoleHistoryId/data?offset=51368026&length=93122772",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instanceConsoleHistories",
            ":instanceConsoleHistoryId",
            "data"
          ],
          "query": [
            {
              "key": "offset",
              "value": "51368026"
            },
            {
              "key": "length",
              "value": "93122772"
            }
          ],
          "variable": [
            {
              "key": "instanceConsoleHistoryId"
            }
          ]
        }
      },
      "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}"
    }
  ]
}