Chilkat Online Tools

GetContainerRecipe Xojo Example

EC2 Image Builder

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

Dim rest As New Chilkat.Rest
Dim success As Boolean

Dim authAws As New Chilkat.AuthAws
authAws.AccessKey = "AWS_ACCESS_KEY"
authAws.SecretKey = "AWS_SECRET_KEY"

// Don't forget to change the region to your particular region. (Also make the same change in the call to Connect below.)
authAws.Region = "us-west-2"
authAws.ServiceName = "imagebuilder"
// SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
success = rest.SetAuthAws(authAws)

// URL: https://imagebuilder.us-west-2.amazonaws.com/
// Use the same region as specified above.
success = rest.Connect("imagebuilder.us-west-2.amazonaws.com",443,True,True)
If (success <> True) Then
    System.DebugLog("ConnectFailReason: " + Str(rest.ConnectFailReason))
    System.DebugLog(rest.LastErrorText)
    Return
End If

success = rest.AddHeader("Content-Type","application/x-amz-json-1.1")
success = rest.AddHeader("X-Amz-Target","GetContainerRecipe")

Dim sbResponseBody As New Chilkat.StringBuilder
success = rest.FullRequestNoBodySb("GET","/GetContainerRecipe",sbResponseBody)
If (success <> True) Then
    System.DebugLog(rest.LastErrorText)
    Return
End If

Dim respStatusCode As Int32
respStatusCode = rest.ResponseStatusCode
System.DebugLog("response status code = " + Str(respStatusCode))
If (respStatusCode <> 200) Then
    System.DebugLog("Response Header:")
    System.DebugLog(rest.ResponseHeader)
    System.DebugLog("Response Body:")
    System.DebugLog(sbResponseBody.GetAsString())
    Return
End If

Dim jResp As New Chilkat.JsonObject
success = jResp.LoadSb(sbResponseBody)

// The following code parses the JSON response.
// A sample JSON response is shown below the sample code.

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

Dim componentArn As String
Dim j As Int32
Dim count_j As Int32
Dim name As String
Dim k As Int32
Dim count_k As Int32
Dim strVal As String
Dim deviceName As String
Dim DeleteOnTermination As Int32
Dim ebsEncrypted As Int32
Dim Iops As Int32
Dim ebsKmsKeyId As String
Dim SnapshotId As String
Dim Throughput As Int32
Dim VolumeSize As Int32
Dim VolumeType As String
Dim noDevice As String
Dim virtualName As String

Dim Arn As String
Arn = jResp.StringOf("containerRecipe.arn")
Dim ContainerType As String
ContainerType = jResp.StringOf("containerRecipe.containerType")
Dim DateCreated As String
DateCreated = jResp.StringOf("containerRecipe.dateCreated")
Dim Description As String
Description = jResp.StringOf("containerRecipe.description")
Dim DockerfileTemplateData As String
DockerfileTemplateData = jResp.StringOf("containerRecipe.dockerfileTemplateData")
Dim Encrypted As Int32
Encrypted = jResp.IntOf("containerRecipe.encrypted")
Dim Image As String
Image = jResp.StringOf("containerRecipe.instanceConfiguration.image")
Dim KmsKeyId As String
KmsKeyId = jResp.StringOf("containerRecipe.kmsKeyId")
Dim Name As String
Name = jResp.StringOf("containerRecipe.name")
Dim Owner As String
Owner = jResp.StringOf("containerRecipe.owner")
Dim ParentImage As String
ParentImage = jResp.StringOf("containerRecipe.parentImage")
Dim Platform As String
Platform = jResp.StringOf("containerRecipe.platform")
Dim v_String As String
v_String = jResp.StringOf("containerRecipe.tags.string")
Dim RepositoryName As String
RepositoryName = jResp.StringOf("containerRecipe.targetRepository.repositoryName")
Dim Service As String
Service = jResp.StringOf("containerRecipe.targetRepository.service")
Dim Version As String
Version = jResp.StringOf("containerRecipe.version")
Dim WorkingDirectory As String
WorkingDirectory = jResp.StringOf("containerRecipe.workingDirectory")
Dim requestId As String
requestId = jResp.StringOf("requestId")
Dim i As Int32
i = 0
Dim count_i As Int32
count_i = jResp.SizeOfArray("containerRecipe.components")
While i < count_i
    jResp.I = i
    componentArn = jResp.StringOf("containerRecipe.components[i].componentArn")
    j = 0
    count_j = jResp.SizeOfArray("containerRecipe.components[i].parameters")
    While j < count_j
        jResp.J = j
        name = jResp.StringOf("containerRecipe.components[i].parameters[j].name")
        k = 0
        count_k = jResp.SizeOfArray("containerRecipe.components[i].parameters[j].value")
        While k < count_k
            jResp.K = k
            strVal = jResp.StringOf("containerRecipe.components[i].parameters[j].value[k]")
            k = k + 1
        Wend
        j = j + 1
    Wend
    i = i + 1
