Chilkat Online Tools

ListInsights Objective-C Example

Amazon DevOps Guru

#import <CkoRest.h>
#import <CkoAuthAws.h>
#import <CkoJsonObject.h>
#import <CkoStringBuilder.h>
#import <NSString.h>

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

CkoRest *rest = [[CkoRest alloc] init];
BOOL success;

CkoAuthAws *authAws = [[CkoAuthAws alloc] init];
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 = @"devops-guru";
// SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
[rest SetAuthAws: authAws];

// URL: https://devops-guru.us-west-2.amazonaws.com/
// Use the same region as specified above.
success = [rest Connect: @"devops-guru.us-west-2.amazonaws.com" port: [NSNumber numberWithInt: 443] tls: YES autoReconnect: YES];
if (success != YES) {
    NSLog(@"%@%d",@"ConnectFailReason: ",[rest.ConnectFailReason intValue]);
    NSLog(@"%@",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

CkoJsonObject *json = [[CkoJsonObject alloc] init];
[json UpdateInt: @"MaxResults" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"NextToken" value: @"string"];
[json UpdateInt: @"StatusFilter.Any.StartTimeRange.FromTime" value: [NSNumber numberWithInt: 123]];
[json UpdateInt: @"StatusFilter.Any.StartTimeRange.ToTime" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"StatusFilter.Any.Type" value: @"string"];
[json UpdateInt: @"StatusFilter.Closed.EndTimeRange.FromTime" value: [NSNumber numberWithInt: 123]];
[json UpdateInt: @"StatusFilter.Closed.EndTimeRange.ToTime" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"StatusFilter.Closed.Type" value: @"string"];
[json UpdateString: @"StatusFilter.Ongoing.Type" value: @"string"];

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

// {
//   "MaxResults": number,
//   "NextToken": "string",
//   "StatusFilter": {
//     "Any": {
//       "StartTimeRange": {
//         "FromTime": number,
//         "ToTime": number
//       },
//       "Type": "string"
//     },
//     "Closed": {
//       "EndTimeRange": {
//         "FromTime": number,
//         "ToTime": number
//       },
//       "Type": "string"
//     },
//     "Ongoing": {
//       "Type": "string"
//     }
//   }
// }

[rest AddHeader: @"Content-Type" value: @"application/x-amz-json-1.1"];
[rest AddHeader: @"X-Amz-Target" value: @"ListInsights"];

CkoStringBuilder *sbRequestBody = [[CkoStringBuilder alloc] init];
[json EmitSb: sbRequestBody];
CkoStringBuilder *sbResponseBody = [[CkoStringBuilder alloc] init];
success = [rest FullRequestSb: @"POST" uriPath: @"/insights" requestBody: sbRequestBody responseBody: sbResponseBody];
if (success != YES) {
    NSLog(@"%@",rest.LastErrorText);
    return;
}

int respStatusCode = [rest.ResponseStatusCode intValue];
NSLog(@"%@%d",@"response status code = ",respStatusCode);
if (respStatusCode != 200) {
    NSLog(@"%@",@"Response Header:");
    NSLog(@"%@",rest.ResponseHeader);
    NSLog(@"%@",@"Response Body:");
    NSLog(@"%@",[sbResponseBody GetAsString]);
    return;
}

CkoJsonObject *jResp = [[CkoJsonObject alloc] init];
[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

NSString *Id = 0;
int EndTime;
int StartTime;
NSString *Name = 0;
int PredictionTimeRangeEndTime;
int PredictionTimeRangeStartTime;
NSString *Severity = 0;
NSString *Status = 0;
int j;
int count_j;
NSString *strVal = 0;
NSString *AppBoundaryKey = 0;
int k;
int count_k;
int InsightTimeRangeEndTime;
int InsightTimeRangeStartTime;

NSString *NextToken = [jResp StringOf: @"NextToken"];
int i = 0;
int count_i = [[jResp SizeOfArray: @"ProactiveInsights"] intValue];
while (i < count_i) {
    jResp.I = [NSNumber numberWithInt: i];
    Id = [jResp StringOf: @"ProactiveInsights[i].Id"];
    EndTime = [[jResp IntOf: @"ProactiveInsights[i].InsightTimeRange.EndTime"] intValue];
    StartTime = [[jResp IntOf: @"ProactiveInsights[i].InsightTimeRange.StartTime"] intValue];
    Name = [jResp StringOf: @"ProactiveInsights[i].Name"];
    PredictionTimeRangeEndTime = [[jResp IntOf: @"ProactiveInsights[i].PredictionTimeRange.EndTime"] intValue];
    PredictionTimeRangeStartTime = [[jResp IntOf: @"ProactiveInsights[i].PredictionTimeRange.StartTime"] intValue];
    Severity = [jResp StringOf: @"ProactiveInsights[i].Severity"];
    Status = [jResp StringOf: @"ProactiveInsights[i].Status"];
    j = 0;
    count_j = [[jResp SizeOfArray: @"ProactiveInsights[i].AssociatedResourceArns"] intValue];
    while (j < count_j) {
        jResp.J = [NSNumber numberWithInt: j];
        strVal = [jResp StringOf: @"ProactiveInsights[i].AssociatedResourceArns[j]"];
        j = j + 1;
    }

    j = 0;
    count_j = [[jResp SizeOfArray: @"ProactiveInsights[i].ResourceCollection.CloudFormation.StackNames"] intValue];
    while (j < count_j) {
        jResp.J = [NSNumber numberWithInt: j];
        strVal = [jResp StringOf: @"ProactiveInsights[i].ResourceCollection.CloudFormation.StackNames[j]"];
        j = j + 1;
    }

    j = 0;
    count_j = [[jResp SizeOfArray: @"ProactiveInsights[i].ResourceCollection.Tags"] intValue];
    while (j < count_j) {
        jResp.J = [NSNumber numberWithInt: j];
        AppBoundaryKey = [jResp StringOf: @"ProactiveInsights[i].ResourceCollection.Tags[j].AppBoundaryKey"];
        k = 0;
        count_k = [[jResp SizeOfArray: @"ProactiveInsights[i].ResourceCollection.Tags[j].TagValues"] intValue];
        while (k < count_k) {
            jResp.K = [NSNumber numberWithInt: k];
            strVal = [jResp StringOf: @"ProactiveInsights[i].ResourceCollection.Tags[j].TagValues[k]"];
            k = k + 1;
        }

        j = j + 1;
    }

    j = 0;
    count_j = [[jResp SizeOfArray: @"ProactiveInsights[i].ServiceCollection.ServiceNames"] intValue];
    while (j < count_j) {
        jResp.J = [NSNumber numberWithInt: j];
        strVal = [jResp StringOf: @"ProactiveInsights[i].ServiceCollection.ServiceNames[j]"];
        j = j + 1;
    }

    i = i + 1;
}

i = 0;
count_i = [[jResp SizeOfArray: @"ReactiveInsights"] intValue];
while (i < count_i) {
    jResp.I = [NSNumber numberWithInt: i];
    Id = [jResp StringOf: @"ReactiveInsights[i].Id"];
    InsightTimeRangeEndTime = [[jResp IntOf: @"ReactiveInsights[i].InsightTimeRange.EndTime"] intValue];
    InsightTimeRangeStartTime = [[jResp IntOf: @"ReactiveInsights[i].InsightTimeRange.StartTime"] intValue];
    Name = [jResp StringOf: @"ReactiveInsights[i].Name"];
    Severity = [jResp StringOf: @"ReactiveInsights[i].Severity"];
    Status = [jResp StringOf: @"ReactiveInsights[i].Status"];
    j = 0;
    count_j = [[jResp SizeOfArray: @"ReactiveInsights[i].AssociatedResourceArns"] intValue];
    while (j < count_j) {
        jResp.J = [NSNumber numberWithInt: j];
        strVal = [jResp StringOf: @"ReactiveInsights[i].AssociatedResourceArns[j]"];
        j = j + 1;
    }

    j = 0;
    count_j = [[jResp SizeOfArray: @"ReactiveInsights[i].ResourceCollection.CloudFormation.StackNames"] intValue];
    while (j < count_j) {
        jResp.J = [NSNumber numberWithInt: j];
        strVal = [jResp StringOf: @"ReactiveInsights[i].ResourceCollection.CloudFormation.StackNames[j]"];
        j = j + 1;
    }

    j = 0;
    count_j = [[jResp SizeOfArray: @"ReactiveInsights[i].ResourceCollection.Tags"] intValue];
    while (j < count_j) {
        jResp.J = [NSNumber numberWithInt: j];
        AppBoundaryKey = [jResp StringOf: @"ReactiveInsights[i].ResourceCollection.Tags[j].AppBoundaryKey"];
        k = 0;
        count_k = [[jResp SizeOfArray: @"ReactiveInsights[i].ResourceCollection.Tags[j].TagValues"] intValue];
        while (k < count_k) {
            jResp.K = [NSNumber numberWithInt: k];
            strVal = [jResp StringOf: @"ReactiveInsights[i].ResourceCollection.Tags[j].TagValues[k]"];
            k = k + 1;
        }

        j = j + 1;
    }

    j = 0;
    count_j = [[jResp SizeOfArray: @"ReactiveInsights[i].ServiceCollection.ServiceNames"] intValue];
    while (j < count_j) {
        jResp.J = [NSNumber numberWithInt: j];
        strVal = [jResp StringOf: @"ReactiveInsights[i].ServiceCollection.ServiceNames[j]"];
        j = j + 1;
    }

    i = i + 1;
}

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

// {
//   "NextToken": "string",
//   "ProactiveInsights": [
//     {
//       "AssociatedResourceArns": [
//         "string"
//       ],
//       "Id": "string",
//       "InsightTimeRange": {
//         "EndTime": number,
//         "StartTime": number
//       },
//       "Name": "string",
//       "PredictionTimeRange": {
//         "EndTime": number,
//         "StartTime": number
//       },
//       "ResourceCollection": {
//         "CloudFormation": {
//           "StackNames": [
//             "string"
//           ]
//         },
//         "Tags": [
//           {
//             "AppBoundaryKey": "string",
//             "TagValues": [
//               "string"
//             ]
//           }
//         ]
//       },
//       "ServiceCollection": {
//         "ServiceNames": [
//           "string"
//         ]
//       },
//       "Severity": "string",
//       "Status": "string"
//     }
//   ],
//   "ReactiveInsights": [
//     {
//       "AssociatedResourceArns": [
//         "string"
//       ],
//       "Id": "string",
//       "InsightTimeRange": {
//         "EndTime": number,
//         "StartTime": number
//       },
//       "Name": "string",
//       "ResourceCollection": {
//         "CloudFormation": {
//           "StackNames": [
//             "string"
//           ]
//         },
//         "Tags": [
//           {
//             "AppBoundaryKey": "string",
//             "TagValues": [
//               "string"
//             ]
//           }
//         ]
//       },
//       "ServiceCollection": {
//         "ServiceNames": [
//           "string"
//         ]
//       },
//       "Severity": "string",
//       "Status": "string"
//     }
//   ]
// }