Chilkat Online Tools

Objective-C / Datadog API Collection / Trigger tests from CI/CD pipelines

Back to Collection Items

#import <CkoHttp.h>
#import <CkoJsonObject.h>
#import <CkoHttpResponse.h>
#import <CkoStringBuilder.h>
#import <NSString.h>

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

CkoHttp *http = [[CkoHttp alloc] init];
BOOL success;

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

// The following JSON is sent in the request body.

// {
//   "tests": [
//     {
//       "public_id": "aaa-aaa-aaa",
//       "allowInsecureCertificates": true,
//       "basicAuth": {
//         "password": "PaSSw0RD!",
//         "username": "my_username",
//         "type": "web"
//       },
//       "body": "commo",
//       "bodyType": "reprehenderit elit magna",
//       "cookies": "elit magna in",
//       "deviceIds": [
//         "laptop_large",
//         "laptop_large"
//       ],
//       "followRedirects": true,
//       "headers": {
//         "ametaeb": "veniam culpa Excepteur amet",
//         "esta": "exercitation eu nulla irure"
//       },
//       "locations": [
//         "aws:eu-west-3"
//       ],
//       "metadata": {
//         "ci": {
//           "pipeline": {
//             "url": "velit veniam quis"
//           },
//           "provider": {
//             "name": "amet"
//           }
//         },
//         "git": {
//           "branch": "cillum nostrud",
//           "commitSha": "esse anim mollit labore"
//         }
//       },
//       "retry": {
//         "count": 44207270,
//         "interval": 51741128.422602236
//       },
//       "startUrl": "sed pariatur reprehenderit",
//       "variables": {
//         "eu_4": "voluptate Duis Excepteur",
//         "reprehenderit385": "mollit i"
//       }
//     },
//     {
//       "public_id": "aaa-aaa-aaa",
//       "allowInsecureCertificates": true,
//       "basicAuth": {
//         "password": "PaSSw0RD!",
//         "username": "my_username",
//         "type": "web"
//       },
//       "body": "officia consectetur",
//       "bodyType": "in consequat",
//       "cookies": "exercitation non proident",
//       "deviceIds": [
//         "laptop_large",
//         "laptop_large"
//       ],
//       "followRedirects": false,
//       "headers": {
//         "commodo__": "occaecat cupidatat elit",
//         "utb78": "consequat",
//         "est_cc": "ullamco Ut officia voluptate veniam"
//       },
//       "locations": [
//         "aws:eu-west-3"
//       ],
//       "metadata": {
//         "ci": {
//           "pipeline": {
//             "url": "dolor officia fugiat tempor"
//           },
//           "provider": {
//             "name": "occaecat nisi i"
//           }
//         },
//         "git": {
//           "branch": "anim sint",
//           "commitSha": "ut sunt in"
//         }
//       },
//       "retry": {
//         "count": -91157506,
//         "interval": 92707099.30434671
//       },
//       "startUrl": "nostrud elit ali",
//       "variables": {
//         "id0_c": "ut officia ea",
//         "sunt2b": "voluptate commodo velit elit eu",
//         "laborum_ff": "quis laboris nisi ut",
//         "id_ba7": "dolore veniam",
//         "non59": "officia culpa Lorem nisi proident"
//       }
//     }
//   ]
// }

