Chilkat Online Tools

DescribePipeline Go Example

AWS IoT Analytics

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

    rest := chilkat.NewRest()
    var success bool

    authAws := chilkat.NewAuthAws()
    authAws.SetAccessKey("AWS_ACCESS_KEY")
    authAws.SetSecretKey("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.SetRegion("us-west-2")
    authAws.SetServiceName("iotanalytics")
    // SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
    rest.SetAuthAws(authAws)

    // URL: https://iotanalytics.us-west-2.amazonaws.com/
    // Use the same region as specified above.
    success = rest.Connect("iotanalytics.us-west-2.amazonaws.com",443,true,true)
    if success != true {
        fmt.Println("ConnectFailReason: ", rest.ConnectFailReason())
        fmt.Println(rest.LastErrorText())
        rest.DisposeRest()
        authAws.DisposeAuthAws()
        return
    }

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

    sbResponseBody := chilkat.NewStringBuilder()
    success = rest.FullRequestNoBodySb("GET","/pipelines/{pipelineName}",sbResponseBody)
    if success != true {
        fmt.Println(rest.LastErrorText())
        rest.DisposeRest()
        authAws.DisposeAuthAws()
        sbResponseBody.DisposeStringBuilder()
        return
    }

    respStatusCode := rest.ResponseStatusCode()
    fmt.Println("response status code = ", respStatusCode)
    if respStatusCode != 200 {
        fmt.Println("Response Header:")
        fmt.Println(rest.ResponseHeader())
        fmt.Println("Response Body:")
        fmt.Println(*sbResponseBody.GetAsString())
        rest.DisposeRest()
        authAws.DisposeAuthAws()
        sbResponseBody.DisposeStringBuilder()
        return
    }

    jResp := chilkat.NewJsonObject()
    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

v_String_DECLARATION
addAttributesName_DECLARATION
v_Next_DECLARATION
ChannelName_DECLARATION
channelName_DECLARATION
channelNext_DECLARATION
DatastoreName_DECLARATION
datastoreName_DECLARATION
Attribute_DECLARATION
deviceRegistryEnrichName_DECLARATION
deviceRegistryEnrichNext_DECLARATION
RoleArn_DECLARATION
ThingName_DECLARATION
deviceShadowEnrichAttribute_DECLARATION
deviceShadowEnrichName_DECLARATION
deviceShadowEnrichNext_DECLARATION
deviceShadowEnrichRoleArn_DECLARATION
deviceShadowEnrichThingName_DECLARATION
Filter_DECLARATION
filterName_DECLARATION
filterNext_DECLARATION
    var BatchSize int
LambdaName_DECLARATION
lambdaName_DECLARATION
lambdaNext_DECLARATION
mathAttribute_DECLARATION
Math_DECLARATION
mathName_DECLARATION
mathNext_DECLARATION
removeAttributesName_DECLARATION
removeAttributesNext_DECLARATION
selectAttributesName_DECLARATION
selectAttributesNext_DECLARATION
    var j int
    var count_j int
strVal_DECLARATION
    var creationTime int
id_DECLARATION
status_DECLARATION

    Arn := jResp.StringOf("pipeline.arn")
    CreationTime := jResp.IntOf("pipeline.creationTime")
    LastUpdateTime := jResp.IntOf("pipeline.lastUpdateTime")
    Name := jResp.StringOf("pipeline.name")
    i := 0
    count_i := jResp.SizeOfArray("pipeline.activities")
    for i < count_i {
        jResp.SetI(i)
        v_String = *jResp.StringOf("pipeline.activities[i].addAttributes.attributes.string")
        addAttributesName = *jResp.StringOf("pipeline.activities[i].addAttributes.name")
        v_Next = *jResp.StringOf("pipeline.activities[i].addAttributes.next")
        ChannelName = *jResp.StringOf("pipeline.activities[i].channel.channelName")
        channelName = *jResp.StringOf("pipeline.activities[i].channel.name")
        channelNext = *jResp.StringOf("pipeline.activities[i].channel.next")
        DatastoreName = *jResp.StringOf("pipeline.activities[i].datastore.datastoreName")
        datastoreName = *jResp.StringOf("pipeline.activities[i].datastore.name")
        Attribute = *jResp.StringOf("pipeline.activities[i].deviceRegistryEnrich.attribute")
        deviceRegistryEnrichName = *jResp.StringOf("pipeline.activities[i].deviceRegistryEnrich.name")
        deviceRegistryEnrichNext = *jResp.StringOf("pipeline.activities[i].deviceRegistryEnrich.next")
        RoleArn = *jResp.StringOf("pipeline.activities[i].deviceRegistryEnrich.roleArn")
        ThingName = *jResp.StringOf("pipeline.activities[i].deviceRegistryEnrich.thingName")
        deviceShadowEnrichAttribute = *jResp.StringOf("pipeline.activities[i].deviceShadowEnrich.attribute")
        deviceShadowEnrichName = *jResp.StringOf("pipeline.activities[i].deviceShadowEnrich.name")
        deviceShadowEnrichNext = *jResp.StringOf("pipeline.activities[i].deviceShadowEnrich.next")
        deviceShadowEnrichRoleArn = *jResp.StringOf("pipeline.activities[i].deviceShadowEnrich.roleArn")
        deviceShadowEnrichThingName = *jResp.StringOf("pipeline.activities[i].deviceShadowEnrich.thingName")
        Filter = *jResp.StringOf("pipeline.activities[i].filter.filter")
        filterName = *jResp.StringOf("pipeline.activities[i].filter.name")
        filterNext = *jResp.StringOf("pipeline.activities[i].filter.next")
        BatchSize = jResp.IntOf("pipeline.activities[i].lambda.batchSize")
        LambdaName = *jResp.StringOf("pipeline.activities[i].lambda.lambdaName")
        lambdaName = *jResp.StringOf("pipeline.activities[i].lambda.name")
        lambdaNext = *jResp.StringOf("pipeline.activities[i].lambda.next")
        mathAttribute = *jResp.StringOf("pipeline.activities[i].math.attribute")
        Math = *jResp.StringOf("pipeline.activities[i].math.math")
        mathName = *jResp.StringOf("pipeline.activities[i].math.name")
        mathNext = *jResp.StringOf("pipeline.activities[i].math.next")
        removeAttributesName = *jResp.StringOf("pipeline.activities[i].removeAttributes.name")
        removeAttributesNext = *jResp.StringOf("pipeline.activities[i].removeAttributes.next")
        selectAttributesName = *jResp.StringOf("pipeline.activities[i].selectAttributes.name")
        selectAttributesNext = *jResp.StringOf("pipeline.activities[i].selectAttributes.next")
        j = 0
        count_j = jResp.SizeOfArray("pipeline.activities[i].removeAttributes.attributes")
        for j < count_j {
            jResp.SetJ(j)
            strVal = *jResp.StringOf("pipeline.activities[i].removeAttributes.attributes[j]")
            j = j + 1
        }

        j = 0
        count_j = jResp.SizeOfArray("pipeline.activities[i].selectAttributes.attributes")
        for j < count_j {
            jResp.SetJ(j)
            strVal = *jResp.StringOf("pipeline.activities[i].selectAttributes.attributes[j]")
            j = j + 1
        }

        i = i + 1
    }

    i = 0
    count_i = jResp.SizeOfArray("pipeline.reprocessingSummaries")
    for i < count_i {
        jResp.SetI(i)
        creationTime = jResp.IntOf("pipeline.reprocessingSummaries[i].creationTime")
        id = *jResp.StringOf("pipeline.reprocessingSummaries[i].id")
        status = *jResp.StringOf("pipeline.reprocessingSummaries[i].status")
        i = i + 1
    }

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

    // {
    //   "pipeline": {
    //     "activities": [
    //       {
    //         "addAttributes": {
    //           "attributes": {
    //             "string": "string"
    //           },
    //           "name": "string",
    //           "next": "string"
    //         },
    //         "channel": {
    //           "channelName": "string",
    //           "name": "string",
    //           "next": "string"
    //         },
    //         "datastore": {
    //           "datastoreName": "string",
    //           "name": "string"
    //         },
    //         "deviceRegistryEnrich": {
    //           "attribute": "string",
    //           "name": "string",
    //           "next": "string",
    //           "roleArn": "string",
    //           "thingName": "string"
    //         },
    //         "deviceShadowEnrich": {
    //           "attribute": "string",
    //           "name": "string",
    //           "next": "string",
    //           "roleArn": "string",
    //           "thingName": "string"
    //         },
    //         "filter": {
    //           "filter": "string",
    //           "name": "string",
    //           "next": "string"
    //         },
    //         "lambda": {
    //           "batchSize": number,
    //           "lambdaName": "string",
    //           "name": "string",
    //           "next": "string"
    //         },
    //         "math": {
    //           "attribute": "string",
    //           "math": "string",
    //           "name": "string",
    //           "next": "string"
    //         },
    //         "removeAttributes": {
    //           "attributes": [
    //             "string"
    //           ],
    //           "name": "string",
    //           "next": "string"
    //         },
    //         "selectAttributes": {
    //           "attributes": [
    //             "string"
    //           ],
    //           "name": "string",
    //           "next": "string"
    //         }
    //       }
    //     ],
    //     "arn": "string",
    //     "creationTime": number,
    //     "lastUpdateTime": number,
    //     "name": "string",
    //     "reprocessingSummaries": [
    //       {
    //         "creationTime": number,
    //         "id": "string",
    //         "status": "string"
    //       }
    //     ]
    //   }
    // }

    rest.DisposeRest()
    authAws.DisposeAuthAws()
    sbResponseBody.DisposeStringBuilder()
    jResp.DisposeJsonObject()