Back to Collection Items
#include <CkHttpW.h>
#include <CkJsonObjectW.h>
#include <CkHttpResponseW.h>
#include <CkStringBuilderW.h>
void ChilkatSample(void)
{
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
CkHttpW http;
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.
// {
// "config": {
// "request": {
// "allow_insecure": false,
// "basicAuth": {
// "password": "PaSSw0RD!",
// "username": "my_username",
// "type": "web"
// },
// "body": "dolore",
// "bodyType": "text/plain",
// "callType": "unary",
// "certificate": {
// "cert": {
// "content": "dolor mollit id eu",
// "filename": "enim ",
// "updatedAt": "ad labore d"
// },
// "key": {
// "content": "anim ut consequat eiusmod",
// "filename": "non consectetur voluptate",
// "updatedAt": "proi"
// }
// },
// "compressedJsonDescriptor": "velit cillum",
// "dnsServer": "sint irure sit commodo",
// "dnsServerPort": 63263,
// "follow_redirects": true,
// "headers": {
// "nulla_735": "esse enim velit",
// "nulla_b_": "laboris ut"
// },
// "host": "aliquip nostrud",
// "message": "Lorem laboris",
// "metadata": {
// "eub0d": "sint",
// "exercitation1": "ut Duis"
// },
// "method": "dolo",
// "noSavingResponseBody": false,
// "numberOfPackets": 1,
// "persistCookies": true,
// "port": 82704033,
// "proxy": {
// "url": "https://example.com",
// "headers": {
// "ipsum83a": "ea laborum",
// "irure_8": "dolor eiusmod aliqua ",
// "esse67f": "veniam qui in"
// }
// },
// "query": {},
// "servername": "Duis sed minim quis",
// "service": "Greeter",
// "shouldTrackHops": false,
// "timeout": 48414705.45711616,
// "url": "https://example.com"
// },
// "configVariables": [
// {
// "description": "Example for the variable.",
// "type": "string"
// },
// {
// "description": "Example for the variable.",
// "type": "string"
// }
// ],
// "setCookie": "anim",
// "variables": [
// {
// "description": "Example for the variable.",
// "type": "string"
// },
// {
// "description": "Example for the variable.",
// "type": "string"
// }
// ]
// },
// "locations": [
// "aws:eu-west-3"
// ],
// "name": "Example test name",
// "options": {
// "accept_self_signed": true,
// "allow_insecure": false,
// "checkCertificateRevocation": false,
// "ci": {
// "executionRule": "skipped"
// },
// "device_ids": [
// "laptop_large",
// "laptop_large"
// ],
// "disableCors": true,
// "disableCsp": false,
// "follow_redirects": true,
// "httpVersion": "http2",
// "ignoreServerCertificateError": false,
// "initialNavigationTimeout": -93160400,
// "min_failure_duration": 9338007,
// "min_location_failed": -22553383,
// "monitor_name": "nostrud dolor ullamco",
// "monitor_options": {
// "renotify_interval": 261
// },
// "monitor_priority": 3,
// "noScreenshot": false,
// "restricted_roles": [
// "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
// ],
// "retry": {
// "count": 67368482,
// "interval": 59042710.53770983
// },
// "rumSettings": {
// "applicationId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
// "clientTokenId": 12345,
// "isEnabled": true
// },
// "scheduling": {
// "timeframes": [
// {
// "day": 1,
// "from": "07:00",
// "to": "16:00"
// },
// {
// "day": 3,
// "from": "07:00",
// "to": "16:00"
// }
// ],
// "timezone": "America/New_York"
// },
// "tick_every": 427884
// },
// "type": "browser",
// "message": "",
// "monitor_id": -23388126,
// "public_id": "cupidatat ipsum",
// "status": "live",
// "steps": [
// {
// "allowFailure": false,
// "isCritical": true,
// "name": "proident dolore ex",
// "noScreenshot": true,
// "params": {},
// "timeout": 70509439,
// "type": "assertElementContent"
// },
// {
// "allowFailure": true,
// "isCritical": true,
// "name": "adipisicing volupt",
// "noScreenshot": false,
// "params": {},
// "timeout": -22942790,
// "type": "assertElementContent"
// }
// ],
// "tags": [
// "env:prod"
// ]
// }
CkJsonObjectW json;
json.UpdateBool(L"config.request.allow_insecure",false);
json.UpdateString(L"config.request.basicAuth.password",L"PaSSw0RD!");
json.UpdateString(L"config.request.basicAuth.username",L"my_username");
json.UpdateString(L"config.request.basicAuth.type",L"web");
json.UpdateString(L"config.request.body",L"dolore");
json.UpdateString(L"config.request.bodyType",L"text/plain");
json.UpdateString(L"config.request.callType",L"unary");
json.UpdateString(L"config.request.certificate.cert.content",L"dolor mollit id eu");
json.UpdateString(L"config.request.certificate.cert.filename",L"enim ");
json.UpdateString(L"config.request.certificate.cert.updatedAt",L"ad labore d");
json.UpdateString(L"config.request.certificate.key.content",L"anim ut consequat eiusmod");
json.UpdateString(L"config.request.certificate.key.filename",L"non consectetur voluptate");
json.UpdateString(L"config.request.certificate.key.updatedAt",L"proi");
json.UpdateString(L"config.request.compressedJsonDescriptor",L"velit cillum");
json.UpdateString(L"config.request.dnsServer",L"sint irure sit commodo");
json.UpdateInt(L"config.request.dnsServerPort",63263);
json.UpdateBool(L"config.request.follow_redirects",true);
json.UpdateString(L"config.request.headers.nulla_735",L"esse enim velit");
json.UpdateString(L"config.request.headers.nulla_b_",L"laboris ut");
json.UpdateString(L"config.request.host",L"aliquip nostrud");
json.UpdateString(L"config.request.message",L"Lorem laboris");
json.UpdateString(L"config.request.metadata.eub0d",L"sint");
json.UpdateString(L"config.request.metadata.exercitation1",L"ut Duis");
json.UpdateString(L"config.request.method",L"dolo");
json.UpdateBool(L"config.request.noSavingResponseBody",false);
json.UpdateInt(L"config.request.numberOfPackets",1);
json.UpdateBool(L"config.request.persistCookies",true);
json.UpdateInt(L"config.request.port",82704033);
json.UpdateString(L"config.request.proxy.url",L"https://example.com");
json.UpdateString(L"config.request.proxy.headers.ipsum83a",L"ea laborum");
json.UpdateString(L"config.request.proxy.headers.irure_8",L"dolor eiusmod aliqua ");
json.UpdateString(L"config.request.proxy.headers.esse67f",L"veniam qui in");
json.UpdateNewObject(L"config.request.query");
json.UpdateString(L"config.request.servername",L"Duis sed minim quis");
json.UpdateString(L"config.request.service",L"Greeter");
json.UpdateBool(L"config.request.shouldTrackHops",false);
json.UpdateNumber(L"config.request.timeout",L"48414705.45711616");
json.UpdateString(L"config.request.url",L"https://example.com");
json.UpdateString(L"config.configVariables[0].description",L"Example for the variable.");
json.UpdateString(L"config.configVariables[0].type",L"string");
json.UpdateString(L"config.configVariables[1].description",L"Example for the variable.");
json.UpdateString(L"config.configVariables[1].type",L"string");
json.UpdateString(L"config.setCookie",L"anim");
json.UpdateString(L"config.variables[0].description",L"Example for the variable.");
json.UpdateString(L"config.variables[0].type",L"string");
json.UpdateString(L"config.variables[1].description",L"Example for the variable.");
json.UpdateString(L"config.variables[1].type",L"string");
json.UpdateString(L"locations[0]",L"aws:eu-west-3");
json.UpdateString(L"name",L"Example test name");
json.UpdateBool(L"options.accept_self_signed",true);
json.UpdateBool(L"options.allow_insecure",false);
json.UpdateBool(L"options.checkCertificateRevocation",false);
json.UpdateString(L"options.ci.executionRule",L"skipped");
json.UpdateString(L"options.device_ids[0]",L"laptop_large");
json.UpdateString(L"options.device_ids[1]",L"laptop_large");
json.UpdateBool(L"options.disableCors",true);
json.UpdateBool(L"options.disableCsp",false);
json.UpdateBool(L"options.follow_redirects",true);
json.UpdateString(L"options.httpVersion",L"http2");
json.UpdateBool(L"options.ignoreServerCertificateError",false);
json.UpdateInt(L"options.initialNavigationTimeout",-93160400);
json.UpdateInt(L"options.min_failure_duration",9338007);
json.UpdateInt(L"options.min_location_failed",-22553383);
json.UpdateString(L"options.monitor_name",L"nostrud dolor ullamco");
json.UpdateInt(L"options.monitor_options.renotify_interval",261);
json.UpdateInt(L"options.monitor_priority",3);
json.UpdateBool(L"options.noScreenshot",false);
json.UpdateString(L"options.restricted_roles[0]",L"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx");
json.UpdateInt(L"options.retry.count",67368482);
json.UpdateNumber(L"options.retry.interval",L"59042710.53770983");
json.UpdateString(L"options.rumSettings.applicationId",L"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx");
json.UpdateInt(L"options.rumSettings.clientTokenId",12345);
json.UpdateBool(L"options.rumSettings.isEnabled",true);
json.UpdateInt(L"options.scheduling.timeframes[0].day",1);
json.UpdateString(L"options.scheduling.timeframes[0].from",L"07:00");
json.UpdateString(L"options.scheduling.timeframes[0].to",L"16:00");
json.UpdateInt(L"options.scheduling.timeframes[1].day",3);
json.UpdateString(L"options.scheduling.timeframes[1].from",L"07:00");
json.UpdateString(L"options.scheduling.timeframes[1].to",L"16:00");
json.UpdateString(L"options.scheduling.timezone",L"America/New_York");
json.UpdateInt(L"options.tick_every",427884);
json.UpdateString(L"type",L"browser");
json.UpdateString(L"message",L"");
json.UpdateInt(L"monitor_id",-23388126);
json.UpdateString(L"public_id",L"cupidatat ipsum");
json.UpdateString(L"status",L"live");
json.UpdateBool(L"steps[0].allowFailure",false);
json.UpdateBool(L"steps[0].isCritical",true);
json.UpdateString(L"steps[0].name",L"proident dolore ex");
json.UpdateBool(L"steps[0].noScreenshot",true);
json.UpdateNewObject(L"steps[0].params");
json.UpdateInt(L"steps[0].timeout",70509439);
json.UpdateString(L"steps[0].type",L"assertElementContent");
json.UpdateBool(L"steps[1].allowFailure",true);
json.UpdateBool(L"steps[1].isCritical",true);
json.UpdateString(L"steps[1].name",L"adipisicing volupt");
json.UpdateBool(L"steps[1].noScreenshot",false);
json.UpdateNewObject(L"steps[1].params");
json.UpdateInt(L"steps[1].timeout",-22942790);
json.UpdateString(L"steps[1].type",L"assertElementContent");
json.UpdateString(L"tags[0]",L"env:prod");
http.SetRequestHeader(L"Content-Type",L"application/json");
http.SetRequestHeader(L"Accept",L"application/json");
CkHttpResponseW *resp = http.PostJson3(L"https://api.app.ddog-gov.com/api/v1/synthetics/tests/browser",L"application/json",json);
if (http.get_LastMethodSuccess() == false) {
wprintf(L"%s\n",http.lastErrorText());
return;
}
CkStringBuilderW sbResponseBody;
resp->GetBodySb(sbResponseBody);
CkJsonObjectW jResp;
jResp.LoadSb(sbResponseBody);
jResp.put_EmitCompact(false);
wprintf(L"Response Body:\n");
wprintf(L"%s\n",jResp.emit());
int respStatusCode = resp->get_StatusCode();
wprintf(L"Response Status Code = %d\n",respStatusCode);
if (respStatusCode >= 400) {
wprintf(L"Response Header:\n");
wprintf(L"%s\n",resp->header());
wprintf(L"Failed.\n");
delete resp;
return;
}
delete resp;
// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)
// {
// "config": {
// "request": {
// "allow_insecure": false,
// "basicAuth": {
// "password": "PaSSw0RD!",
// "username": "my_username",
// "type": "web"
// },
// "body": "dolore",
// "bodyType": "text/plain",
// "callType": "unary",
// "certificate": {
// "cert": {
// "content": "dolor mollit id eu",
// "filename": "enim ",
// "updatedAt": "ad labore d"
// },
// "key": {
// "content": "anim ut consequat eiusmod",
// "filename": "non consectetur voluptate",
// "updatedAt": "proi"
// }
// },
// "compressedJsonDescriptor": "velit cillum",
// "dnsServer": "sint irure sit commodo",
// "dnsServerPort": 63263,
// "follow_redirects": true,
// "headers": {
// "nulla_735": "esse enim velit",
// "nulla_b_": "laboris ut"
// },
// "host": "aliquip nostrud",
// "message": "Lorem laboris",
// "metadata": {
// "eub0d": "sint",
// "exercitation1": "ut Duis"
// },
// "method": "dolo",
// "noSavingResponseBody": false,
// "numberOfPackets": 1,
// "persistCookies": true,
// "port": 82704033,
// "proxy": {
// "url": "https://example.com",
// "headers": {
// "ipsum83a": "ea laborum",
// "irure_8": "dolor eiusmod aliqua ",
// "esse67f": "veniam qui in"
// }
// },
// "query": {},
// "servername": "Duis sed minim quis",
// "service": "Greeter",
// "shouldTrackHops": false,
// "timeout": 48414705.45711616,
// "url": "https://example.com"
// },
// "configVariables": [
// {
// "description": "Example for the variable.",
// "type": "string"
// },
// {
// "description": "Example for the variable.",
// "type": "string"
// }
// ],
// "setCookie": "anim",
// "variables": [
// {
// "description": "Example for the variable.",
// "type": "string"
// },
// {
// "description": "Example for the variable.",
// "type": "string"
// }
// ]
// },
// "locations": [
// "aws:eu-west-3"
// ],
// "name": "Example test name",
// "options": {
// "accept_self_signed": true,
// "allow_insecure": false,
// "checkCertificateRevocation": false,
// "ci": {
// "executionRule": "skipped"
// },
// "device_ids": [
// "laptop_large",
// "laptop_large"
// ],
// "disableCors": true,
// "disableCsp": false,
// "follow_redirects": true,
// "httpVersion": "http2",
// "ignoreServerCertificateError": false,
// "initialNavigationTimeout": -93160400,
// "min_failure_duration": 9338007,
// "min_location_failed": -22553383,
// "monitor_name": "nostrud dolor ullamco",
// "monitor_options": {
// "renotify_interval": 261
// },
// "monitor_priority": 3,
// "noScreenshot": false,
// "restricted_roles": [
// "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
// ],
// "retry": {
// "count": 67368482,
// "interval": 59042710.53770983
// },
// "rumSettings": {
// "applicationId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
// "clientTokenId": 12345,
// "isEnabled": true
// },
// "scheduling": {
// "timeframes": [
// {
// "day": 1,
// "from": "07:00",
// "to": "16:00"
// },
// {
// "day": 3,
// "from": "07:00",
// "to": "16:00"
// }
// ],
// "timezone": "America/New_York"
// },
// "tick_every": 427884
// },
// "type": "browser",
// "message": "",
// "monitor_id": -23388126,
// "public_id": "cupidatat ipsum",
// "status": "live",
// "steps": [
// {
// "allowFailure": false,
// "isCritical": true,
// "name": "proident dolore ex",
// "noScreenshot": true,
// "params": {},
// "timeout": 70509439,
// "type": "assertElementContent"
// },
// {
// "allowFailure": true,
// "isCritical": true,
// "name": "adipisicing volupt",
// "noScreenshot": false,
// "params": {},
// "timeout": -22942790,
// "type": "assertElementContent"
// }
// ],
// "tags": [
// "env:prod"
// ]
// }
// Sample code for parsing the JSON response...
// Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code
// Chilkat functions returning "const char *" return a pointer to temporary internal memory owned and managed by Chilkat.
const wchar_t *description = 0;
const wchar_t *strVal = 0;
int day;
const wchar_t *from = 0;
const wchar_t *v_to = 0;
bool allowFailure;
bool isCritical;
bool noScreenshot;
int timeout;
bool Allow_insecure = jResp.BoolOf(L"config.request.allow_insecure");
const wchar_t *Password = jResp.stringOf(L"config.request.basicAuth.password");
const wchar_t *Username = jResp.stringOf(L"config.request.basicAuth.username");
const wchar_t *v_Type = jResp.stringOf(L"config.request.basicAuth.type");
const wchar_t *Body = jResp.stringOf(L"config.request.body");
const wchar_t *BodyType = jResp.stringOf(L"config.request.bodyType");
const wchar_t *CallType = jResp.stringOf(L"config.request.callType");
const wchar_t *Content = jResp.stringOf(L"config.request.certificate.cert.content");
const wchar_t *Filename = jResp.stringOf(L"config.request.certificate.cert.filename");
const wchar_t *UpdatedAt = jResp.stringOf(L"config.request.certificate.cert.updatedAt");
const wchar_t *KeyContent = jResp.stringOf(L"config.request.certificate.key.content");
const wchar_t *KeyFilename = jResp.stringOf(L"config.request.certificate.key.filename");
const wchar_t *KeyUpdatedAt = jResp.stringOf(L"config.request.certificate.key.updatedAt");
const wchar_t *CompressedJsonDescriptor = jResp.stringOf(L"config.request.compressedJsonDescriptor");
const wchar_t *DnsServer = jResp.stringOf(L"config.request.dnsServer");
int DnsServerPort = jResp.IntOf(L"config.request.dnsServerPort");
bool Follow_redirects = jResp.BoolOf(L"config.request.follow_redirects");
const wchar_t *Nulla_735 = jResp.stringOf(L"config.request.headers.nulla_735");
const wchar_t *Nulla_b_ = jResp.stringOf(L"config.request.headers.nulla_b_");
const wchar_t *Host = jResp.stringOf(L"config.request.host");
const wchar_t *Message = jResp.stringOf(L"config.request.message");
const wchar_t *Eub0d = jResp.stringOf(L"config.request.metadata.eub0d");
const wchar_t *Exercitation1 = jResp.stringOf(L"config.request.metadata.exercitation1");
const wchar_t *Method = jResp.stringOf(L"config.request.method");
bool NoSavingResponseBody = jResp.BoolOf(L"config.request.noSavingResponseBody");
int NumberOfPackets = jResp.IntOf(L"config.request.numberOfPackets");
bool PersistCookies = jResp.BoolOf(L"config.request.persistCookies");
int Port = jResp.IntOf(L"config.request.port");
const wchar_t *v_Url = jResp.stringOf(L"config.request.proxy.url");
const wchar_t *Ipsum83a = jResp.stringOf(L"config.request.proxy.headers.ipsum83a");
const wchar_t *Irure_8 = jResp.stringOf(L"config.request.proxy.headers.irure_8");
const wchar_t *Esse67f = jResp.stringOf(L"config.request.proxy.headers.esse67f");
const wchar_t *Servername = jResp.stringOf(L"config.request.servername");
const wchar_t *Service = jResp.stringOf(L"config.request.service");
bool ShouldTrackHops = jResp.BoolOf(L"config.request.shouldTrackHops");
const wchar_t *Timeout = jResp.stringOf(L"config.request.timeout");
const wchar_t *RequestUrl = jResp.stringOf(L"config.request.url");
const wchar_t *SetCookie = jResp.stringOf(L"config.setCookie");
const wchar_t *name = jResp.stringOf(L"name");
bool Accept_self_signed = jResp.BoolOf(L"options.accept_self_signed");
bool optionsAllow_insecure = jResp.BoolOf(L"options.allow_insecure");
bool CheckCertificateRevocation = jResp.BoolOf(L"options.checkCertificateRevocation");
const wchar_t *ExecutionRule = jResp.stringOf(L"options.ci.executionRule");
bool DisableCors = jResp.BoolOf(L"options.disableCors");
bool DisableCsp = jResp.BoolOf(L"options.disableCsp");
bool optionsFollow_redirects = jResp.BoolOf(L"options.follow_redirects");
const wchar_t *HttpVersion = jResp.stringOf(L"options.httpVersion");
bool IgnoreServerCertificateError = jResp.BoolOf(L"options.ignoreServerCertificateError");
int InitialNavigationTimeout = jResp.IntOf(L"options.initialNavigationTimeout");
int Min_failure_duration = jResp.IntOf(L"options.min_failure_duration");
int Min_location_failed = jResp.IntOf(L"options.min_location_failed");
const wchar_t *Monitor_name = jResp.stringOf(L"options.monitor_name");
int Renotify_interval = jResp.IntOf(L"options.monitor_options.renotify_interval");
int Monitor_priority = jResp.IntOf(L"options.monitor_priority");
bool NoScreenshot = jResp.BoolOf(L"options.noScreenshot");
int Count = jResp.IntOf(L"options.retry.count");
const wchar_t *Interval = jResp.stringOf(L"options.retry.interval");
const wchar_t *ApplicationId = jResp.stringOf(L"options.rumSettings.applicationId");
int ClientTokenId = jResp.IntOf(L"options.rumSettings.clientTokenId");
bool IsEnabled = jResp.BoolOf(L"options.rumSettings.isEnabled");
const wchar_t *Timezone = jResp.stringOf(L"options.scheduling.timezone");
int Tick_every = jResp.IntOf(L"options.tick_every");
const wchar_t *v_type = jResp.stringOf(L"type");
const wchar_t *message = jResp.stringOf(L"message");
int monitor_id = jResp.IntOf(L"monitor_id");
const wchar_t *public_id = jResp.stringOf(L"public_id");
const wchar_t *status = jResp.stringOf(L"status");
int i = 0;
int count_i = jResp.SizeOfArray(L"config.configVariables");
while (i < count_i) {
jResp.put_I(i);
description = jResp.stringOf(L"config.configVariables[i].description");
v_type = jResp.stringOf(L"config.configVariables[i].type");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray(L"config.variables");
while (i < count_i) {
jResp.put_I(i);
description = jResp.stringOf(L"config.variables[i].description");
v_type = jResp.stringOf(L"config.variables[i].type");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray(L"locations");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf(L"locations[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray(L"options.device_ids");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf(L"options.device_ids[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray(L"options.restricted_roles");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf(L"options.restricted_roles[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray(L"options.scheduling.timeframes");
while (i < count_i) {
jResp.put_I(i);
day = jResp.IntOf(L"options.scheduling.timeframes[i].day");
from = jResp.stringOf(L"options.scheduling.timeframes[i].from");
v_to = jResp.stringOf(L"options.scheduling.timeframes[i].to");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray(L"steps");
while (i < count_i) {
jResp.put_I(i);
allowFailure = jResp.BoolOf(L"steps[i].allowFailure");
isCritical = jResp.BoolOf(L"steps[i].isCritical");
name = jResp.stringOf(L"steps[i].name");
noScreenshot = jResp.BoolOf(L"steps[i].noScreenshot");
timeout = jResp.IntOf(L"steps[i].timeout");
v_type = jResp.stringOf(L"steps[i].type");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray(L"tags");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf(L"tags[i]");
i = i + 1;
}
}
Curl Command
curl -X POST
-H "Content-Type: application/json"
-H "Accept: application/json"
-d '{
"config": {
"request": {
"allow_insecure": false,
"basicAuth": {
"password": "PaSSw0RD!",
"username": "my_username",
"type": "web"
},
"body": "dolore",
"bodyType": "text/plain",
"callType": "unary",
"certificate": {
"cert": {
"content": "dolor mollit id eu",
"filename": "enim ",
"updatedAt": "ad labore d"
},
"key": {
"content": "anim ut consequat eiusmod",
"filename": "non consectetur voluptate",
"updatedAt": "proi"
}
},
"compressedJsonDescriptor": "velit cillum",
"dnsServer": "sint irure sit commodo",
"dnsServerPort": 63263,
"follow_redirects": true,
"headers": {
"nulla_735": "esse enim velit",
"nulla_b_": "laboris ut"
},
"host": "aliquip nostrud",
"message": "Lorem laboris",
"metadata": {
"eub0d": "sint",
"exercitation1": "ut Duis"
},
"method": "dolo",
"noSavingResponseBody": false,
"numberOfPackets": 1,
"persistCookies": true,
"port": 82704033,
"proxy": {
"url": "https://example.com",
"headers": {
"ipsum83a": "ea laborum",
"irure_8": "dolor eiusmod aliqua ",
"esse67f": "veniam qui in"
}
},
"query": {},
"servername": "Duis sed minim quis",
"service": "Greeter",
"shouldTrackHops": false,
"timeout": 48414705.45711616,
"url": "https://example.com"
},
"configVariables": [
{
"description": "Example for the variable.",
"type": "string"
},
{
"description": "Example for the variable.",
"type": "string"
}
],
"setCookie": "anim",
"variables": [
{
"description": "Example for the variable.",
"type": "string"
},
{
"description": "Example for the variable.",
"type": "string"
}
]
},
"locations": [
"aws:eu-west-3"
],
"name": "Example test name",
"options": {
"accept_self_signed": true,
"allow_insecure": false,
"checkCertificateRevocation": false,
"ci": {
"executionRule": "skipped"
},
"device_ids": [
"laptop_large",
"laptop_large"
],
"disableCors": true,
"disableCsp": false,
"follow_redirects": true,
"httpVersion": "http2",
"ignoreServerCertificateError": false,
"initialNavigationTimeout": -93160400,
"min_failure_duration": 9338007,
"min_location_failed": -22553383,
"monitor_name": "nostrud dolor ullamco",
"monitor_options": {
"renotify_interval": 261
},
"monitor_priority": 3,
"noScreenshot": false,
"restricted_roles": [
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
],
"retry": {
"count": 67368482,
"interval": 59042710.53770983
},
"rumSettings": {
"applicationId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"clientTokenId": 12345,
"isEnabled": true
},
"scheduling": {
"timeframes": [
{
"day": 1,
"from": "07:00",
"to": "16:00"
},
{
"day": 3,
"from": "07:00",
"to": "16:00"
}
],
"timezone": "America/New_York"
},
"tick_every": 427884
},
"type": "browser",
"message": "",
"monitor_id": -23388126,
"public_id": "cupidatat ipsum",
"status": "live",
"steps": [
{
"allowFailure": false,
"isCritical": true,
"name": "proident dolore ex",
"noScreenshot": true,
"params": {},
"timeout": 70509439,
"type": "assertElementContent"
},
{
"allowFailure": true,
"isCritical": true,
"name": "adipisicing volupt",
"noScreenshot": false,
"params": {},
"timeout": -22942790,
"type": "assertElementContent"
}
],
"tags": [
"env:prod"
]
}'
https://api.app.ddog-gov.com/api/v1/synthetics/tests/browser
Postman Collection Item JSON
{
"name": "Create a browser test",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"config\": {\n \"request\": {\n \"allow_insecure\": false,\n \"basicAuth\": {\n \"password\": \"PaSSw0RD!\",\n \"username\": \"my_username\",\n \"type\": \"web\"\n },\n \"body\": \"dolore\",\n \"bodyType\": \"text/plain\",\n \"callType\": \"unary\",\n \"certificate\": {\n \"cert\": {\n \"content\": \"dolor mollit id eu\",\n \"filename\": \"enim \",\n \"updatedAt\": \"ad labore d\"\n },\n \"key\": {\n \"content\": \"anim ut consequat eiusmod\",\n \"filename\": \"non consectetur voluptate\",\n \"updatedAt\": \"proi\"\n }\n },\n \"compressedJsonDescriptor\": \"velit cillum\",\n \"dnsServer\": \"sint irure sit commodo\",\n \"dnsServerPort\": 63263,\n \"follow_redirects\": true,\n \"headers\": {\n \"nulla_735\": \"esse enim velit\",\n \"nulla_b_\": \"laboris ut\"\n },\n \"host\": \"aliquip nostrud\",\n \"message\": \"Lorem laboris\",\n \"metadata\": {\n \"eub0d\": \"sint\",\n \"exercitation1\": \"ut Duis\"\n },\n \"method\": \"dolo\",\n \"noSavingResponseBody\": false,\n \"numberOfPackets\": 1,\n \"persistCookies\": true,\n \"port\": 82704033,\n \"proxy\": {\n \"url\": \"https://example.com\",\n \"headers\": {\n \"ipsum83a\": \"ea laborum\",\n \"irure_8\": \"dolor eiusmod aliqua \",\n \"esse67f\": \"veniam qui in\"\n }\n },\n \"query\": {},\n \"servername\": \"Duis sed minim quis\",\n \"service\": \"Greeter\",\n \"shouldTrackHops\": false,\n \"timeout\": 48414705.45711616,\n \"url\": \"https://example.com\"\n },\n \"configVariables\": [\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n },\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n }\n ],\n \"setCookie\": \"anim\",\n \"variables\": [\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n },\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n }\n ]\n },\n \"locations\": [\n \"aws:eu-west-3\"\n ],\n \"name\": \"Example test name\",\n \"options\": {\n \"accept_self_signed\": true,\n \"allow_insecure\": false,\n \"checkCertificateRevocation\": false,\n \"ci\": {\n \"executionRule\": \"skipped\"\n },\n \"device_ids\": [\n \"laptop_large\",\n \"laptop_large\"\n ],\n \"disableCors\": true,\n \"disableCsp\": false,\n \"follow_redirects\": true,\n \"httpVersion\": \"http2\",\n \"ignoreServerCertificateError\": false,\n \"initialNavigationTimeout\": -93160400,\n \"min_failure_duration\": 9338007,\n \"min_location_failed\": -22553383,\n \"monitor_name\": \"nostrud dolor ullamco\",\n \"monitor_options\": {\n \"renotify_interval\": 261\n },\n \"monitor_priority\": 3,\n \"noScreenshot\": false,\n \"restricted_roles\": [\n \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n ],\n \"retry\": {\n \"count\": 67368482,\n \"interval\": 59042710.53770983\n },\n \"rumSettings\": {\n \"applicationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n \"clientTokenId\": 12345,\n \"isEnabled\": true\n },\n \"scheduling\": {\n \"timeframes\": [\n {\n \"day\": 1,\n \"from\": \"07:00\",\n \"to\": \"16:00\"\n },\n {\n \"day\": 3,\n \"from\": \"07:00\",\n \"to\": \"16:00\"\n }\n ],\n \"timezone\": \"America/New_York\"\n },\n \"tick_every\": 427884\n },\n \"type\": \"browser\",\n \"message\": \"\",\n \"monitor_id\": -23388126,\n \"public_id\": \"cupidatat ipsum\",\n \"status\": \"live\",\n \"steps\": [\n {\n \"allowFailure\": false,\n \"isCritical\": true,\n \"name\": \"proident dolore ex\",\n \"noScreenshot\": true,\n \"params\": {},\n \"timeout\": 70509439,\n \"type\": \"assertElementContent\"\n },\n {\n \"allowFailure\": true,\n \"isCritical\": true,\n \"name\": \"adipisicing volupt\",\n \"noScreenshot\": false,\n \"params\": {},\n \"timeout\": -22942790,\n \"type\": \"assertElementContent\"\n }\n ],\n \"tags\": [\n \"env:prod\"\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/synthetics/tests/browser",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"synthetics",
"tests",
"browser"
]
},
"description": "Create a Synthetic browser test."
},
"response": [
{
"name": "OK - Returns the created test details.",
"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 \"config\": {\n \"request\": {\n \"allow_insecure\": false,\n \"basicAuth\": {\n \"password\": \"PaSSw0RD!\",\n \"username\": \"my_username\",\n \"type\": \"web\"\n },\n \"body\": \"dolore\",\n \"bodyType\": \"text/plain\",\n \"callType\": \"unary\",\n \"certificate\": {\n \"cert\": {\n \"content\": \"dolor mollit id eu\",\n \"filename\": \"enim \",\n \"updatedAt\": \"ad labore d\"\n },\n \"key\": {\n \"content\": \"anim ut consequat eiusmod\",\n \"filename\": \"non consectetur voluptate\",\n \"updatedAt\": \"proi\"\n }\n },\n \"compressedJsonDescriptor\": \"velit cillum\",\n \"dnsServer\": \"sint irure sit commodo\",\n \"dnsServerPort\": 63263,\n \"follow_redirects\": true,\n \"headers\": {\n \"nulla_735\": \"esse enim velit\",\n \"nulla_b_\": \"laboris ut\"\n },\n \"host\": \"aliquip nostrud\",\n \"message\": \"Lorem laboris\",\n \"metadata\": {\n \"eub0d\": \"sint\",\n \"exercitation1\": \"ut Duis\"\n },\n \"method\": \"dolo\",\n \"noSavingResponseBody\": false,\n \"numberOfPackets\": 1,\n \"persistCookies\": true,\n \"port\": 82704033,\n \"proxy\": {\n \"url\": \"https://example.com\",\n \"headers\": {\n \"ipsum83a\": \"ea laborum\",\n \"irure_8\": \"dolor eiusmod aliqua \",\n \"esse67f\": \"veniam qui in\"\n }\n },\n \"query\": {},\n \"servername\": \"Duis sed minim quis\",\n \"service\": \"Greeter\",\n \"shouldTrackHops\": false,\n \"timeout\": 48414705.45711616,\n \"url\": \"https://example.com\"\n },\n \"configVariables\": [\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n },\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n }\n ],\n \"setCookie\": \"anim\",\n \"variables\": [\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n },\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n }\n ]\n },\n \"locations\": [\n \"aws:eu-west-3\"\n ],\n \"name\": \"Example test name\",\n \"options\": {\n \"accept_self_signed\": true,\n \"allow_insecure\": false,\n \"checkCertificateRevocation\": false,\n \"ci\": {\n \"executionRule\": \"skipped\"\n },\n \"device_ids\": [\n \"laptop_large\",\n \"laptop_large\"\n ],\n \"disableCors\": true,\n \"disableCsp\": false,\n \"follow_redirects\": true,\n \"httpVersion\": \"http2\",\n \"ignoreServerCertificateError\": false,\n \"initialNavigationTimeout\": -93160400,\n \"min_failure_duration\": 9338007,\n \"min_location_failed\": -22553383,\n \"monitor_name\": \"nostrud dolor ullamco\",\n \"monitor_options\": {\n \"renotify_interval\": 261\n },\n \"monitor_priority\": 3,\n \"noScreenshot\": false,\n \"restricted_roles\": [\n \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n ],\n \"retry\": {\n \"count\": 67368482,\n \"interval\": 59042710.53770983\n },\n \"rumSettings\": {\n \"applicationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n \"clientTokenId\": 12345,\n \"isEnabled\": true\n },\n \"scheduling\": {\n \"timeframes\": [\n {\n \"day\": 1,\n \"from\": \"07:00\",\n \"to\": \"16:00\"\n },\n {\n \"day\": 3,\n \"from\": \"07:00\",\n \"to\": \"16:00\"\n }\n ],\n \"timezone\": \"America/New_York\"\n },\n \"tick_every\": 427884\n },\n \"type\": \"browser\",\n \"message\": \"\",\n \"monitor_id\": -23388126,\n \"public_id\": \"cupidatat ipsum\",\n \"status\": \"live\",\n \"steps\": [\n {\n \"allowFailure\": false,\n \"isCritical\": true,\n \"name\": \"proident dolore ex\",\n \"noScreenshot\": true,\n \"params\": {},\n \"timeout\": 70509439,\n \"type\": \"assertElementContent\"\n },\n {\n \"allowFailure\": true,\n \"isCritical\": true,\n \"name\": \"adipisicing volupt\",\n \"noScreenshot\": false,\n \"params\": {},\n \"timeout\": -22942790,\n \"type\": \"assertElementContent\"\n }\n ],\n \"tags\": [\n \"env:prod\"\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/synthetics/tests/browser",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"synthetics",
"tests",
"browser"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"config\": {\n \"request\": {\n \"allow_insecure\": false,\n \"basicAuth\": {\n \"password\": \"PaSSw0RD!\",\n \"username\": \"my_username\",\n \"type\": \"web\"\n },\n \"body\": \"dolore\",\n \"bodyType\": \"text/plain\",\n \"callType\": \"unary\",\n \"certificate\": {\n \"cert\": {\n \"content\": \"dolor mollit id eu\",\n \"filename\": \"enim \",\n \"updatedAt\": \"ad labore d\"\n },\n \"key\": {\n \"content\": \"anim ut consequat eiusmod\",\n \"filename\": \"non consectetur voluptate\",\n \"updatedAt\": \"proi\"\n }\n },\n \"compressedJsonDescriptor\": \"velit cillum\",\n \"dnsServer\": \"sint irure sit commodo\",\n \"dnsServerPort\": 63263,\n \"follow_redirects\": true,\n \"headers\": {\n \"nulla_735\": \"esse enim velit\",\n \"nulla_b_\": \"laboris ut\"\n },\n \"host\": \"aliquip nostrud\",\n \"message\": \"Lorem laboris\",\n \"metadata\": {\n \"eub0d\": \"sint\",\n \"exercitation1\": \"ut Duis\"\n },\n \"method\": \"dolo\",\n \"noSavingResponseBody\": false,\n \"numberOfPackets\": 1,\n \"persistCookies\": true,\n \"port\": 82704033,\n \"proxy\": {\n \"url\": \"https://example.com\",\n \"headers\": {\n \"ipsum83a\": \"ea laborum\",\n \"irure_8\": \"dolor eiusmod aliqua \",\n \"esse67f\": \"veniam qui in\"\n }\n },\n \"query\": {},\n \"servername\": \"Duis sed minim quis\",\n \"service\": \"Greeter\",\n \"shouldTrackHops\": false,\n \"timeout\": 48414705.45711616,\n \"url\": \"https://example.com\"\n },\n \"configVariables\": [\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n },\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n }\n ],\n \"setCookie\": \"anim\",\n \"variables\": [\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n },\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n }\n ]\n },\n \"locations\": [\n \"aws:eu-west-3\"\n ],\n \"name\": \"Example test name\",\n \"options\": {\n \"accept_self_signed\": true,\n \"allow_insecure\": false,\n \"checkCertificateRevocation\": false,\n \"ci\": {\n \"executionRule\": \"skipped\"\n },\n \"device_ids\": [\n \"laptop_large\",\n \"laptop_large\"\n ],\n \"disableCors\": true,\n \"disableCsp\": false,\n \"follow_redirects\": true,\n \"httpVersion\": \"http2\",\n \"ignoreServerCertificateError\": false,\n \"initialNavigationTimeout\": -93160400,\n \"min_failure_duration\": 9338007,\n \"min_location_failed\": -22553383,\n \"monitor_name\": \"nostrud dolor ullamco\",\n \"monitor_options\": {\n \"renotify_interval\": 261\n },\n \"monitor_priority\": 3,\n \"noScreenshot\": false,\n \"restricted_roles\": [\n \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n ],\n \"retry\": {\n \"count\": 67368482,\n \"interval\": 59042710.53770983\n },\n \"rumSettings\": {\n \"applicationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n \"clientTokenId\": 12345,\n \"isEnabled\": true\n },\n \"scheduling\": {\n \"timeframes\": [\n {\n \"day\": 1,\n \"from\": \"07:00\",\n \"to\": \"16:00\"\n },\n {\n \"day\": 3,\n \"from\": \"07:00\",\n \"to\": \"16:00\"\n }\n ],\n \"timezone\": \"America/New_York\"\n },\n \"tick_every\": 427884\n },\n \"type\": \"browser\",\n \"message\": \"\",\n \"monitor_id\": -23388126,\n \"public_id\": \"cupidatat ipsum\",\n \"status\": \"live\",\n \"steps\": [\n {\n \"allowFailure\": false,\n \"isCritical\": true,\n \"name\": \"proident dolore ex\",\n \"noScreenshot\": true,\n \"params\": {},\n \"timeout\": 70509439,\n \"type\": \"assertElementContent\"\n },\n {\n \"allowFailure\": true,\n \"isCritical\": true,\n \"name\": \"adipisicing volupt\",\n \"noScreenshot\": false,\n \"params\": {},\n \"timeout\": -22942790,\n \"type\": \"assertElementContent\"\n }\n ],\n \"tags\": [\n \"env:prod\"\n ]\n}"
},
{
"name": "- JSON format is wrong\n- Creation failed",
"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 \"config\": {\n \"request\": {\n \"allow_insecure\": false,\n \"basicAuth\": {\n \"password\": \"PaSSw0RD!\",\n \"username\": \"my_username\",\n \"type\": \"web\"\n },\n \"body\": \"dolore\",\n \"bodyType\": \"text/plain\",\n \"callType\": \"unary\",\n \"certificate\": {\n \"cert\": {\n \"content\": \"dolor mollit id eu\",\n \"filename\": \"enim \",\n \"updatedAt\": \"ad labore d\"\n },\n \"key\": {\n \"content\": \"anim ut consequat eiusmod\",\n \"filename\": \"non consectetur voluptate\",\n \"updatedAt\": \"proi\"\n }\n },\n \"compressedJsonDescriptor\": \"velit cillum\",\n \"dnsServer\": \"sint irure sit commodo\",\n \"dnsServerPort\": 63263,\n \"follow_redirects\": true,\n \"headers\": {\n \"nulla_735\": \"esse enim velit\",\n \"nulla_b_\": \"laboris ut\"\n },\n \"host\": \"aliquip nostrud\",\n \"message\": \"Lorem laboris\",\n \"metadata\": {\n \"eub0d\": \"sint\",\n \"exercitation1\": \"ut Duis\"\n },\n \"method\": \"dolo\",\n \"noSavingResponseBody\": false,\n \"numberOfPackets\": 1,\n \"persistCookies\": true,\n \"port\": 82704033,\n \"proxy\": {\n \"url\": \"https://example.com\",\n \"headers\": {\n \"ipsum83a\": \"ea laborum\",\n \"irure_8\": \"dolor eiusmod aliqua \",\n \"esse67f\": \"veniam qui in\"\n }\n },\n \"query\": {},\n \"servername\": \"Duis sed minim quis\",\n \"service\": \"Greeter\",\n \"shouldTrackHops\": false,\n \"timeout\": 48414705.45711616,\n \"url\": \"https://example.com\"\n },\n \"configVariables\": [\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n },\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n }\n ],\n \"setCookie\": \"anim\",\n \"variables\": [\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n },\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n }\n ]\n },\n \"locations\": [\n \"aws:eu-west-3\"\n ],\n \"name\": \"Example test name\",\n \"options\": {\n \"accept_self_signed\": true,\n \"allow_insecure\": false,\n \"checkCertificateRevocation\": false,\n \"ci\": {\n \"executionRule\": \"skipped\"\n },\n \"device_ids\": [\n \"laptop_large\",\n \"laptop_large\"\n ],\n \"disableCors\": true,\n \"disableCsp\": false,\n \"follow_redirects\": true,\n \"httpVersion\": \"http2\",\n \"ignoreServerCertificateError\": false,\n \"initialNavigationTimeout\": -93160400,\n \"min_failure_duration\": 9338007,\n \"min_location_failed\": -22553383,\n \"monitor_name\": \"nostrud dolor ullamco\",\n \"monitor_options\": {\n \"renotify_interval\": 261\n },\n \"monitor_priority\": 3,\n \"noScreenshot\": false,\n \"restricted_roles\": [\n \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n ],\n \"retry\": {\n \"count\": 67368482,\n \"interval\": 59042710.53770983\n },\n \"rumSettings\": {\n \"applicationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n \"clientTokenId\": 12345,\n \"isEnabled\": true\n },\n \"scheduling\": {\n \"timeframes\": [\n {\n \"day\": 1,\n \"from\": \"07:00\",\n \"to\": \"16:00\"\n },\n {\n \"day\": 3,\n \"from\": \"07:00\",\n \"to\": \"16:00\"\n }\n ],\n \"timezone\": \"America/New_York\"\n },\n \"tick_every\": 427884\n },\n \"type\": \"browser\",\n \"message\": \"\",\n \"monitor_id\": -23388126,\n \"public_id\": \"cupidatat ipsum\",\n \"status\": \"live\",\n \"steps\": [\n {\n \"allowFailure\": false,\n \"isCritical\": true,\n \"name\": \"proident dolore ex\",\n \"noScreenshot\": true,\n \"params\": {},\n \"timeout\": 70509439,\n \"type\": \"assertElementContent\"\n },\n {\n \"allowFailure\": true,\n \"isCritical\": true,\n \"name\": \"adipisicing volupt\",\n \"noScreenshot\": false,\n \"params\": {},\n \"timeout\": -22942790,\n \"type\": \"assertElementContent\"\n }\n ],\n \"tags\": [\n \"env:prod\"\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/synthetics/tests/browser",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"synthetics",
"tests",
"browser"
]
}
},
"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": "Test quota is reached",
"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 \"config\": {\n \"request\": {\n \"allow_insecure\": false,\n \"basicAuth\": {\n \"password\": \"PaSSw0RD!\",\n \"username\": \"my_username\",\n \"type\": \"web\"\n },\n \"body\": \"dolore\",\n \"bodyType\": \"text/plain\",\n \"callType\": \"unary\",\n \"certificate\": {\n \"cert\": {\n \"content\": \"dolor mollit id eu\",\n \"filename\": \"enim \",\n \"updatedAt\": \"ad labore d\"\n },\n \"key\": {\n \"content\": \"anim ut consequat eiusmod\",\n \"filename\": \"non consectetur voluptate\",\n \"updatedAt\": \"proi\"\n }\n },\n \"compressedJsonDescriptor\": \"velit cillum\",\n \"dnsServer\": \"sint irure sit commodo\",\n \"dnsServerPort\": 63263,\n \"follow_redirects\": true,\n \"headers\": {\n \"nulla_735\": \"esse enim velit\",\n \"nulla_b_\": \"laboris ut\"\n },\n \"host\": \"aliquip nostrud\",\n \"message\": \"Lorem laboris\",\n \"metadata\": {\n \"eub0d\": \"sint\",\n \"exercitation1\": \"ut Duis\"\n },\n \"method\": \"dolo\",\n \"noSavingResponseBody\": false,\n \"numberOfPackets\": 1,\n \"persistCookies\": true,\n \"port\": 82704033,\n \"proxy\": {\n \"url\": \"https://example.com\",\n \"headers\": {\n \"ipsum83a\": \"ea laborum\",\n \"irure_8\": \"dolor eiusmod aliqua \",\n \"esse67f\": \"veniam qui in\"\n }\n },\n \"query\": {},\n \"servername\": \"Duis sed minim quis\",\n \"service\": \"Greeter\",\n \"shouldTrackHops\": false,\n \"timeout\": 48414705.45711616,\n \"url\": \"https://example.com\"\n },\n \"configVariables\": [\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n },\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n }\n ],\n \"setCookie\": \"anim\",\n \"variables\": [\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n },\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n }\n ]\n },\n \"locations\": [\n \"aws:eu-west-3\"\n ],\n \"name\": \"Example test name\",\n \"options\": {\n \"accept_self_signed\": true,\n \"allow_insecure\": false,\n \"checkCertificateRevocation\": false,\n \"ci\": {\n \"executionRule\": \"skipped\"\n },\n \"device_ids\": [\n \"laptop_large\",\n \"laptop_large\"\n ],\n \"disableCors\": true,\n \"disableCsp\": false,\n \"follow_redirects\": true,\n \"httpVersion\": \"http2\",\n \"ignoreServerCertificateError\": false,\n \"initialNavigationTimeout\": -93160400,\n \"min_failure_duration\": 9338007,\n \"min_location_failed\": -22553383,\n \"monitor_name\": \"nostrud dolor ullamco\",\n \"monitor_options\": {\n \"renotify_interval\": 261\n },\n \"monitor_priority\": 3,\n \"noScreenshot\": false,\n \"restricted_roles\": [\n \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n ],\n \"retry\": {\n \"count\": 67368482,\n \"interval\": 59042710.53770983\n },\n \"rumSettings\": {\n \"applicationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n \"clientTokenId\": 12345,\n \"isEnabled\": true\n },\n \"scheduling\": {\n \"timeframes\": [\n {\n \"day\": 1,\n \"from\": \"07:00\",\n \"to\": \"16:00\"\n },\n {\n \"day\": 3,\n \"from\": \"07:00\",\n \"to\": \"16:00\"\n }\n ],\n \"timezone\": \"America/New_York\"\n },\n \"tick_every\": 427884\n },\n \"type\": \"browser\",\n \"message\": \"\",\n \"monitor_id\": -23388126,\n \"public_id\": \"cupidatat ipsum\",\n \"status\": \"live\",\n \"steps\": [\n {\n \"allowFailure\": false,\n \"isCritical\": true,\n \"name\": \"proident dolore ex\",\n \"noScreenshot\": true,\n \"params\": {},\n \"timeout\": 70509439,\n \"type\": \"assertElementContent\"\n },\n {\n \"allowFailure\": true,\n \"isCritical\": true,\n \"name\": \"adipisicing volupt\",\n \"noScreenshot\": false,\n \"params\": {},\n \"timeout\": -22942790,\n \"type\": \"assertElementContent\"\n }\n ],\n \"tags\": [\n \"env:prod\"\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/synthetics/tests/browser",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"synthetics",
"tests",
"browser"
]
}
},
"status": "Payment Required",
"code": 402,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n \"Bad Request\",\n \"Bad Request\"\n ]\n}"
},
{
"name": "Forbidden",
"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 \"config\": {\n \"request\": {\n \"allow_insecure\": false,\n \"basicAuth\": {\n \"password\": \"PaSSw0RD!\",\n \"username\": \"my_username\",\n \"type\": \"web\"\n },\n \"body\": \"dolore\",\n \"bodyType\": \"text/plain\",\n \"callType\": \"unary\",\n \"certificate\": {\n \"cert\": {\n \"content\": \"dolor mollit id eu\",\n \"filename\": \"enim \",\n \"updatedAt\": \"ad labore d\"\n },\n \"key\": {\n \"content\": \"anim ut consequat eiusmod\",\n \"filename\": \"non consectetur voluptate\",\n \"updatedAt\": \"proi\"\n }\n },\n \"compressedJsonDescriptor\": \"velit cillum\",\n \"dnsServer\": \"sint irure sit commodo\",\n \"dnsServerPort\": 63263,\n \"follow_redirects\": true,\n \"headers\": {\n \"nulla_735\": \"esse enim velit\",\n \"nulla_b_\": \"laboris ut\"\n },\n \"host\": \"aliquip nostrud\",\n \"message\": \"Lorem laboris\",\n \"metadata\": {\n \"eub0d\": \"sint\",\n \"exercitation1\": \"ut Duis\"\n },\n \"method\": \"dolo\",\n \"noSavingResponseBody\": false,\n \"numberOfPackets\": 1,\n \"persistCookies\": true,\n \"port\": 82704033,\n \"proxy\": {\n \"url\": \"https://example.com\",\n \"headers\": {\n \"ipsum83a\": \"ea laborum\",\n \"irure_8\": \"dolor eiusmod aliqua \",\n \"esse67f\": \"veniam qui in\"\n }\n },\n \"query\": {},\n \"servername\": \"Duis sed minim quis\",\n \"service\": \"Greeter\",\n \"shouldTrackHops\": false,\n \"timeout\": 48414705.45711616,\n \"url\": \"https://example.com\"\n },\n \"configVariables\": [\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n },\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n }\n ],\n \"setCookie\": \"anim\",\n \"variables\": [\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n },\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n }\n ]\n },\n \"locations\": [\n \"aws:eu-west-3\"\n ],\n \"name\": \"Example test name\",\n \"options\": {\n \"accept_self_signed\": true,\n \"allow_insecure\": false,\n \"checkCertificateRevocation\": false,\n \"ci\": {\n \"executionRule\": \"skipped\"\n },\n \"device_ids\": [\n \"laptop_large\",\n \"laptop_large\"\n ],\n \"disableCors\": true,\n \"disableCsp\": false,\n \"follow_redirects\": true,\n \"httpVersion\": \"http2\",\n \"ignoreServerCertificateError\": false,\n \"initialNavigationTimeout\": -93160400,\n \"min_failure_duration\": 9338007,\n \"min_location_failed\": -22553383,\n \"monitor_name\": \"nostrud dolor ullamco\",\n \"monitor_options\": {\n \"renotify_interval\": 261\n },\n \"monitor_priority\": 3,\n \"noScreenshot\": false,\n \"restricted_roles\": [\n \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n ],\n \"retry\": {\n \"count\": 67368482,\n \"interval\": 59042710.53770983\n },\n \"rumSettings\": {\n \"applicationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n \"clientTokenId\": 12345,\n \"isEnabled\": true\n },\n \"scheduling\": {\n \"timeframes\": [\n {\n \"day\": 1,\n \"from\": \"07:00\",\n \"to\": \"16:00\"\n },\n {\n \"day\": 3,\n \"from\": \"07:00\",\n \"to\": \"16:00\"\n }\n ],\n \"timezone\": \"America/New_York\"\n },\n \"tick_every\": 427884\n },\n \"type\": \"browser\",\n \"message\": \"\",\n \"monitor_id\": -23388126,\n \"public_id\": \"cupidatat ipsum\",\n \"status\": \"live\",\n \"steps\": [\n {\n \"allowFailure\": false,\n \"isCritical\": true,\n \"name\": \"proident dolore ex\",\n \"noScreenshot\": true,\n \"params\": {},\n \"timeout\": 70509439,\n \"type\": \"assertElementContent\"\n },\n {\n \"allowFailure\": true,\n \"isCritical\": true,\n \"name\": \"adipisicing volupt\",\n \"noScreenshot\": false,\n \"params\": {},\n \"timeout\": -22942790,\n \"type\": \"assertElementContent\"\n }\n ],\n \"tags\": [\n \"env:prod\"\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/synthetics/tests/browser",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"synthetics",
"tests",
"browser"
]
}
},
"status": "Forbidden",
"code": 403,
"_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 \"config\": {\n \"request\": {\n \"allow_insecure\": false,\n \"basicAuth\": {\n \"password\": \"PaSSw0RD!\",\n \"username\": \"my_username\",\n \"type\": \"web\"\n },\n \"body\": \"dolore\",\n \"bodyType\": \"text/plain\",\n \"callType\": \"unary\",\n \"certificate\": {\n \"cert\": {\n \"content\": \"dolor mollit id eu\",\n \"filename\": \"enim \",\n \"updatedAt\": \"ad labore d\"\n },\n \"key\": {\n \"content\": \"anim ut consequat eiusmod\",\n \"filename\": \"non consectetur voluptate\",\n \"updatedAt\": \"proi\"\n }\n },\n \"compressedJsonDescriptor\": \"velit cillum\",\n \"dnsServer\": \"sint irure sit commodo\",\n \"dnsServerPort\": 63263,\n \"follow_redirects\": true,\n \"headers\": {\n \"nulla_735\": \"esse enim velit\",\n \"nulla_b_\": \"laboris ut\"\n },\n \"host\": \"aliquip nostrud\",\n \"message\": \"Lorem laboris\",\n \"metadata\": {\n \"eub0d\": \"sint\",\n \"exercitation1\": \"ut Duis\"\n },\n \"method\": \"dolo\",\n \"noSavingResponseBody\": false,\n \"numberOfPackets\": 1,\n \"persistCookies\": true,\n \"port\": 82704033,\n \"proxy\": {\n \"url\": \"https://example.com\",\n \"headers\": {\n \"ipsum83a\": \"ea laborum\",\n \"irure_8\": \"dolor eiusmod aliqua \",\n \"esse67f\": \"veniam qui in\"\n }\n },\n \"query\": {},\n \"servername\": \"Duis sed minim quis\",\n \"service\": \"Greeter\",\n \"shouldTrackHops\": false,\n \"timeout\": 48414705.45711616,\n \"url\": \"https://example.com\"\n },\n \"configVariables\": [\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n },\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n }\n ],\n \"setCookie\": \"anim\",\n \"variables\": [\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n },\n {\n \"description\": \"Example for the variable.\",\n \"type\": \"string\"\n }\n ]\n },\n \"locations\": [\n \"aws:eu-west-3\"\n ],\n \"name\": \"Example test name\",\n \"options\": {\n \"accept_self_signed\": true,\n \"allow_insecure\": false,\n \"checkCertificateRevocation\": false,\n \"ci\": {\n \"executionRule\": \"skipped\"\n },\n \"device_ids\": [\n \"laptop_large\",\n \"laptop_large\"\n ],\n \"disableCors\": true,\n \"disableCsp\": false,\n \"follow_redirects\": true,\n \"httpVersion\": \"http2\",\n \"ignoreServerCertificateError\": false,\n \"initialNavigationTimeout\": -93160400,\n \"min_failure_duration\": 9338007,\n \"min_location_failed\": -22553383,\n \"monitor_name\": \"nostrud dolor ullamco\",\n \"monitor_options\": {\n \"renotify_interval\": 261\n },\n \"monitor_priority\": 3,\n \"noScreenshot\": false,\n \"restricted_roles\": [\n \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n ],\n \"retry\": {\n \"count\": 67368482,\n \"interval\": 59042710.53770983\n },\n \"rumSettings\": {\n \"applicationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n \"clientTokenId\": 12345,\n \"isEnabled\": true\n },\n \"scheduling\": {\n \"timeframes\": [\n {\n \"day\": 1,\n \"from\": \"07:00\",\n \"to\": \"16:00\"\n },\n {\n \"day\": 3,\n \"from\": \"07:00\",\n \"to\": \"16:00\"\n }\n ],\n \"timezone\": \"America/New_York\"\n },\n \"tick_every\": 427884\n },\n \"type\": \"browser\",\n \"message\": \"\",\n \"monitor_id\": -23388126,\n \"public_id\": \"cupidatat ipsum\",\n \"status\": \"live\",\n \"steps\": [\n {\n \"allowFailure\": false,\n \"isCritical\": true,\n \"name\": \"proident dolore ex\",\n \"noScreenshot\": true,\n \"params\": {},\n \"timeout\": 70509439,\n \"type\": \"assertElementContent\"\n },\n {\n \"allowFailure\": true,\n \"isCritical\": true,\n \"name\": \"adipisicing volupt\",\n \"noScreenshot\": false,\n \"params\": {},\n \"timeout\": -22942790,\n \"type\": \"assertElementContent\"\n }\n ],\n \"tags\": [\n \"env:prod\"\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/synthetics/tests/browser",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"synthetics",
"tests",
"browser"
]
}
},
"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}"
}
]
}