CkoJsonObject *json = [[CkoJsonObject alloc] init];
[json UpdateString: @"tests[0].public_id" value: @"aaa-aaa-aaa"];
[json UpdateBool: @"tests[0].allowInsecureCertificates" value: YES];
[json UpdateString: @"tests[0].basicAuth.password" value: @"PaSSw0RD!"];
[json UpdateString: @"tests[0].basicAuth.username" value: @"my_username"];
[json UpdateString: @"tests[0].basicAuth.type" value: @"web"];
[json UpdateString: @"tests[0].body" value: @"commo"];
[json UpdateString: @"tests[0].bodyType" value: @"reprehenderit elit magna"];
[json UpdateString: @"tests[0].cookies" value: @"elit magna in"];
[json UpdateString: @"tests[0].deviceIds[0]" value: @"laptop_large"];
[json UpdateString: @"tests[0].deviceIds[1]" value: @"laptop_large"];
[json UpdateBool: @"tests[0].followRedirects" value: YES];
[json UpdateString: @"tests[0].headers.ametaeb" value: @"veniam culpa Excepteur amet"];
[json UpdateString: @"tests[0].headers.esta" value: @"exercitation eu nulla irure"];
[json UpdateString: @"tests[0].locations[0]" value: @"aws:eu-west-3"];
[json UpdateString: @"tests[0].metadata.ci.pipeline.url" value: @"velit veniam quis"];
[json UpdateString: @"tests[0].metadata.ci.provider.name" value: @"amet"];
[json UpdateString: @"tests[0].metadata.git.branch" value: @"cillum nostrud"];
[json UpdateString: @"tests[0].metadata.git.commitSha" value: @"esse anim mollit labore"];
[json UpdateInt: @"tests[0].retry.count" value: [NSNumber numberWithInt: 44207270]];
[json UpdateNumber: @"tests[0].retry.interval" numericStr: @"51741128.422602236"];
[json UpdateString: @"tests[0].startUrl" value: @"sed pariatur reprehenderit"];
[json UpdateString: @"tests[0].variables.eu_4" value: @"voluptate Duis Excepteur"];
[json UpdateString: @"tests[0].variables.reprehenderit385" value: @"mollit i"];
[json UpdateString: @"tests[1].public_id" value: @"aaa-aaa-aaa"];
[json UpdateBool: @"tests[1].allowInsecureCertificates" value: YES];
[json UpdateString: @"tests[1].basicAuth.password" value: @"PaSSw0RD!"];
[json UpdateString: @"tests[1].basicAuth.username" value: @"my_username"];
[json UpdateString: @"tests[1].basicAuth.type" value: @"web"];
[json UpdateString: @"tests[1].body" value: @"officia consectetur"];
[json UpdateString: @"tests[1].bodyType" value: @"in consequat"];
[json UpdateString: @"tests[1].cookies" value: @"exercitation non proident"];
[json UpdateString: @"tests[1].deviceIds[0]" value: @"laptop_large"];
[json UpdateString: @"tests[1].deviceIds[1]" value: @"laptop_large"];
[json UpdateBool: @"tests[1].followRedirects" value: NO];
[json UpdateString: @"tests[1].headers.commodo__" value: @"occaecat cupidatat elit"];
[json UpdateString: @"tests[1].headers.utb78" value: @"consequat"];
[json UpdateString: @"tests[1].headers.est_cc" value: @"ullamco Ut officia voluptate veniam"];
[json UpdateString: @"tests[1].locations[0]" value: @"aws:eu-west-3"];
[json UpdateString: @"tests[1].metadata.ci.pipeline.url" value: @"dolor officia fugiat tempor"];
[json UpdateString: @"tests[1].metadata.ci.provider.name" value: @"occaecat nisi i"];
[json UpdateString: @"tests[1].metadata.git.branch" value: @"anim sint"];
[json UpdateString: @"tests[1].metadata.git.commitSha" value: @"ut sunt in"];
[json UpdateInt: @"tests[1].retry.count" value: [NSNumber numberWithInt: -91157506]];
[json UpdateNumber: @"tests[1].retry.interval" numericStr: @"92707099.30434671"];
[json UpdateString: @"tests[1].startUrl" value: @"nostrud elit ali"];
[json UpdateString: @"tests[1].variables.id0_c" value: @"ut officia ea"];
[json UpdateString: @"tests[1].variables.sunt2b" value: @"voluptate commodo velit elit eu"];
[json UpdateString: @"tests[1].variables.laborum_ff" value: @"quis laboris nisi ut"];
[json UpdateString: @"tests[1].variables.id_ba7" value: @"dolore veniam"];
[json UpdateString: @"tests[1].variables.non59" value: @"officia culpa Lorem nisi proident"];

[http SetRequestHeader: @"Content-Type" value: @"application/json"];
[http SetRequestHeader: @"Accept" value: @"application/json"];

CkoHttpResponse *resp = [http PostJson3: @"https://api.app.ddog-gov.com/api/v1/synthetics/tests/trigger/ci" contentType: @"application/json" json: json];
if (http.LastMethodSuccess == NO) {
    NSLog(@"%@",http.LastErrorText);
    return;
}

