Chilkat Examples

ChilkatHOME.NET Core C#Android™AutoItCC#C++Chilkat2-PythonCkPythonClassic ASPDataFlexDelphi ActiveXDelphi DLLGoJavaLianjaMono C#Node.jsObjective-CPHP ActiveXPHP ExtensionPerlPowerBuilderPowerShellPureBasicRubySQL ServerSwift 2Swift 3,4,5...TclUnicode CUnicode C++VB.NETVBScriptVisual Basic 6.0Visual FoxProXojo Plugin

PowerBuilder Examples

Web API Categories

ASN.1
AWS KMS
AWS Misc
Amazon EC2
Amazon Glacier
Amazon S3
Amazon S3 (new)
Amazon SES
Amazon SNS
Amazon SQS
Async
Azure Cloud Storage
Azure Key Vault
Azure Service Bus
Azure Table Service
Base64
Bounced Email
Box
CAdES
CSR
CSV
Certificates
Code Signing
Compression
DKIM / DomainKey
DNS
DSA
Diffie-Hellman
Digital Signatures
Dropbox
Dynamics CRM
EBICS
ECC
Ed25519
Email Object
Encryption
FTP
FileAccess
Firebase
GMail REST API
GMail SMTP/IMAP/POP
Geolocation
Google APIs
Google Calendar
Google Cloud SQL
Google Cloud Storage
Google Drive
Google Photos
Google Sheets
Google Tasks
Gzip
HTML-to-XML/Text
HTTP

HTTP Misc
IMAP
JSON
JSON Web Encryption (JWE)
JSON Web Signatures (JWS)
JSON Web Token (JWT)
Java KeyStore (JKS)
MHT / HTML Email
MIME
MS Storage Providers
Microsoft Graph
Misc
NTLM
OAuth1
OAuth2
OIDC
Office365
OneDrive
OpenSSL
Outlook
Outlook Calendar
Outlook Contact
PDF Signatures
PEM
PFX/P12
PKCS11
POP3
PRNG
REST
REST Misc
RSA
SCP
SCard
SFTP
SMTP
SSH
SSH Key
SSH Tunnel
ScMinidriver
SharePoint
SharePoint Online
Signing in the Cloud
Socket/SSL/TLS
Spider
Stream
Tar Archive
ULID/UUID
Upload
WebSocket
XAdES
XML
XML Digital Signatures
XMP
Zip
curl

 

 

 

(PowerBuilder) Glacier Get Job Information and Status

Demonstrates how to get information and status for a glacier job.

Chilkat ActiveX Downloads

ActiveX for 32-bit and 64-bit Windows

integer li_rc
oleobject loo_Rest
integer li_BTls
integer li_Port
integer li_BAutoReconnect
integer li_Success
oleobject loo_AuthAws
oleobject loo_SbResponseBody
integer li_RespStatusCode
oleobject loo_Json
string ls_Action
string ls_ArchiveId
string ls_ArchiveSHA256TreeHash
string ls_ArchiveSizeInBytes
integer li_Completed
string ls_CompletionDate
string ls_CreationDate
string ls_InventoryRetrievalParametersEndDate
string ls_InventoryRetrievalParametersFormat
string ls_InventoryRetrievalParametersLimit
string ls_InventoryRetrievalParametersMarker
string ls_InventoryRetrievalParametersStartDate
string ls_InventorySizeInBytes
string ls_JobDescription
string ls_JobId
string ls_JobOutputPath
string ls_OutputLocation
string ls_RetrievalByteRange
string ls_SHA256TreeHash
string ls_SNSTopic
string ls_SelectParameters
string ls_StatusCode
string ls_StatusMessage
string ls_Tier
string ls_VaultARN

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

loo_Rest = create oleobject
li_rc = loo_Rest.ConnectToNewObject("Chilkat_9_5_0.Rest")
if li_rc < 0 then
    destroy loo_Rest
    MessageBox("Error","Connecting to COM object failed")
    return
end if

// Connect to the Amazon AWS REST server in the desired region.
li_BTls = 1
li_Port = 443
li_BAutoReconnect = 1
li_Success = loo_Rest.Connect("glacier.us-west-2.amazonaws.com",li_Port,li_BTls,li_BAutoReconnect)

// Provide AWS credentials.
loo_AuthAws = create oleobject
li_rc = loo_AuthAws.ConnectToNewObject("Chilkat_9_5_0.AuthAws")

loo_AuthAws.AccessKey = "AWS_ACCESS_KEY"
loo_AuthAws.SecretKey = "AWS_SECRET_KEY"
loo_AuthAws.ServiceName = "glacier"
loo_AuthAws.Region = "us-west-2"

li_Success = loo_Rest.SetAuthAws(loo_AuthAws)

// --------------------------------------------------------------------------
// Note: The above REST connection and setup of the AWS credentials
// can be done once.  After connecting, any number of REST calls can be made.
// The "auto reconnect" property passed to rest.Connect indicates that if
// the connection is lost, a REST method call will automatically reconnect
// if needed.
// --------------------------------------------------------------------------

// 
// For more information, see Glacier Describe Job Reference Documentation
// 
loo_Rest.AddHeader("x-amz-glacier-version","2012-06-01")

