Back to Collection Items
#include <C_CkHttp.h>
#include <C_CkJsonObject.h>
#include <C_CkHttpResponse.h>
#include <C_CkStringBuilder.h>
void ChilkatSample(void)
{
HCkHttp http;
BOOL success;
HCkJsonObject json;
HCkHttpResponse resp;
HCkStringBuilder sbResponseBody;
HCkJsonObject jResp;
int respStatusCode;
const char *strVal;
const char *Alert_type;
int Date_happened;
const char *Device_name;
const char *Host;
int Id;
const char *Id_str;
const char *Payload;
const char *Priority;
const char *Source_type_name;
const char *Text;
const char *Title;
const char *v_Url;
const char *status;
int i;
int count_i;
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
http = CkHttp_Create();
// Use this online tool to generate code from sample JSON: Generate Code to Create JSON
// The following JSON is sent in the request body.
// {
// "title": "Did you hear the news today?",
// "text": "Oh boy!",
// "aggregation_key": "officia ex veniam",
// "alert_type": "info",
// "date_happened": 73027040,
// "device_name": "ut eu fugiat cul",
// "host": "i",
// "priority": "normal",
// "related_event_id": -43026196,
// "source_type_name": "Lorem Ut",
// "tags": [
// "environment:test"
// ]
// }
json = CkJsonObject_Create();
CkJsonObject_UpdateString(json,"title","Did you hear the news today?");
CkJsonObject_UpdateString(json,"text","Oh boy!");
CkJsonObject_UpdateString(json,"aggregation_key","officia ex veniam");
CkJsonObject_UpdateString(json,"alert_type","info");
CkJsonObject_UpdateInt(json,"date_happened",73027040);
CkJsonObject_UpdateString(json,"device_name","ut eu fugiat cul");
CkJsonObject_UpdateString(json,"host","i");
CkJsonObject_UpdateString(json,"priority","normal");
CkJsonObject_UpdateInt(json,"related_event_id",-43026196);
CkJsonObject_UpdateString(json,"source_type_name","Lorem Ut");
CkJsonObject_UpdateString(json,"tags[0]","environment:test");
CkHttp_SetRequestHeader(http,"Content-Type","application/json");
CkHttp_SetRequestHeader(http,"Accept","application/json");
resp = CkHttp_PostJson3(http,"https://api.app.ddog-gov.com/api/v1/events","application/json",json);
if (CkHttp_getLastMethodSuccess(http) == FALSE) {
printf("%s\n",CkHttp_lastErrorText(http));
CkHttp_Dispose(http);
CkJsonObject_Dispose(json);
return;
}
sbResponseBody = CkStringBuilder_Create();
CkHttpResponse_GetBodySb(resp,sbResponseBody);
jResp = CkJsonObject_Create();
CkJsonObject_LoadSb(jResp,sbResponseBody);
CkJsonObject_putEmitCompact(jResp,FALSE);
printf("Response Body:\n");
printf("%s\n",CkJsonObject_emit(jResp));
respStatusCode = CkHttpResponse_getStatusCode(resp);
printf("Response Status Code = %d\n",respStatusCode);
if (respStatusCode >= 400) {
printf("Response Header:\n");
printf("%s\n",CkHttpResponse_header(resp));
printf("Failed.\n");
CkHttpResponse_Dispose(resp);
CkHttp_Dispose(http);
CkJsonObject_Dispose(json);
CkStringBuilder_Dispose(sbResponseBody);
CkJsonObject_Dispose(jResp);
return;
}
CkHttpResponse_Dispose(resp);
// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)
// {
// "event": {
// "alert_type": "info",
// "date_happened": -7687934,
// "device_name": "labore aliquip dolor",
// "host": "incididunt sunt",
// "id": -98412440,
// "id_str": "incididunt laborum",
// "payload": "{}",
// "priority": "normal",
// "source_type_name": "commodo cupidatat ea",
// "tags": [
// "environment:test"
// ],
// "text": "Oh boy!",
// "title": "Did you hear the news today?",
// "url": "non"
// },
// "status": "sit in"
// }
// 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.
Alert_type = CkJsonObject_stringOf(jResp,"event.alert_type");
Date_happened = CkJsonObject_IntOf(jResp,"event.date_happened");
Device_name = CkJsonObject_stringOf(jResp,"event.device_name");
Host = CkJsonObject_stringOf(jResp,"event.host");
Id = CkJsonObject_IntOf(jResp,"event.id");
Id_str = CkJsonObject_stringOf(jResp,"event.id_str");
Payload = CkJsonObject_stringOf(jResp,"event.payload");
Priority = CkJsonObject_stringOf(jResp,"event.priority");
Source_type_name = CkJsonObject_stringOf(jResp,"event.source_type_name");
Text = CkJsonObject_stringOf(jResp,"event.text");
Title = CkJsonObject_stringOf(jResp,"event.title");
v_Url = CkJsonObject_stringOf(jResp,"event.url");
status = CkJsonObject_stringOf(jResp,"status");
i = 0;
count_i = CkJsonObject_SizeOfArray(jResp,"event.tags");
while (i < count_i) {
CkJsonObject_putI(jResp,i);
strVal = CkJsonObject_stringOf(jResp,"event.tags[i]");
i = i + 1;
}
CkHttp_Dispose(http);
CkJsonObject_Dispose(json);
CkStringBuilder_Dispose(sbResponseBody);
CkJsonObject_Dispose(jResp);
}
Curl Command
curl -X POST
-H "Content-Type: application/json"
-H "Accept: application/json"
-d '{
"title": "Did you hear the news today?",
"text": "Oh boy!",
"aggregation_key": "officia ex veniam",
"alert_type": "info",
"date_happened": 73027040,
"device_name": "ut eu fugiat cul",
"host": "i",
"priority": "normal",
"related_event_id": -43026196,
"source_type_name": "Lorem Ut",
"tags": [
"environment:test"
]
}'
https://api.app.ddog-gov.com/api/v1/events
Postman Collection Item JSON
{
"name": "Post an event",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Did you hear the news today?\",\n \"text\": \"Oh boy!\",\n \"aggregation_key\": \"officia ex veniam\",\n \"alert_type\": \"info\",\n \"date_happened\": 73027040,\n \"device_name\": \"ut eu fugiat cul\",\n \"host\": \"i\",\n \"priority\": \"normal\",\n \"related_event_id\": -43026196,\n \"source_type_name\": \"Lorem Ut\",\n \"tags\": [\n \"environment:test\"\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/events",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"events"
]
},
"description": "This endpoint allows you to post events to the stream.\nTag them, set priority and event aggregate them with other events."
},
"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 \"title\": \"Did you hear the news today?\",\n \"text\": \"Oh boy!\",\n \"aggregation_key\": \"officia ex veniam\",\n \"alert_type\": \"info\",\n \"date_happened\": 73027040,\n \"device_name\": \"ut eu fugiat cul\",\n \"host\": \"i\",\n \"priority\": \"normal\",\n \"related_event_id\": -43026196,\n \"source_type_name\": \"Lorem Ut\",\n \"tags\": [\n \"environment:test\"\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/events",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"events"
]
}
},
"status": "Accepted",
"code": 202,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"event\": {\n \"alert_type\": \"info\",\n \"date_happened\": -7687934,\n \"device_name\": \"labore aliquip dolor\",\n \"host\": \"incididunt sunt\",\n \"id\": -98412440,\n \"id_str\": \"incididunt laborum\",\n \"payload\": \"{}\",\n \"priority\": \"normal\",\n \"source_type_name\": \"commodo cupidatat ea\",\n \"tags\": [\n \"environment:test\"\n ],\n \"text\": \"Oh boy!\",\n \"title\": \"Did you hear the news today?\",\n \"url\": \"non\"\n },\n \"status\": \"sit in\"\n}"
},
{
"name": "Bad Request",
"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 \"title\": \"Did you hear the news today?\",\n \"text\": \"Oh boy!\",\n \"aggregation_key\": \"officia ex veniam\",\n \"alert_type\": \"info\",\n \"date_happened\": 73027040,\n \"device_name\": \"ut eu fugiat cul\",\n \"host\": \"i\",\n \"priority\": \"normal\",\n \"related_event_id\": -43026196,\n \"source_type_name\": \"Lorem Ut\",\n \"tags\": [\n \"environment:test\"\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/events",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"events"
]
}
},
"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 \"title\": \"Did you hear the news today?\",\n \"text\": \"Oh boy!\",\n \"aggregation_key\": \"officia ex veniam\",\n \"alert_type\": \"info\",\n \"date_happened\": 73027040,\n \"device_name\": \"ut eu fugiat cul\",\n \"host\": \"i\",\n \"priority\": \"normal\",\n \"related_event_id\": -43026196,\n \"source_type_name\": \"Lorem Ut\",\n \"tags\": [\n \"environment:test\"\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/events",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"events"
]
}
},
"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}"
}
]
}