CkoStringBuilder *sbResponseBody = [[CkoStringBuilder alloc] init];
[resp GetBodySb: sbResponseBody];

CkoJsonObject *jResp = [[CkoJsonObject alloc] init];
[jResp LoadSb: sbResponseBody];
jResp.EmitCompact = NO;

NSLog(@"%@",@"Response Body:");
NSLog(@"%@",[jResp Emit]);

int respStatusCode = [resp.StatusCode intValue];
NSLog(@"%@%d",@"Response Status Code = ",respStatusCode);
if (respStatusCode >= 400) {
    NSLog(@"%@",@"Response Header:");
    NSLog(@"%@",resp.Header);
    NSLog(@"%@",@"Failed.");

    return;
}

// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)

// {
//   "batch_id": "anim quis",
//   "locations": [
//     {
//       "id": -79104764,
//       "name": "laborum"
//     },
//     {
//       "id": -12473023,
//       "name": "ullamco eu"
//     }
//   ],
//   "results": [
//     {
//       "device": "laptop_large",
//       "location": -53475818,
//       "public_id": "Excepteur et",
//       "result_id": "in"
//     },
//     {
//       "device": "laptop_large",
//       "location": 59458053,
//       "public_id": "ut labore",
//       "result_id": "quis tempor cillum est eu"
//     }
//   ],
//   "triggered_check_ids": [
//     "in irure culpa",
//     "sit ad do Ut esse"
//   ]
// }

// Sample code for parsing the JSON response...
// Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

int id;
NSString *name = 0;
NSString *device = 0;
int location;
NSString *public_id = 0;
NSString *result_id = 0;
NSString *strVal = 0;

NSString *batch_id = [jResp StringOf: @"batch_id"];
int i = 0;
int count_i = [[jResp SizeOfArray: @"locations"] intValue];
while (i < count_i) {
    jResp.I = [NSNumber numberWithInt: i];
    id = [[jResp IntOf: @"locations[i].id"] intValue];
    name = [jResp StringOf: @"locations[i].name"];
    i = i + 1;
}

i = 0;
count_i = [[jResp SizeOfArray: @"results"] intValue];
while (i < count_i) {
    jResp.I = [NSNumber numberWithInt: i];
    device = [jResp StringOf: @"results[i].device"];
    location = [[jResp IntOf: @"results[i].location"] intValue];
    public_id = [jResp StringOf: @"results[i].public_id"];
    result_id = [jResp StringOf: @"results[i].result_id"];
    i = i + 1;
}

i = 0;
count_i = [[jResp SizeOfArray: @"triggered_check_ids"] intValue];
while (i < count_i) {
    jResp.I = [NSNumber numberWithInt: i];
    strVal = [jResp StringOf: @"triggered_check_ids[i]"];
    i = i + 1;
}

Curl Command

curl -X POST
	-H "Content-Type: application/json"
	-H "Accept: application/json"
	-d '{
  "tests": [
    {
      "public_id": "aaa-aaa-aaa",
      "allowInsecureCertificates": true,
      "basicAuth": {
        "password": "PaSSw0RD!",
        "username": "my_username",
        "type": "web"
      },
      "body": "commo",
      "bodyType": "reprehenderit elit magna",
      "cookies": "elit magna in",
      "deviceIds": [
        "laptop_large",
        "laptop_large"
      ],
      "followRedirects": true,
      "headers": {
        "ametaeb": "veniam culpa Excepteur amet",
        "esta": "exercitation eu nulla irure"
      },
      "locations": [
        "aws:eu-west-3"
      ],
      "metadata": {
        "ci": {
          "pipeline": {
            "url": "velit veniam quis"
          },
          "provider": {
            "name": "amet"
          }
        },
        "git": {
          "branch": "cillum nostrud",
          "commitSha": "esse anim mollit labore"
        }
      },
      "retry": {
        "count": 44207270,
        "interval": 51741128.422602236
      },
      "startUrl": "sed pariatur reprehenderit",
      "variables": {
        "eu_4": "voluptate Duis Excepteur",
        "reprehenderit385": "mollit i"
      }
    },
    {
      "public_id": "aaa-aaa-aaa",
      "allowInsecureCertificates": true,
      "basicAuth": {
        "password": "PaSSw0RD!",
        "username": "my_username",
        "type": "web"
      },
      "body": "officia consectetur",
      "bodyType": "in consequat",
      "cookies": "exercitation non proident",
      "deviceIds": [
        "laptop_large",
        "laptop_large"
      ],
      "followRedirects": false,
      "headers": {
        "commodo__": "occaecat cupidatat elit",
        "utb78": "consequat",
        "est_cc": "ullamco Ut officia voluptate veniam"
      },
      "locations": [
        "aws:eu-west-3"
      ],
      "metadata": {
        "ci": {
          "pipeline": {
            "url": "dolor officia fugiat tempor"
          },
          "provider": {
            "name": "occaecat nisi i"
          }
        },
        "git": {
          "branch": "anim sint",
          "commitSha": "ut sunt in"
        }
      },
      "retry": {
        "count": -91157506,
        "interval": 92707099.30434671
      },
      "startUrl": "nostrud elit ali",
      "variables": {
        "id0_c": "ut officia ea",
        "sunt2b": "voluptate commodo velit elit eu",
        "laborum_ff": "quis laboris nisi ut",
        "id_ba7": "dolore veniam",
        "non59": "officia culpa Lorem nisi proident"
      }
    }
  ]
}'
https://api.app.ddog-gov.com/api/v1/synthetics/tests/trigger/ci

