Chilkat Online Tools

DescribeFindings DataFlex Example

Amazon Inspector

Use ChilkatAx-9.5.0-win32.pkg

Procedure Test
    Handle hoRest
    Boolean iSuccess
    Variant vAuthAws
    Handle hoAuthAws
    Handle hoJson
    Variant vSbRequestBody
    Handle hoSbRequestBody
    Variant vSbResponseBody
    Handle hoSbResponseBody
    Integer iRespStatusCode
    Handle hoJResp
    String sArn
    String sAgentId
    String sAmiId
    String sAutoScalingGroup
    String sHostname
    Integer iSchemaVersion
    String sAssetType
    Integer iConfidence
    Integer iCreatedAt
    String sDescription
    String sId
    Integer iIndicatorOfCompromise
    Integer iNumericSeverity
    String sRecommendation
    Integer iSchemaVersion
    String sService
    String sAssessmentRunArn
    String sRulesPackageArn
    Integer iServiceAttributesSchemaVersion
    String sSeverity
    String sTitle
    Integer iUpdatedAt
    Integer j
    Integer iCount_j
    String sStrVal
    String sNetworkInterfaceId
    String sPrivateDnsName
    String sPrivateIpAddress
    String sPublicDnsName
    String sPublicIp
    String sSubnetId
    String sVpcId
    Integer k
    Integer iCount_k
    String sGroupId
    String sGroupName
    String sKey
    String sValue
    String sFailureCode
    Integer iRetryable
    Integer i
    Integer iCount_i
    String sTemp1
    Integer iTemp1

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

    Get Create (RefClass(cComChilkatRest)) To hoRest
    If (Not(IsComObjectCreated(hoRest))) Begin
        Send CreateComObject of hoRest
    End

    Get Create (RefClass(cComChilkatAuthAws)) To hoAuthAws
    If (Not(IsComObjectCreated(hoAuthAws))) Begin
        Send CreateComObject of hoAuthAws
    End
    Set ComAccessKey Of hoAuthAws To "AWS_ACCESS_KEY"
    Set ComSecretKey Of hoAuthAws To "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.)
    Set ComRegion Of hoAuthAws To "us-west-2"
    Set ComServiceName Of hoAuthAws To "inspector"
    // SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
    Get pvComObject of hoAuthAws to vAuthAws
    Get ComSetAuthAws Of hoRest vAuthAws To iSuccess

    // URL: https://inspector.us-west-2.amazonaws.com/
    // Use the same region as specified above.
    Get ComConnect Of hoRest "inspector.us-west-2.amazonaws.com" 443 True True To iSuccess
    If (iSuccess <> True) Begin
        Get ComConnectFailReason Of hoRest To iTemp1
        Showln "ConnectFailReason: " iTemp1
        Get ComLastErrorText Of hoRest To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    // 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

    Get Create (RefClass(cComChilkatJsonObject)) To hoJson
    If (Not(IsComObjectCreated(hoJson))) Begin
        Send CreateComObject of hoJson
    End
    Get ComUpdateString Of hoJson "findingArns[0]" "string" To iSuccess
    Get ComUpdateString Of hoJson "locale" "string" To iSuccess

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

    // {
    //   "findingArns": [
    //     "string"
    //   ],
    //   "locale": "string"
    // }

    Get ComAddHeader Of hoRest "Content-Type" "application/x-amz-json-1.1" To iSuccess
    Get ComAddHeader Of hoRest "X-Amz-Target" "InspectorService.DescribeFindings" To iSuccess

    Get Create (RefClass(cComChilkatStringBuilder)) To hoSbRequestBody
    If (Not(IsComObjectCreated(hoSbRequestBody))) Begin
        Send CreateComObject of hoSbRequestBody
    End
    Get pvComObject of hoSbRequestBody to vSbRequestBody
    Get ComEmitSb Of hoJson vSbRequestBody To iSuccess
    Get Create (RefClass(cComChilkatStringBuilder)) To hoSbResponseBody
    If (Not(IsComObjectCreated(hoSbResponseBody))) Begin
        Send CreateComObject of hoSbResponseBody
    End
    Get pvComObject of hoSbRequestBody to vSbRequestBody
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComFullRequestSb Of hoRest "POST" "/" vSbRequestBody vSbResponseBody To iSuccess
    If (iSuccess <> True) Begin
        Get ComLastErrorText Of hoRest To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    Get ComResponseStatusCode Of hoRest To iRespStatusCode
    Showln "response status code = " iRespStatusCode
    If (iRespStatusCode <> 200) Begin
        Showln "Response Header:"
        Get ComResponseHeader Of hoRest To sTemp1
        Showln sTemp1
        Showln "Response Body:"
        Get ComGetAsString Of hoSbResponseBody To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    Get Create (RefClass(cComChilkatJsonObject)) To hoJResp
    If (Not(IsComObjectCreated(hoJResp))) Begin
        Send CreateComObject of hoJResp
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComLoadSb Of hoJResp vSbResponseBody To iSuccess

    // 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

    Get ComStringOf Of hoJResp "failedItems.string.failureCode" To sFailureCode
    Get ComIntOf Of hoJResp "failedItems.string.retryable" To iRetryable
    Move 0 To i
    Get ComSizeOfArray Of hoJResp "findings" To iCount_i
    While (i < iCount_i)
        Set ComI Of hoJResp To i
        Get ComStringOf Of hoJResp "findings[i].arn" To sArn
        Get ComStringOf Of hoJResp "findings[i].assetAttributes.agentId" To sAgentId
        Get ComStringOf Of hoJResp "findings[i].assetAttributes.amiId" To sAmiId
        Get ComStringOf Of hoJResp "findings[i].assetAttributes.autoScalingGroup" To sAutoScalingGroup
        Get ComStringOf Of hoJResp "findings[i].assetAttributes.hostname" To sHostname
        Get ComIntOf Of hoJResp "findings[i].assetAttributes.schemaVersion" To iSchemaVersion
        Get ComStringOf Of hoJResp "findings[i].assetType" To sAssetType
        Get ComIntOf Of hoJResp "findings[i].confidence" To iConfidence
        Get ComIntOf Of hoJResp "findings[i].createdAt" To iCreatedAt
        Get ComStringOf Of hoJResp "findings[i].description" To sDescription
        Get ComStringOf Of hoJResp "findings[i].id" To sId
        Get ComIntOf Of hoJResp "findings[i].indicatorOfCompromise" To iIndicatorOfCompromise
        Get ComIntOf Of hoJResp "findings[i].numericSeverity" To iNumericSeverity
        Get ComStringOf Of hoJResp "findings[i].recommendation" To sRecommendation
        Get ComIntOf Of hoJResp "findings[i].schemaVersion" To iSchemaVersion
        Get ComStringOf Of hoJResp "findings[i].service" To sService
        Get ComStringOf Of hoJResp "findings[i].serviceAttributes.assessmentRunArn" To sAssessmentRunArn
        Get ComStringOf Of hoJResp "findings[i].serviceAttributes.rulesPackageArn" To sRulesPackageArn
        Get ComIntOf Of hoJResp "findings[i].serviceAttributes.schemaVersion" To iServiceAttributesSchemaVersion
        Get ComStringOf Of hoJResp "findings[i].severity" To sSeverity
        Get ComStringOf Of hoJResp "findings[i].title" To sTitle
        Get ComIntOf Of hoJResp "findings[i].updatedAt" To iUpdatedAt
        Move 0 To j
        Get ComSizeOfArray Of hoJResp "findings[i].assetAttributes.ipv4Addresses" To iCount_j
        While (j < iCount_j)
            Set ComJ Of hoJResp To j
            Get ComStringOf Of hoJResp "findings[i].assetAttributes.ipv4Addresses[j]" To sStrVal
            Move (j + 1) To j
        Loop

        Move 0 To j
        Get ComSizeOfArray Of hoJResp "findings[i].assetAttributes.networkInterfaces" To iCount_j
        While (j < iCount_j)
            Set ComJ Of hoJResp To j
            Get ComStringOf Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].networkInterfaceId" To sNetworkInterfaceId
            Get ComStringOf Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].privateDnsName" To sPrivateDnsName
            Get ComStringOf Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].privateIpAddress" To sPrivateIpAddress
            Get ComStringOf Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].publicDnsName" To sPublicDnsName
            Get ComStringOf Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].publicIp" To sPublicIp
            Get ComStringOf Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].subnetId" To sSubnetId
            Get ComStringOf Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].vpcId" To sVpcId
            Move 0 To k
            Get ComSizeOfArray Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].ipv6Addresses" To iCount_k
            While (k < iCount_k)
                Set ComK Of hoJResp To k
                Get ComStringOf Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].ipv6Addresses[k]" To sStrVal
                Move (k + 1) To k
            Loop

            Move 0 To k
            Get ComSizeOfArray Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].privateIpAddresses" To iCount_k
            While (k < iCount_k)
                Set ComK Of hoJResp To k
                Get ComStringOf Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].privateIpAddresses[k].privateDnsName" To sPrivateDnsName
                Get ComStringOf Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].privateIpAddresses[k].privateIpAddress" To sPrivateIpAddress
                Move (k + 1) To k
            Loop

            Move 0 To k
            Get ComSizeOfArray Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].securityGroups" To iCount_k
            While (k < iCount_k)
                Set ComK Of hoJResp To k
                Get ComStringOf Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].securityGroups[k].groupId" To sGroupId
                Get ComStringOf Of hoJResp "findings[i].assetAttributes.networkInterfaces[j].securityGroups[k].groupName" To sGroupName
                Move (k + 1) To k
            Loop

            Move (j + 1) To j
        Loop

        Move 0 To j
        Get ComSizeOfArray Of hoJResp "findings[i].assetAttributes.tags" To iCount_j
        While (j < iCount_j)
            Set ComJ Of hoJResp To j
            Get ComStringOf Of hoJResp "findings[i].assetAttributes.tags[j].key" To sKey
            Get ComStringOf Of hoJResp "findings[i].assetAttributes.tags[j].value" To sValue
            Move (j + 1) To j
        Loop

        Move 0 To j
        Get ComSizeOfArray Of hoJResp "findings[i].attributes" To iCount_j
        While (j < iCount_j)
            Set ComJ Of hoJResp To j
            Get ComStringOf Of hoJResp "findings[i].attributes[j].key" To sKey
            Get ComStringOf Of hoJResp "findings[i].attributes[j].value" To sValue
            Move (j + 1) To j
        Loop

        Move 0 To j
        Get ComSizeOfArray Of hoJResp "findings[i].userAttributes" To iCount_j
        While (j < iCount_j)
            Set ComJ Of hoJResp To j
            Get ComStringOf Of hoJResp "findings[i].userAttributes[j].key" To sKey
            Get ComStringOf Of hoJResp "findings[i].userAttributes[j].value" To sValue
            Move (j + 1) To j
        Loop

        Move (i + 1) To i
    Loop

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

    // {
    //   "failedItems": {
    //     "string": {
    //       "failureCode": "string",
    //       "retryable": boolean
    //     }
    //   },
    //   "findings": [
    //     {
    //       "arn": "string",
    //       "assetAttributes": {
    //         "agentId": "string",
    //         "amiId": "string",
    //         "autoScalingGroup": "string",
    //         "hostname": "string",
    //         "ipv4Addresses": [
    //           "string"
    //         ],
    //         "networkInterfaces": [
    //           {
    //             "ipv6Addresses": [
    //               "string"
    //             ],
    //             "networkInterfaceId": "string",
    //             "privateDnsName": "string",
    //             "privateIpAddress": "string",
    //             "privateIpAddresses": [
    //               {
    //                 "privateDnsName": "string",
    //                 "privateIpAddress": "string"
    //               }
    //             ],
    //             "publicDnsName": "string",
    //             "publicIp": "string",
    //             "securityGroups": [
    //               {
    //                 "groupId": "string",
    //                 "groupName": "string"
    //               }
    //             ],
    //             "subnetId": "string",
    //             "vpcId": "string"
    //           }
    //         ],
    //         "schemaVersion": number,
    //         "tags": [
    //           {
    //             "key": "string",
    //             "value": "string"
    //           }
    //         ]
    //       },
    //       "assetType": "string",
    //       "attributes": [
    //         {
    //           "key": "string",
    //           "value": "string"
    //         }
    //       ],
    //       "confidence": number,
    //       "createdAt": number,
    //       "description": "string",
    //       "id": "string",
    //       "indicatorOfCompromise": boolean,
    //       "numericSeverity": number,
    //       "recommendation": "string",
    //       "schemaVersion": number,
    //       "service": "string",
    //       "serviceAttributes": {
    //         "assessmentRunArn": "string",
    //         "rulesPackageArn": "string",
    //         "schemaVersion": number
    //       },
    //       "severity": "string",
    //       "title": "string",
    //       "updatedAt": number,
    //       "userAttributes": [
    //         {
    //           "key": "string",
    //           "value": "string"
    //         }
    //       ]
    //     }
    //   ]
    // }


End_Procedure