Chilkat Online Tools

GetAutoScalingGroupRecommendations Swift3 Example

AWS Compute Optimizer

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

    let rest = CkoRest()!
    var success: Bool

    let authAws = CkoAuthAws()!
    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 = "compute-optimizer"
    // SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
    rest.setAuthAws(authAws)

    // URL: https://compute-optimizer.us-west-2.amazonaws.com/
    // Use the same region as specified above.
    success = rest.connect("compute-optimizer.us-west-2.amazonaws.com", port: 443, tls: true, autoReconnect: true)
    if success != true {
        print("ConnectFailReason: \(rest.connectFailReason.intValue)")
        print("\(rest.lastErrorText!)")
        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

    let json = CkoJsonObject()!
    json.update("accountIds[0]", value: "string")
    json.update("autoScalingGroupArns[0]", value: "string")
    json.update("filters[0].name", value: "string")
    json.update("filters[0].values[0]", value: "string")
    json.updateInt("maxResults", value: 123)
    json.update("nextToken", value: "string")
    json.update("recommendationPreferences.cpuVendorArchitectures[0]", value: "string")

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

    // {
    //   "accountIds": [
    //     "string"
    //   ],
    //   "autoScalingGroupArns": [
    //     "string"
    //   ],
    //   "filters": [
    //     {
    //       "name": "string",
    //       "values": [
    //         "string"
    //       ]
    //     }
    //   ],
    //   "maxResults": number,
    //   "nextToken": "string",
    //   "recommendationPreferences": {
    //     "cpuVendorArchitectures": [
    //       "string"
    //     ]
    //   }
    // }

    rest.addHeader("Content-Type", value: "application/x-amz-json-1.0")
    rest.addHeader("X-Amz-Target", value: "ComputeOptimizerService.GetAutoScalingGroupRecommendations")

    let sbRequestBody = CkoStringBuilder()!
    json.emitSb(sbRequestBody)
    let sbResponseBody = CkoStringBuilder()!
    success = rest.fullRequestSb("POST", uriPath: "/", requestBody: sbRequestBody, responseBody: sbResponseBody)
    if success != true {
        print("\(rest.lastErrorText!)")
        return
    }

    var respStatusCode: Int = rest.responseStatusCode.intValue
    print("response status code = \(respStatusCode)")
    if respStatusCode != 200 {
        print("Response Header:")
        print("\(rest.responseHeader!)")
        print("Response Body:")
        print("\(sbResponseBody.getAsString()!)")
        return
    }

    let jResp = CkoJsonObject()!
    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

    var accountId: String?
    var autoScalingGroupArn: String?
    var autoScalingGroupName: String?
    var DesiredCapacity: Int
    var InstanceType: String?
    var MaxSize: Int
    var MinSize: Int
    var currentPerformanceRisk: String?
    var EnhancedInfrastructureMetrics: String?
    var InferredWorkloadTypes: String?
    var finding: String?
    var lastRefreshTimestamp: Int
    var lookBackPeriodInDays: Int
    var j: Int
    var count_j: Int
    var strVal: String?
    var configurationDesiredCapacity: Int
    var configurationInstanceType: String?
    var configurationMaxSize: Int
    var configurationMinSize: Int
    var migrationEffort: String?
    var performanceRisk: Int
    var rank: Int
    var v_Currency: String?
    var Value: Int
    var SavingsOpportunityPercentage: Int
    var k: Int
    var count_k: Int
    var name: String?
    var statistic: String?
    var value: Int
    var code: String?
    var identifier: String?
    var message: String?

    var nextToken: String? = jResp.string(of: "nextToken")
    var i: Int = 0
    var count_i: Int = jResp.size(ofArray: "autoScalingGroupRecommendations").intValue
    while i < count_i {
        jResp.i = i
        accountId = jResp.string(of: "autoScalingGroupRecommendations[i].accountId")
        autoScalingGroupArn = jResp.string(of: "autoScalingGroupRecommendations[i].autoScalingGroupArn")
        autoScalingGroupName = jResp.string(of: "autoScalingGroupRecommendations[i].autoScalingGroupName")
        DesiredCapacity = jResp.int(of: "autoScalingGroupRecommendations[i].currentConfiguration.desiredCapacity").intValue
        InstanceType = jResp.string(of: "autoScalingGroupRecommendations[i].currentConfiguration.instanceType")
        MaxSize = jResp.int(of: "autoScalingGroupRecommendations[i].currentConfiguration.maxSize").intValue
        MinSize = jResp.int(of: "autoScalingGroupRecommendations[i].currentConfiguration.minSize").intValue
        currentPerformanceRisk = jResp.string(of: "autoScalingGroupRecommendations[i].currentPerformanceRisk")
        EnhancedInfrastructureMetrics = jResp.string(of: "autoScalingGroupRecommendations[i].effectiveRecommendationPreferences.enhancedInfrastructureMetrics")
        InferredWorkloadTypes = jResp.string(of: "autoScalingGroupRecommendations[i].effectiveRecommendationPreferences.inferredWorkloadTypes")
        finding = jResp.string(of: "autoScalingGroupRecommendations[i].finding")
        lastRefreshTimestamp = jResp.int(of: "autoScalingGroupRecommendations[i].lastRefreshTimestamp").intValue
        lookBackPeriodInDays = jResp.int(of: "autoScalingGroupRecommendations[i].lookBackPeriodInDays").intValue
        j = 0
        count_j = jResp.size(ofArray: "autoScalingGroupRecommendations[i].effectiveRecommendationPreferences.cpuVendorArchitectures").intValue
        while j < count_j {
            jResp.j = j
            strVal = jResp.string(of: "autoScalingGroupRecommendations[i].effectiveRecommendationPreferences.cpuVendorArchitectures[j]")
            j = j + 1
        }

        j = 0
        count_j = jResp.size(ofArray: "autoScalingGroupRecommendations[i].inferredWorkloadTypes").intValue
        while j < count_j {
            jResp.j = j
            strVal = jResp.string(of: "autoScalingGroupRecommendations[i].inferredWorkloadTypes[j]")
            j = j + 1
        }

        j = 0
        count_j = jResp.size(ofArray: "autoScalingGroupRecommendations[i].recommendationOptions").intValue
        while j < count_j {
            jResp.j = j
            configurationDesiredCapacity = jResp.int(of: "autoScalingGroupRecommendations[i].recommendationOptions[j].configuration.desiredCapacity").intValue
            configurationInstanceType = jResp.string(of: "autoScalingGroupRecommendations[i].recommendationOptions[j].configuration.instanceType")
            configurationMaxSize = jResp.int(of: "autoScalingGroupRecommendations[i].recommendationOptions[j].configuration.maxSize").intValue
            configurationMinSize = jResp.int(of: "autoScalingGroupRecommendations[i].recommendationOptions[j].configuration.minSize").intValue
            migrationEffort = jResp.string(of: "autoScalingGroupRecommendations[i].recommendationOptions[j].migrationEffort")
            performanceRisk = jResp.int(of: "autoScalingGroupRecommendations[i].recommendationOptions[j].performanceRisk").intValue
            rank = jResp.int(of: "autoScalingGroupRecommendations[i].recommendationOptions[j].rank").intValue
            v_Currency = jResp.string(of: "autoScalingGroupRecommendations[i].recommendationOptions[j].savingsOpportunity.estimatedMonthlySavings.currency")
            Value = jResp.int(of: "autoScalingGroupRecommendations[i].recommendationOptions[j].savingsOpportunity.estimatedMonthlySavings.value").intValue
            SavingsOpportunityPercentage = jResp.int(of: "autoScalingGroupRecommendations[i].recommendationOptions[j].savingsOpportunity.savingsOpportunityPercentage").intValue
            k = 0
            count_k = jResp.size(ofArray: "autoScalingGroupRecommendations[i].recommendationOptions[j].projectedUtilizationMetrics").intValue
            while k < count_k {
                jResp.k = k
                name = jResp.string(of: "autoScalingGroupRecommendations[i].recommendationOptions[j].projectedUtilizationMetrics[k].name")
                statistic = jResp.string(of: "autoScalingGroupRecommendations[i].recommendationOptions[j].projectedUtilizationMetrics[k].statistic")
                value = jResp.int(of: "autoScalingGroupRecommendations[i].recommendationOptions[j].projectedUtilizationMetrics[k].value").intValue
                k = k + 1
            }

            j = j + 1
        }

        j = 0
        count_j = jResp.size(ofArray: "autoScalingGroupRecommendations[i].utilizationMetrics").intValue
        while j < count_j {
            jResp.j = j
            name = jResp.string(of: "autoScalingGroupRecommendations[i].utilizationMetrics[j].name")
            statistic = jResp.string(of: "autoScalingGroupRecommendations[i].utilizationMetrics[j].statistic")
            value = jResp.int(of: "autoScalingGroupRecommendations[i].utilizationMetrics[j].value").intValue
            j = j + 1
        }

        i = i + 1
    }

    i = 0
    count_i = jResp.size(ofArray: "errors").intValue
    while i < count_i {
        jResp.i = i
        code = jResp.string(of: "errors[i].code")
        identifier = jResp.string(of: "errors[i].identifier")
        message = jResp.string(of: "errors[i].message")
        i = i + 1
    }

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

    // {
    //   "autoScalingGroupRecommendations": [
    //     {
    //       "accountId": "string",
    //       "autoScalingGroupArn": "string",
    //       "autoScalingGroupName": "string",
    //       "currentConfiguration": {
    //         "desiredCapacity": number,
    //         "instanceType": "string",
    //         "maxSize": number,
    //         "minSize": number
    //       },
    //       "currentPerformanceRisk": "string",
    //       "effectiveRecommendationPreferences": {
    //         "cpuVendorArchitectures": [
    //           "string"
    //         ],
    //         "enhancedInfrastructureMetrics": "string",
    //         "inferredWorkloadTypes": "string"
    //       },
    //       "finding": "string",
    //       "inferredWorkloadTypes": [
    //         "string"
    //       ],
    //       "lastRefreshTimestamp": number,
    //       "lookBackPeriodInDays": number,
    //       "recommendationOptions": [
    //         {
    //           "configuration": {
    //             "desiredCapacity": number,
    //             "instanceType": "string",
    //             "maxSize": number,
    //             "minSize": number
    //           },
    //           "migrationEffort": "string",
    //           "performanceRisk": number,
    //           "projectedUtilizationMetrics": [
    //             {
    //               "name": "string",
    //               "statistic": "string",
    //               "value": number
    //             }
    //           ],
    //           "rank": number,
    //           "savingsOpportunity": {
    //             "estimatedMonthlySavings": {
    //               "currency": "string",
    //               "value": number
    //             },
    //             "savingsOpportunityPercentage": number
    //           }
    //         }
    //       ],
    //       "utilizationMetrics": [
    //         {
    //           "name": "string",
    //           "statistic": "string",
    //           "value": number
    //         }
    //       ]
    //     }
    //   ],
    //   "errors": [
    //     {
    //       "code": "string",
    //       "identifier": "string",
    //       "message": "string"
    //     }
    //   ],
    //   "nextToken": "string"
    // }

}