Postman Collection Item JSON

{
  "name": "Trigger tests from CI/CD pipelines",
  "request": {
    "method": "POST",
    "header": [
      {
        "key": "Content-Type",
        "value": "application/json"
      },
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n  \"tests\": [\n    {\n      \"public_id\": \"aaa-aaa-aaa\",\n      \"allowInsecureCertificates\": true,\n      \"basicAuth\": {\n        \"password\": \"PaSSw0RD!\",\n        \"username\": \"my_username\",\n        \"type\": \"web\"\n      },\n      \"body\": \"commo\",\n      \"bodyType\": \"reprehenderit elit magna\",\n      \"cookies\": \"elit magna in\",\n      \"deviceIds\": [\n        \"laptop_large\",\n        \"laptop_large\"\n      ],\n      \"followRedirects\": true,\n      \"headers\": {\n        \"ametaeb\": \"veniam culpa Excepteur amet\",\n        \"esta\": \"exercitation eu nulla irure\"\n      },\n      \"locations\": [\n        \"aws:eu-west-3\"\n      ],\n      \"metadata\": {\n        \"ci\": {\n          \"pipeline\": {\n            \"url\": \"velit veniam quis\"\n          },\n          \"provider\": {\n            \"name\": \"amet\"\n          }\n        },\n        \"git\": {\n          \"branch\": \"cillum nostrud\",\n          \"commitSha\": \"esse anim mollit labore\"\n        }\n      },\n      \"retry\": {\n        \"count\": 44207270,\n        \"interval\": 51741128.422602236\n      },\n      \"startUrl\": \"sed pariatur reprehenderit\",\n      \"variables\": {\n        \"eu_4\": \"voluptate Duis Excepteur\",\n        \"reprehenderit385\": \"mollit i\"\n      }\n    },\n    {\n      \"public_id\": \"aaa-aaa-aaa\",\n      \"allowInsecureCertificates\": true,\n      \"basicAuth\": {\n        \"password\": \"PaSSw0RD!\",\n        \"username\": \"my_username\",\n        \"type\": \"web\"\n      },\n      \"body\": \"officia consectetur\",\n      \"bodyType\": \"in consequat\",\n      \"cookies\": \"exercitation non proident\",\n      \"deviceIds\": [\n        \"laptop_large\",\n        \"laptop_large\"\n      ],\n      \"followRedirects\": false,\n      \"headers\": {\n        \"commodo__\": \"occaecat cupidatat elit\",\n        \"utb78\": \"consequat\",\n        \"est_cc\": \"ullamco Ut officia voluptate veniam\"\n      },\n      \"locations\": [\n        \"aws:eu-west-3\"\n      ],\n      \"metadata\": {\n        \"ci\": {\n          \"pipeline\": {\n            \"url\": \"dolor officia fugiat tempor\"\n          },\n          \"provider\": {\n            \"name\": \"occaecat nisi i\"\n          }\n        },\n        \"git\": {\n          \"branch\": \"anim sint\",\n          \"commitSha\": \"ut sunt in\"\n        }\n      },\n      \"retry\": {\n        \"count\": -91157506,\n        \"interval\": 92707099.30434671\n      },\n      \"startUrl\": \"nostrud elit ali\",\n      \"variables\": {\n        \"id0_c\": \"ut officia ea\",\n        \"sunt2b\": \"voluptate commodo velit elit eu\",\n        \"laborum_ff\": \"quis laboris nisi ut\",\n        \"id_ba7\": \"dolore veniam\",\n        \"non59\": \"officia culpa Lorem nisi proident\"\n      }\n    }\n  ]\n}",
      "options": {
        "raw": {
          "headerFamily": "json",
          "language": "json"
        }
      }
    },
    "url": {
      "raw": "{{baseUrl}}/api/v1/synthetics/tests/trigger/ci",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "v1",
        "synthetics",
        "tests",
        "trigger",
        "ci"
      ]
    },
    "description": "Trigger a set of Synthetic tests for continuous integration."
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          },
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tests\": [\n    {\n      \"public_id\": \"aaa-aaa-aaa\",\n      \"allowInsecureCertificates\": true,\n      \"basicAuth\": {\n        \"password\": \"PaSSw0RD!\",\n        \"username\": \"my_username\",\n        \"type\": \"web\"\n      },\n      \"body\": \"commo\",\n      \"bodyType\": \"reprehenderit elit magna\",\n      \"cookies\": \"elit magna in\",\n      \"deviceIds\": [\n        \"laptop_large\",\n        \"laptop_large\"\n      ],\n      \"followRedirects\": true,\n      \"headers\": {\n        \"ametaeb\": \"veniam culpa Excepteur amet\",\n        \"esta\": \"exercitation eu nulla irure\"\n      },\n      \"locations\": [\n        \"aws:eu-west-3\"\n      ],\n      \"metadata\": {\n        \"ci\": {\n          \"pipeline\": {\n            \"url\": \"velit veniam quis\"\n          },\n          \"provider\": {\n            \"name\": \"amet\"\n          }\n        },\n        \"git\": {\n          \"branch\": \"cillum nostrud\",\n          \"commitSha\": \"esse anim mollit labore\"\n        }\n      },\n      \"retry\": {\n        \"count\": 44207270,\n        \"interval\": 51741128.422602236\n      },\n      \"startUrl\": \"sed pariatur reprehenderit\",\n      \"variables\": {\n        \"eu_4\": \"voluptate Duis Excepteur\",\n        \"reprehenderit385\": \"mollit i\"\n      }\n    },\n    {\n      \"public_id\": \"aaa-aaa-aaa\",\n      \"allowInsecureCertificates\": true,\n      \"basicAuth\": {\n        \"password\": \"PaSSw0RD!\",\n        \"username\": \"my_username\",\n        \"type\": \"web\"\n      },\n      \"body\": \"officia consectetur\",\n      \"bodyType\": \"in consequat\",\n      \"cookies\": \"exercitation non proident\",\n      \"deviceIds\": [\n        \"laptop_large\",\n        \"laptop_large\"\n      ],\n      \"followRedirects\": false,\n      \"headers\": {\n        \"commodo__\": \"occaecat cupidatat elit\",\n        \"utb78\": \"consequat\",\n        \"est_cc\": \"ullamco Ut officia voluptate veniam\"\n      },\n      \"locations\": [\n        \"aws:eu-west-3\"\n      ],\n      \"metadata\": {\n        \"ci\": {\n          \"pipeline\": {\n            \"url\": \"dolor officia fugiat tempor\"\n          },\n          \"provider\": {\n            \"name\": \"occaecat nisi i\"\n          }\n        },\n        \"git\": {\n          \"branch\": \"anim sint\",\n          \"commitSha\": \"ut sunt in\"\n        }\n      },\n      \"retry\": {\n        \"count\": -91157506,\n        \"interval\": 92707099.30434671\n      },\n      \"startUrl\": \"nostrud elit ali\",\n      \"variables\": {\n        \"id0_c\": \"ut officia ea\",\n        \"sunt2b\": \"voluptate commodo velit elit eu\",\n        \"laborum_ff\": \"quis laboris nisi ut\",\n        \"id_ba7\": \"dolore veniam\",\n        \"non59\": \"officia culpa Lorem nisi proident\"\n      }\n    }\n  ]\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v1/synthetics/tests/trigger/ci",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "synthetics",
            "tests",
            "trigger",
            "ci"
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"batch_id\": \"anim quis\",\n  \"locations\": [\n    {\n      \"id\": -79104764,\n      \"name\": \"laborum\"\n    },\n    {\n      \"id\": -12473023,\n      \"name\": \"ullamco eu\"\n    }\n  ],\n  \"results\": [\n    {\n      \"device\": \"laptop_large\",\n      \"location\": -53475818,\n      \"public_id\": \"Excepteur et\",\n      \"result_id\": \"in\"\n    },\n    {\n      \"device\": \"laptop_large\",\n      \"location\": 59458053,\n      \"public_id\": \"ut labore\",\n      \"result_id\": \"quis tempor cillum est eu\"\n    }\n  ],\n  \"triggered_check_ids\": [\n    \"in irure culpa\",\n    \"sit ad do Ut esse\"\n  ]\n}"
    },
    {
      "name": "JSON format is wrong",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          },
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tests\": [\n    {\n      \"public_id\": \"aaa-aaa-aaa\",\n      \"allowInsecureCertificates\": true,\n      \"basicAuth\": {\n        \"password\": \"PaSSw0RD!\",\n        \"username\": \"my_username\",\n        \"type\": \"web\"\n      },\n      \"body\": \"commo\",\n      \"bodyType\": \"reprehenderit elit magna\",\n      \"cookies\": \"elit magna in\",\n      \"deviceIds\": [\n        \"laptop_large\",\n        \"laptop_large\"\n      ],\n      \"followRedirects\": true,\n      \"headers\": {\n        \"ametaeb\": \"veniam culpa Excepteur amet\",\n        \"esta\": \"exercitation eu nulla irure\"\n      },\n      \"locations\": [\n        \"aws:eu-west-3\"\n      ],\n      \"metadata\": {\n        \"ci\": {\n          \"pipeline\": {\n            \"url\": \"velit veniam quis\"\n          },\n          \"provider\": {\n            \"name\": \"amet\"\n          }\n        },\n        \"git\": {\n          \"branch\": \"cillum nostrud\",\n          \"commitSha\": \"esse anim mollit labore\"\n        }\n      },\n      \"retry\": {\n        \"count\": 44207270,\n        \"interval\": 51741128.422602236\n      },\n      \"startUrl\": \"sed pariatur reprehenderit\",\n      \"variables\": {\n        \"eu_4\": \"voluptate Duis Excepteur\",\n        \"reprehenderit385\": \"mollit i\"\n      }\n    },\n    {\n      \"public_id\": \"aaa-aaa-aaa\",\n      \"allowInsecureCertificates\": true,\n      \"basicAuth\": {\n        \"password\": \"PaSSw0RD!\",\n        \"username\": \"my_username\",\n        \"type\": \"web\"\n      },\n      \"body\": \"officia consectetur\",\n      \"bodyType\": \"in consequat\",\n      \"cookies\": \"exercitation non proident\",\n      \"deviceIds\": [\n        \"laptop_large\",\n        \"laptop_large\"\n      ],\n      \"followRedirects\": false,\n      \"headers\": {\n        \"commodo__\": \"occaecat cupidatat elit\",\n        \"utb78\": \"consequat\",\n        \"est_cc\": \"ullamco Ut officia voluptate veniam\"\n      },\n      \"locations\": [\n        \"aws:eu-west-3\"\n      ],\n      \"metadata\": {\n        \"ci\": {\n          \"pipeline\": {\n            \"url\": \"dolor officia fugiat tempor\"\n          },\n          \"provider\": {\n            \"name\": \"occaecat nisi i\"\n          }\n        },\n        \"git\": {\n          \"branch\": \"anim sint\",\n          \"commitSha\": \"ut sunt in\"\n        }\n      },\n      \"retry\": {\n        \"count\": -91157506,\n        \"interval\": 92707099.30434671\n      },\n      \"startUrl\": \"nostrud elit ali\",\n      \"variables\": {\n        \"id0_c\": \"ut officia ea\",\n        \"sunt2b\": \"voluptate commodo velit elit eu\",\n        \"laborum_ff\": \"quis laboris nisi ut\",\n        \"id_ba7\": \"dolore veniam\",\n        \"non59\": \"officia culpa Lorem nisi proident\"\n      }\n    }\n  ]\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v1/synthetics/tests/trigger/ci",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "synthetics",
            "tests",
            "trigger",
            "ci"
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"Bad Request\",\n    \"Bad Request\"\n  ]\n}"
    },
    {
      "name": "Too many requests",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          },
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tests\": [\n    {\n      \"public_id\": \"aaa-aaa-aaa\",\n      \"allowInsecureCertificates\": true,\n      \"basicAuth\": {\n        \"password\": \"PaSSw0RD!\",\n        \"username\": \"my_username\",\n        \"type\": \"web\"\n      },\n      \"body\": \"commo\",\n      \"bodyType\": \"reprehenderit elit magna\",\n      \"cookies\": \"elit magna in\",\n      \"deviceIds\": [\n        \"laptop_large\",\n        \"laptop_large\"\n      ],\n      \"followRedirects\": true,\n      \"headers\": {\n        \"ametaeb\": \"veniam culpa Excepteur amet\",\n        \"esta\": \"exercitation eu nulla irure\"\n      },\n      \"locations\": [\n        \"aws:eu-west-3\"\n      ],\n      \"metadata\": {\n        \"ci\": {\n          \"pipeline\": {\n            \"url\": \"velit veniam quis\"\n          },\n          \"provider\": {\n            \"name\": \"amet\"\n          }\n        },\n        \"git\": {\n          \"branch\": \"cillum nostrud\",\n          \"commitSha\": \"esse anim mollit labore\"\n        }\n      },\n      \"retry\": {\n        \"count\": 44207270,\n        \"interval\": 51741128.422602236\n      },\n      \"startUrl\": \"sed pariatur reprehenderit\",\n      \"variables\": {\n        \"eu_4\": \"voluptate Duis Excepteur\",\n        \"reprehenderit385\": \"mollit i\"\n      }\n    },\n    {\n      \"public_id\": \"aaa-aaa-aaa\",\n      \"allowInsecureCertificates\": true,\n      \"basicAuth\": {\n        \"password\": \"PaSSw0RD!\",\n        \"username\": \"my_username\",\n        \"type\": \"web\"\n      },\n      \"body\": \"officia consectetur\",\n      \"bodyType\": \"in consequat\",\n      \"cookies\": \"exercitation non proident\",\n      \"deviceIds\": [\n        \"laptop_large\",\n        \"laptop_large\"\n      ],\n      \"followRedirects\": false,\n      \"headers\": {\n        \"commodo__\": \"occaecat cupidatat elit\",\n        \"utb78\": \"consequat\",\n        \"est_cc\": \"ullamco Ut officia voluptate veniam\"\n      },\n      \"locations\": [\n        \"aws:eu-west-3\"\n      ],\n      \"metadata\": {\n        \"ci\": {\n          \"pipeline\": {\n            \"url\": \"dolor officia fugiat tempor\"\n          },\n          \"provider\": {\n            \"name\": \"occaecat nisi i\"\n          }\n        },\n        \"git\": {\n          \"branch\": \"anim sint\",\n          \"commitSha\": \"ut sunt in\"\n        }\n      },\n      \"retry\": {\n        \"count\": -91157506,\n        \"interval\": 92707099.30434671\n      },\n      \"startUrl\": \"nostrud elit ali\",\n      \"variables\": {\n        \"id0_c\": \"ut officia ea\",\n        \"sunt2b\": \"voluptate commodo velit elit eu\",\n        \"laborum_ff\": \"quis laboris nisi ut\",\n        \"id_ba7\": \"dolore veniam\",\n        \"non59\": \"officia culpa Lorem nisi proident\"\n      }\n    }\n  ]\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v1/synthetics/tests/trigger/ci",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "synthetics",
            "tests",
            "trigger",
            "ci"
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"Bad Request\",\n    \"Bad Request\"\n  ]\n}"
    }
  ]
}