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 *dash_name;
const char *dash_url;
const char *embed_id;
const char *graph_title;
const char *html;
BOOL revoked;
int shared_by;
// 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.
// {
// "graph_json": "",
// "legend": "no",
// "size": "medium",
// "timeframe": "1_hour",
// "title": "Embed created through API"
// }
json = CkJsonObject_Create();
CkJsonObject_UpdateString(json,"graph_json","");
CkJsonObject_UpdateString(json,"legend","no");
CkJsonObject_UpdateString(json,"size","medium");
CkJsonObject_UpdateString(json,"timeframe","1_hour");
CkJsonObject_UpdateString(json,"title","Embed created through API");
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/graph/embed","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)
// {
// "dash_name": "proident ut commodo",
// "dash_url": "sint elit",
// "embed_id": "velit",
// "graph_title": "Excepteur ea consectetur sunt sint",
// "html": "non cupidatat in veniam",
// "revoked": false,
// "shared_by": 76702863
// }
// 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.
dash_name = CkJsonObject_stringOf(jResp,"dash_name");
dash_url = CkJsonObject_stringOf(jResp,"dash_url");
embed_id = CkJsonObject_stringOf(jResp,"embed_id");
graph_title = CkJsonObject_stringOf(jResp,"graph_title");
html = CkJsonObject_stringOf(jResp,"html");
revoked = CkJsonObject_BoolOf(jResp,"revoked");
shared_by = CkJsonObject_IntOf(jResp,"shared_by");
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 '{
"graph_json": "",
"legend": "no",
"size": "medium",
"timeframe": "1_hour",
"title": "Embed created through API"
}'
https://api.app.ddog-gov.com/api/v1/graph/embed
Postman Collection Item JSON
{
"name": "Create embed",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"graph_json\": \"\",\n \"legend\": \"no\",\n \"size\": \"medium\",\n \"timeframe\": \"1_hour\",\n \"title\": \"Embed created through API\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/graph/embed",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"graph",
"embed"
]
},
"description": "Creates a new embeddable graph.\n\nNote: If an embed already exists for the exact same query in a given organization,\nthe older embed is returned instead of creating a new embed.\n\nIf you are interested in using template variables, see\n[Embeddable Graphs with Template Variables](https://docs.datadoghq.com/dashboards/faq/embeddable-graphs-with-template-variables)."
},
"response": [
{
"name": "Payload accepted",
"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 \"graph_json\": \"\",\n \"legend\": \"no\",\n \"size\": \"medium\",\n \"timeframe\": \"1_hour\",\n \"title\": \"Embed created through API\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/graph/embed",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"graph",
"embed"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"dash_name\": \"proident ut commodo\",\n \"dash_url\": \"sint elit\",\n \"embed_id\": \"velit\",\n \"graph_title\": \"Excepteur ea consectetur sunt sint\",\n \"html\": \"non cupidatat in veniam\",\n \"revoked\": false,\n \"shared_by\": 76702863\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 \"graph_json\": \"\",\n \"legend\": \"no\",\n \"size\": \"medium\",\n \"timeframe\": \"1_hour\",\n \"title\": \"Embed created through API\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/graph/embed",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"graph",
"embed"
]
}
},
"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": "Authentication Error",
"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 \"graph_json\": \"\",\n \"legend\": \"no\",\n \"size\": \"medium\",\n \"timeframe\": \"1_hour\",\n \"title\": \"Embed created through API\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/graph/embed",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"graph",
"embed"
]
}
},
"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 \"graph_json\": \"\",\n \"legend\": \"no\",\n \"size\": \"medium\",\n \"timeframe\": \"1_hour\",\n \"title\": \"Embed created through API\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/v1/graph/embed",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"graph",
"embed"
]
}
},
"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}"
}
]
}