Wend
i = 0
count_i = jResp.SizeOfArray("containerRecipe.instanceConfiguration.blockDeviceMappings")
While i < count_i
    jResp.I = i
    deviceName = jResp.StringOf("containerRecipe.instanceConfiguration.blockDeviceMappings[i].deviceName")
    DeleteOnTermination = jResp.IntOf("containerRecipe.instanceConfiguration.blockDeviceMappings[i].ebs.deleteOnTermination")
    ebsEncrypted = jResp.IntOf("containerRecipe.instanceConfiguration.blockDeviceMappings[i].ebs.encrypted")
    Iops = jResp.IntOf("containerRecipe.instanceConfiguration.blockDeviceMappings[i].ebs.iops")
    ebsKmsKeyId = jResp.StringOf("containerRecipe.instanceConfiguration.blockDeviceMappings[i].ebs.kmsKeyId")
    SnapshotId = jResp.StringOf("containerRecipe.instanceConfiguration.blockDeviceMappings[i].ebs.snapshotId")
    Throughput = jResp.IntOf("containerRecipe.instanceConfiguration.blockDeviceMappings[i].ebs.throughput")
    VolumeSize = jResp.IntOf("containerRecipe.instanceConfiguration.blockDeviceMappings[i].ebs.volumeSize")
    VolumeType = jResp.StringOf("containerRecipe.instanceConfiguration.blockDeviceMappings[i].ebs.volumeType")
    noDevice = jResp.StringOf("containerRecipe.instanceConfiguration.blockDeviceMappings[i].noDevice")
    virtualName = jResp.StringOf("containerRecipe.instanceConfiguration.blockDeviceMappings[i].virtualName")
    i = i + 1
Wend

// A sample JSON response body parsed by the above code:

// {
//   "containerRecipe": {
//     "arn": "string",
//     "components": [
//       {
//         "componentArn": "string",
//         "parameters": [
//           {
//             "name": "string",
//             "value": [
//               "string"
//             ]
//           }
//         ]
//       }
//     ],
//     "containerType": "string",
//     "dateCreated": "string",
//     "description": "string",
//     "dockerfileTemplateData": "string",
//     "encrypted": boolean,
//     "instanceConfiguration": {
//       "blockDeviceMappings": [
//         {
//           "deviceName": "string",
//           "ebs": {
//             "deleteOnTermination": boolean,
//             "encrypted": boolean,
//             "iops": number,
//             "kmsKeyId": "string",
//             "snapshotId": "string",
//             "throughput": number,
//             "volumeSize": number,
//             "volumeType": "string"
//           },
//           "noDevice": "string",
//           "virtualName": "string"
//         }
//       ],
//       "image": "string"
//     },
//     "kmsKeyId": "string",
//     "name": "string",
//     "owner": "string",
//     "parentImage": "string",
//     "platform": "string",
//     "tags": {
//       "string": "string"
//     },
//     "targetRepository": {
//       "repositoryName": "string",
//       "service": "string"
//     },
//     "version": "string",
//     "workingDirectory": "string"
//   },
//   "requestId": "string"
// }