loo_SbResponseBody = create oleobject
li_rc = loo_SbResponseBody.ConnectToNewObject("Chilkat_9_5_0.StringBuilder")

li_Success = loo_Rest.FullRequestNoBodySb("GET","/AWS_ACCOUNT_ID/vaults/chilkat/jobs/JOB_ID",loo_SbResponseBody)
if li_Success <> 1 then
    Write-Debug loo_Rest.LastErrorText
    destroy loo_Rest
    destroy loo_AuthAws
    destroy loo_SbResponseBody
    return
end if

li_RespStatusCode = loo_Rest.ResponseStatusCode
if li_RespStatusCode >= 400 then
    Write-Debug "Response Status Code = " + string(li_RespStatusCode)
    Write-Debug "Response Header:"
    Write-Debug loo_Rest.ResponseHeader
    Write-Debug "Response Body:"
    Write-Debug loo_SbResponseBody.GetAsString()
    destroy loo_Rest
    destroy loo_AuthAws
    destroy loo_SbResponseBody
    return
end if

// Success is indicated by a 200 response status.
Write-Debug "response status code = " + string(li_RespStatusCode)

loo_Json = create oleobject
li_rc = loo_Json.ConnectToNewObject("Chilkat_9_5_0.JsonObject")

loo_Json.LoadSb(loo_SbResponseBody)
loo_Json.EmitCompact = 0
Write-Debug loo_Json.Emit()

// Sample output:
// Use this online tool to generate parsing code from sample JSON: 
// Generate Parsing Code from JSON

// {
//   "Action": "InventoryRetrieval",
//   "ArchiveId": null,
//   "ArchiveSHA256TreeHash": null,
//   "ArchiveSizeInBytes": null,
//   "Completed": false,
//   "CompletionDate": null,
//   "CreationDate": "2019-04-09T22:48:48.700Z",
//   "InventoryRetrievalParameters": {
//     "EndDate": null,
//     "Format": "CSV",
//     "Limit": null,
//     "Marker": null,
//     "StartDate": null
//   },
//   "InventorySizeInBytes": null,
//   "JobDescription": "My inventory job",
//   "JobId": "E-mCnb3j122yvz5PRFGzETmFVXVrkX_pgI8PIuwBKNRyI8pAJqIetKwzkJC5a6blIvYZrrVohiBENQVhZE1a-K-x-uRO",
//   "JobOutputPath": null,
//   "OutputLocation": null,
//   "RetrievalByteRange": null,
//   "SHA256TreeHash": null,
//   "SNSTopic": null,
//   "SelectParameters": null,
//   "StatusCode": "InProgress",
//   "StatusMessage": null,
//   "Tier": null,
//   "VaultARN": "arn:aws:glacier:us-west-2:954491834127:vaults/chilkat"
// }
// 

ls_Action = loo_Json.StringOf("Action")
ls_ArchiveId = loo_Json.StringOf("ArchiveId")
ls_ArchiveSHA256TreeHash = loo_Json.StringOf("ArchiveSHA256TreeHash")
ls_ArchiveSizeInBytes = loo_Json.StringOf("ArchiveSizeInBytes")
li_Completed = loo_Json.BoolOf("Completed")
ls_CompletionDate = loo_Json.StringOf("CompletionDate")
ls_CreationDate = loo_Json.StringOf("CreationDate")
ls_InventoryRetrievalParametersEndDate = loo_Json.StringOf("InventoryRetrievalParameters.EndDate")
ls_InventoryRetrievalParametersFormat = loo_Json.StringOf("InventoryRetrievalParameters.Format")
ls_InventoryRetrievalParametersLimit = loo_Json.StringOf("InventoryRetrievalParameters.Limit")
ls_InventoryRetrievalParametersMarker = loo_Json.StringOf("InventoryRetrievalParameters.Marker")
ls_InventoryRetrievalParametersStartDate = loo_Json.StringOf("InventoryRetrievalParameters.StartDate")
ls_InventorySizeInBytes = loo_Json.StringOf("InventorySizeInBytes")
ls_JobDescription = loo_Json.StringOf("JobDescription")
ls_JobId = loo_Json.StringOf("JobId")
ls_JobOutputPath = loo_Json.StringOf("JobOutputPath")
ls_OutputLocation = loo_Json.StringOf("OutputLocation")
ls_RetrievalByteRange = loo_Json.StringOf("RetrievalByteRange")
ls_SHA256TreeHash = loo_Json.StringOf("SHA256TreeHash")
ls_SNSTopic = loo_Json.StringOf("SNSTopic")
ls_SelectParameters = loo_Json.StringOf("SelectParameters")
ls_StatusCode = loo_Json.StringOf("StatusCode")
ls_StatusMessage = loo_Json.StringOf("StatusMessage")
ls_Tier = loo_Json.StringOf("Tier")
ls_VaultARN = loo_Json.StringOf("VaultARN")


destroy loo_Rest
destroy loo_AuthAws
destroy loo_SbResponseBody
destroy loo_Json

 

© 2000-2024 Chilkat Software, Inc. All Rights Reserved.