Chilkat Online Tools

BatchGetProjects Go Example

AWS CodeBuild

    // 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("codebuild")
    // SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
    rest.SetAuthAws(authAws)

    // URL: https://codebuild.us-west-2.amazonaws.com/
    // Use the same region as specified above.
    success = rest.Connect("codebuild.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
    }

    // The following code creates the JSON request body.
    // The JSON created by this code is shown below.

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

    json := chilkat.NewJsonObject()
    json.UpdateString("names[0]","string")

    // The JSON request body created by the above code:

    // {
    //   "names": [
    //     "string"
    //   ]
    // }

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

    sbRequestBody := chilkat.NewStringBuilder()
    json.EmitSb(sbRequestBody)
    sbResponseBody := chilkat.NewStringBuilder()
    success = rest.FullRequestSb("POST","/",sbRequestBody,sbResponseBody)
    if success != true {
        fmt.Println(rest.LastErrorText())
        rest.DisposeRest()
        authAws.DisposeAuthAws()
        json.DisposeJsonObject()
        sbRequestBody.DisposeStringBuilder()
        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()
        json.DisposeJsonObject()
        sbRequestBody.DisposeStringBuilder()
        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

arn_DECLARATION
ArtifactIdentifier_DECLARATION
BucketOwnerAccess_DECLARATION
    var EncryptionDisabled int
Location_DECLARATION
Name_DECLARATION
NamespaceType_DECLARATION
    var OverrideArtifactName int
Packaging_DECLARATION
Path_DECLARATION
v_Type_DECLARATION
    var BadgeEnabled int
BadgeRequestUrl_DECLARATION
BatchReportMode_DECLARATION
    var CombineArtifacts int
    var MaximumBuildsAllowed int
ServiceRole_DECLARATION
    var TimeoutInMins int
cacheLocation_DECLARATION
cacheType_DECLARATION
    var concurrentBuildLimit int
    var created int
description_DECLARATION
encryptionKey_DECLARATION
Certificate_DECLARATION
ComputeType_DECLARATION
Image_DECLARATION
ImagePullCredentialsType_DECLARATION
    var PrivilegedMode int
Credential_DECLARATION
CredentialProvider_DECLARATION
environmentType_DECLARATION
    var lastModified int
GroupName_DECLARATION
Status_DECLARATION
StreamName_DECLARATION
S3LogsBucketOwnerAccess_DECLARATION
    var S3LogsEncryptionDisabled int
S3LogsLocation_DECLARATION
S3LogsStatus_DECLARATION
name_DECLARATION
projectVisibility_DECLARATION
publicProjectAlias_DECLARATION
    var queuedTimeoutInMinutes int
resourceAccessRole_DECLARATION
serviceRole_DECLARATION
Resource_DECLARATION
AuthType_DECLARATION
Buildspec_DECLARATION
Context_DECLARATION
TargetUrl_DECLARATION
    var GitCloneDepth int
    var FetchSubmodules int
    var InsecureSsl int
sourceLocation_DECLARATION
    var ReportBuildStatus int
SourceIdentifier_DECLARATION
sourceType_DECLARATION
sourceVersion_DECLARATION
    var timeoutInMinutes int
VpcId_DECLARATION
BranchFilter_DECLARATION
BuildType_DECLARATION
    var LastModifiedSecret int
PayloadUrl_DECLARATION
Secret_DECLARATION
v_Url_DECLARATION
    var j int
    var count_j int
strVal_DECLARATION
v_type_DECLARATION
value_DECLARATION
identifier_DECLARATION
location_DECLARATION
mountOptions_DECLARATION
mountPoint_DECLARATION
artifactIdentifier_DECLARATION
bucketOwnerAccess_DECLARATION
    var encryptionDisabled int
namespaceType_DECLARATION
    var overrideArtifactName int
packaging_DECLARATION
path_DECLARATION
authResource_DECLARATION
authType_DECLARATION
buildspec_DECLARATION
buildStatusConfigContext_DECLARATION
buildStatusConfigTargetUrl_DECLARATION
    var gitCloneDepth int
    var gitSubmodulesConfigFetchSubmodules int
    var insecureSsl int
    var reportBuildStatus int
sourceIdentifier_DECLARATION
key_DECLARATION
    var k int
    var count_k int
    var excludeMatchedPattern int
pattern_DECLARATION

    i := 0
    count_i := jResp.SizeOfArray("projects")
    for i < count_i {
        jResp.SetI(i)
        arn = *jResp.StringOf("projects[i].arn")
        ArtifactIdentifier = *jResp.StringOf("projects[i].artifacts.artifactIdentifier")
        BucketOwnerAccess = *jResp.StringOf("projects[i].artifacts.bucketOwnerAccess")
        EncryptionDisabled = jResp.IntOf("projects[i].artifacts.encryptionDisabled")
        Location = *jResp.StringOf("projects[i].artifacts.location")
        Name = *jResp.StringOf("projects[i].artifacts.name")
        NamespaceType = *jResp.StringOf("projects[i].artifacts.namespaceType")
        OverrideArtifactName = jResp.IntOf("projects[i].artifacts.overrideArtifactName")
        Packaging = *jResp.StringOf("projects[i].artifacts.packaging")
        Path = *jResp.StringOf("projects[i].artifacts.path")
        v_Type = *jResp.StringOf("projects[i].artifacts.type")
        BadgeEnabled = jResp.IntOf("projects[i].badge.badgeEnabled")
        BadgeRequestUrl = *jResp.StringOf("projects[i].badge.badgeRequestUrl")
        BatchReportMode = *jResp.StringOf("projects[i].buildBatchConfig.batchReportMode")
        CombineArtifacts = jResp.IntOf("projects[i].buildBatchConfig.combineArtifacts")
        MaximumBuildsAllowed = jResp.IntOf("projects[i].buildBatchConfig.restrictions.maximumBuildsAllowed")
        ServiceRole = *jResp.StringOf("projects[i].buildBatchConfig.serviceRole")
        TimeoutInMins = jResp.IntOf("projects[i].buildBatchConfig.timeoutInMins")
        cacheLocation = *jResp.StringOf("projects[i].cache.location")
        cacheType = *jResp.StringOf("projects[i].cache.type")
        concurrentBuildLimit = jResp.IntOf("projects[i].concurrentBuildLimit")
        created = jResp.IntOf("projects[i].created")
        description = *jResp.StringOf("projects[i].description")
        encryptionKey = *jResp.StringOf("projects[i].encryptionKey")
        Certificate = *jResp.StringOf("projects[i].environment.certificate")
        ComputeType = *jResp.StringOf("projects[i].environment.computeType")
        Image = *jResp.StringOf("projects[i].environment.image")
        ImagePullCredentialsType = *jResp.StringOf("projects[i].environment.imagePullCredentialsType")
        PrivilegedMode = jResp.IntOf("projects[i].environment.privilegedMode")
        Credential = *jResp.StringOf("projects[i].environment.registryCredential.credential")
        CredentialProvider = *jResp.StringOf("projects[i].environment.registryCredential.credentialProvider")
        environmentType = *jResp.StringOf("projects[i].environment.type")
        lastModified = jResp.IntOf("projects[i].lastModified")
        GroupName = *jResp.StringOf("projects[i].logsConfig.cloudWatchLogs.groupName")
        Status = *jResp.StringOf("projects[i].logsConfig.cloudWatchLogs.status")
        StreamName = *jResp.StringOf("projects[i].logsConfig.cloudWatchLogs.streamName")
        S3LogsBucketOwnerAccess = *jResp.StringOf("projects[i].logsConfig.s3Logs.bucketOwnerAccess")
        S3LogsEncryptionDisabled = jResp.IntOf("projects[i].logsConfig.s3Logs.encryptionDisabled")
        S3LogsLocation = *jResp.StringOf("projects[i].logsConfig.s3Logs.location")
        S3LogsStatus = *jResp.StringOf("projects[i].logsConfig.s3Logs.status")
        name = *jResp.StringOf("projects[i].name")
        projectVisibility = *jResp.StringOf("projects[i].projectVisibility")
        publicProjectAlias = *jResp.StringOf("projects[i].publicProjectAlias")
        queuedTimeoutInMinutes = jResp.IntOf("projects[i].queuedTimeoutInMinutes")
        resourceAccessRole = *jResp.StringOf("projects[i].resourceAccessRole")
        serviceRole = *jResp.StringOf("projects[i].serviceRole")
        Resource = *jResp.StringOf("projects[i].source.auth.resource")
        AuthType = *jResp.StringOf("projects[i].source.auth.type")
        Buildspec = *jResp.StringOf("projects[i].source.buildspec")
        Context = *jResp.StringOf("projects[i].source.buildStatusConfig.context")
        TargetUrl = *jResp.StringOf("projects[i].source.buildStatusConfig.targetUrl")
        GitCloneDepth = jResp.IntOf("projects[i].source.gitCloneDepth")
        FetchSubmodules = jResp.IntOf("projects[i].source.gitSubmodulesConfig.fetchSubmodules")
        InsecureSsl = jResp.IntOf("projects[i].source.insecureSsl")
        sourceLocation = *jResp.StringOf("projects[i].source.location")
        ReportBuildStatus = jResp.IntOf("projects[i].source.reportBuildStatus")
        SourceIdentifier = *jResp.StringOf("projects[i].source.sourceIdentifier")
        sourceType = *jResp.StringOf("projects[i].source.type")
        sourceVersion = *jResp.StringOf("projects[i].sourceVersion")
        timeoutInMinutes = jResp.IntOf("projects[i].timeoutInMinutes")
        VpcId = *jResp.StringOf("projects[i].vpcConfig.vpcId")
        BranchFilter = *jResp.StringOf("projects[i].webhook.branchFilter")
        BuildType = *jResp.StringOf("projects[i].webhook.buildType")
        LastModifiedSecret = jResp.IntOf("projects[i].webhook.lastModifiedSecret")
        PayloadUrl = *jResp.StringOf("projects[i].webhook.payloadUrl")
        Secret = *jResp.StringOf("projects[i].webhook.secret")
        v_Url = *jResp.StringOf("projects[i].webhook.url")
        j = 0
        count_j = jResp.SizeOfArray("projects[i].buildBatchConfig.restrictions.computeTypesAllowed")
        for j < count_j {
            jResp.SetJ(j)
            strVal = *jResp.StringOf("projects[i].buildBatchConfig.restrictions.computeTypesAllowed[j]")
            j = j + 1
        }

        j = 0
        count_j = jResp.SizeOfArray("projects[i].cache.modes")
        for j < count_j {
            jResp.SetJ(j)
            strVal = *jResp.StringOf("projects[i].cache.modes[j]")
            j = j + 1
        }

        j = 0
        count_j = jResp.SizeOfArray("projects[i].environment.environmentVariables")
        for j < count_j {
            jResp.SetJ(j)
            name = *jResp.StringOf("projects[i].environment.environmentVariables[j].name")
            v_type = *jResp.StringOf("projects[i].environment.environmentVariables[j].type")
            value = *jResp.StringOf("projects[i].environment.environmentVariables[j].value")
            j = j + 1
        }

        j = 0
        count_j = jResp.SizeOfArray("projects[i].fileSystemLocations")
        for j < count_j {
            jResp.SetJ(j)
            identifier = *jResp.StringOf("projects[i].fileSystemLocations[j].identifier")
            location = *jResp.StringOf("projects[i].fileSystemLocations[j].location")
            mountOptions = *jResp.StringOf("projects[i].fileSystemLocations[j].mountOptions")
            mountPoint = *jResp.StringOf("projects[i].fileSystemLocations[j].mountPoint")
            v_type = *jResp.StringOf("projects[i].fileSystemLocations[j].type")
            j = j + 1
        }

        j = 0
        count_j = jResp.SizeOfArray("projects[i].secondaryArtifacts")
        for j < count_j {
            jResp.SetJ(j)
            artifactIdentifier = *jResp.StringOf("projects[i].secondaryArtifacts[j].artifactIdentifier")
            bucketOwnerAccess = *jResp.StringOf("projects[i].secondaryArtifacts[j].bucketOwnerAccess")
            encryptionDisabled = jResp.IntOf("projects[i].secondaryArtifacts[j].encryptionDisabled")
            location = *jResp.StringOf("projects[i].secondaryArtifacts[j].location")
            name = *jResp.StringOf("projects[i].secondaryArtifacts[j].name")
            namespaceType = *jResp.StringOf("projects[i].secondaryArtifacts[j].namespaceType")
            overrideArtifactName = jResp.IntOf("projects[i].secondaryArtifacts[j].overrideArtifactName")
            packaging = *jResp.StringOf("projects[i].secondaryArtifacts[j].packaging")
            path = *jResp.StringOf("projects[i].secondaryArtifacts[j].path")
            v_type = *jResp.StringOf("projects[i].secondaryArtifacts[j].type")
            j = j + 1
        }

        j = 0
        count_j = jResp.SizeOfArray("projects[i].secondarySources")
        for j < count_j {
            jResp.SetJ(j)
            authResource = *jResp.StringOf("projects[i].secondarySources[j].auth.resource")
            authType = *jResp.StringOf("projects[i].secondarySources[j].auth.type")
            buildspec = *jResp.StringOf("projects[i].secondarySources[j].buildspec")
            buildStatusConfigContext = *jResp.StringOf("projects[i].secondarySources[j].buildStatusConfig.context")
            buildStatusConfigTargetUrl = *jResp.StringOf("projects[i].secondarySources[j].buildStatusConfig.targetUrl")
            gitCloneDepth = jResp.IntOf("projects[i].secondarySources[j].gitCloneDepth")
            gitSubmodulesConfigFetchSubmodules = jResp.IntOf("projects[i].secondarySources[j].gitSubmodulesConfig.fetchSubmodules")
            insecureSsl = jResp.IntOf("projects[i].secondarySources[j].insecureSsl")
            location = *jResp.StringOf("projects[i].secondarySources[j].location")
            reportBuildStatus = jResp.IntOf("projects[i].secondarySources[j].reportBuildStatus")
            sourceIdentifier = *jResp.StringOf("projects[i].secondarySources[j].sourceIdentifier")
            v_type = *jResp.StringOf("projects[i].secondarySources[j].type")
            j = j + 1
        }

        j = 0
        count_j = jResp.SizeOfArray("projects[i].secondarySourceVersions")
        for j < count_j {
            jResp.SetJ(j)
            sourceIdentifier = *jResp.StringOf("projects[i].secondarySourceVersions[j].sourceIdentifier")
            sourceVersion = *jResp.StringOf("projects[i].secondarySourceVersions[j].sourceVersion")
            j = j + 1
        }

        j = 0
        count_j = jResp.SizeOfArray("projects[i].tags")
        for j < count_j {
            jResp.SetJ(j)
            key = *jResp.StringOf("projects[i].tags[j].key")
            value = *jResp.StringOf("projects[i].tags[j].value")
            j = j + 1
        }

        j = 0
        count_j = jResp.SizeOfArray("projects[i].vpcConfig.securityGroupIds")
        for j < count_j {
            jResp.SetJ(j)
            strVal = *jResp.StringOf("projects[i].vpcConfig.securityGroupIds[j]")
            j = j + 1
        }

        j = 0
        count_j = jResp.SizeOfArray("projects[i].vpcConfig.subnets")
        for j < count_j {
            jResp.SetJ(j)
            strVal = *jResp.StringOf("projects[i].vpcConfig.subnets[j]")
            j = j + 1
        }

        j = 0
        count_j = jResp.SizeOfArray("projects[i].webhook.filterGroups")
        for j < count_j {
            jResp.SetJ(j)
            k = 0
            count_k = jResp.SizeOfArray("projects[i].webhook.filterGroups[j]")
            for k < count_k {
                jResp.SetK(k)
                excludeMatchedPattern = jResp.IntOf("projects[i].webhook.filterGroups[j][k].excludeMatchedPattern")
                pattern = *jResp.StringOf("projects[i].webhook.filterGroups[j][k].pattern")
                v_type = *jResp.StringOf("projects[i].webhook.filterGroups[j][k].type")
                k = k + 1
            }

            j = j + 1
        }

        i = i + 1
    }

    i = 0
    count_i = jResp.SizeOfArray("projectsNotFound")
    for i < count_i {
        jResp.SetI(i)
        strVal = *jResp.StringOf("projectsNotFound[i]")
        i = i + 1
    }

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

    // {
    //   "projects": [
    //     {
    //       "arn": "string",
    //       "artifacts": {
    //         "artifactIdentifier": "string",
    //         "bucketOwnerAccess": "string",
    //         "encryptionDisabled": boolean,
    //         "location": "string",
    //         "name": "string",
    //         "namespaceType": "string",
    //         "overrideArtifactName": boolean,
    //         "packaging": "string",
    //         "path": "string",
    //         "type": "string"
    //       },
    //       "badge": {
    //         "badgeEnabled": boolean,
    //         "badgeRequestUrl": "string"
    //       },
    //       "buildBatchConfig": {
    //         "batchReportMode": "string",
    //         "combineArtifacts": boolean,
    //         "restrictions": {
    //           "computeTypesAllowed": [
    //             "string"
    //           ],
    //           "maximumBuildsAllowed": number
    //         },
    //         "serviceRole": "string",
    //         "timeoutInMins": number
    //       },
    //       "cache": {
    //         "location": "string",
    //         "modes": [
    //           "string"
    //         ],
    //         "type": "string"
    //       },
    //       "concurrentBuildLimit": number,
    //       "created": number,
    //       "description": "string",
    //       "encryptionKey": "string",
    //       "environment": {
    //         "certificate": "string",
    //         "computeType": "string",
    //         "environmentVariables": [
    //           {
    //             "name": "string",
    //             "type": "string",
    //             "value": "string"
    //           }
    //         ],
    //         "image": "string",
    //         "imagePullCredentialsType": "string",
    //         "privilegedMode": boolean,
    //         "registryCredential": {
    //           "credential": "string",
    //           "credentialProvider": "string"
    //         },
    //         "type": "string"
    //       },
    //       "fileSystemLocations": [
    //         {
    //           "identifier": "string",
    //           "location": "string",
    //           "mountOptions": "string",
    //           "mountPoint": "string",
    //           "type": "string"
    //         }
    //       ],
    //       "lastModified": number,
    //       "logsConfig": {
    //         "cloudWatchLogs": {
    //           "groupName": "string",
    //           "status": "string",
    //           "streamName": "string"
    //         },
    //         "s3Logs": {
    //           "bucketOwnerAccess": "string",
    //           "encryptionDisabled": boolean,
    //           "location": "string",
    //           "status": "string"
    //         }
    //       },
    //       "name": "string",
    //       "projectVisibility": "string",
    //       "publicProjectAlias": "string",
    //       "queuedTimeoutInMinutes": number,
    //       "resourceAccessRole": "string",
    //       "secondaryArtifacts": [
    //         {
    //           "artifactIdentifier": "string",
    //           "bucketOwnerAccess": "string",
    //           "encryptionDisabled": boolean,
    //           "location": "string",
    //           "name": "string",
    //           "namespaceType": "string",
    //           "overrideArtifactName": boolean,
    //           "packaging": "string",
    //           "path": "string",
    //           "type": "string"
    //         }
    //       ],
    //       "secondarySources": [
    //         {
    //           "auth": {
    //             "resource": "string",
    //             "type": "string"
    //           },
    //           "buildspec": "string",
    //           "buildStatusConfig": {
    //             "context": "string",
    //             "targetUrl": "string"
    //           },
    //           "gitCloneDepth": number,
    //           "gitSubmodulesConfig": {
    //             "fetchSubmodules": boolean
    //           },
    //           "insecureSsl": boolean,
    //           "location": "string",
    //           "reportBuildStatus": boolean,
    //           "sourceIdentifier": "string",
    //           "type": "string"
    //         }
    //       ],
    //       "secondarySourceVersions": [
    //         {
    //           "sourceIdentifier": "string",
    //           "sourceVersion": "string"
    //         }
    //       ],
    //       "serviceRole": "string",
    //       "source": {
    //         "auth": {
    //           "resource": "string",
    //           "type": "string"
    //         },
    //         "buildspec": "string",
    //         "buildStatusConfig": {
    //           "context": "string",
    //           "targetUrl": "string"
    //         },
    //         "gitCloneDepth": number,
    //         "gitSubmodulesConfig": {
    //           "fetchSubmodules": boolean
    //         },
    //         "insecureSsl": boolean,
    //         "location": "string",
    //         "reportBuildStatus": boolean,
    //         "sourceIdentifier": "string",
    //         "type": "string"
    //       },
    //       "sourceVersion": "string",
    //       "tags": [
    //         {
    //           "key": "string",
    //           "value": "string"
    //         }
    //       ],
    //       "timeoutInMinutes": number,
    //       "vpcConfig": {
    //         "securityGroupIds": [
    //           "string"
    //         ],
    //         "subnets": [
    //           "string"
    //         ],
    //         "vpcId": "string"
    //       },
    //       "webhook": {
    //         "branchFilter": "string",
    //         "buildType": "string",
    //         "filterGroups": [
    //           [
    //             {
    //               "excludeMatchedPattern": boolean,
    //               "pattern": "string",
    //               "type": "string"
    //             }
    //           ]
    //         ],
    //         "lastModifiedSecret": number,
    //         "payloadUrl": "string",
    //         "secret": "string",
    //         "url": "string"
    //       }
    //     }
    //   ],
    //   "projectsNotFound": [
    //     "string"
    //   ]
    // }

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