PowerBuilder / Core Services API / GetConsoleHistoryContent
Back to Collection Items
integer li_rc
oleobject loo_Http
integer li_Success
oleobject loo_QueryParams
oleobject loo_Resp
oleobject loo_SbResponseBody
oleobject loo_JResp
integer li_RespStatusCode
// 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
loo_QueryParams = create oleobject
// Use "Chilkat_9_5_0.JsonObject" for versions of Chilkat < 10.0.0
li_rc = loo_QueryParams.ConnectToNewObject("Chilkat.JsonObject")
loo_QueryParams.UpdateInt("offset",51368026)
loo_QueryParams.UpdateInt("length",93122772)
loo_Http.SetRequestHeader("Authorization","{{signature}}")
loo_Http.SetRequestHeader("Date","{{date}}")
loo_Resp = loo_Http.QuickRequestParams("GET","https://iaas.{{region}}.oraclecloud.com/20160918/instanceConsoleHistories/:instanceConsoleHistoryId/data",loo_QueryParams)
if loo_Http.LastMethodSuccess = 0 then
Write-Debug loo_Http.LastErrorText
destroy loo_Http
destroy loo_QueryParams
return
end if
loo_SbResponseBody = create oleobject
// Use "Chilkat_9_5_0.StringBuilder" for versions of Chilkat < 10.0.0
li_rc = loo_SbResponseBody.ConnectToNewObject("Chilkat.StringBuilder")
loo_Resp.GetBodySb(loo_SbResponseBody)
loo_JResp = create oleobject
// Use "Chilkat_9_5_0.JsonObject" for versions of Chilkat < 10.0.0
li_rc = loo_JResp.ConnectToNewObject("Chilkat.JsonObject")
loo_JResp.LoadSb(loo_SbResponseBody)
loo_JResp.EmitCompact = 0
Write-Debug "Response Body:"
Write-Debug loo_JResp.Emit()
li_RespStatusCode = loo_Resp.StatusCode
Write-Debug "Response Status Code = " + string(li_RespStatusCode)
if li_RespStatusCode >= 400 then
Write-Debug "Response Header:"
Write-Debug loo_Resp.Header
Write-Debug "Failed."
destroy loo_Resp
destroy loo_Http
destroy loo_QueryParams
destroy loo_SbResponseBody
destroy loo_JResp
return
end if
destroy loo_Resp
destroy loo_Http
destroy loo_QueryParams
destroy loo_SbResponseBody
destroy loo_JResp
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}"
}
]
}