Chilkat Online Tools

unicodeC / Datadog API Collection / Submit metrics

Back to Collection Items

#include <C_CkHttpW.h>
#include <C_CkJsonObjectW.h>
#include <C_CkHttpResponseW.h>
#include <C_CkStringBuilderW.h>

void ChilkatSample(void)
    {
    HCkHttpW http;
    BOOL success;
    HCkJsonObjectW json;
    HCkHttpResponseW resp;
    HCkStringBuilderW sbResponseBody;
    HCkJsonObjectW jResp;
    int respStatusCode;
    const wchar_t *strVal;
    int i;
    int count_i;

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

    http = CkHttpW_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.

    // {
    //   "series": [
    //     {
    //       "metric": "<string>",
    //       "points": [
    //         {
    //           "timestamp": "<long>",
    //           "value": "<double>"
    //         },
    //         {
    //           "timestamp": "<long>",
    //           "value": "<double>"
    //         }
    //       ],
    //       "interval": "<long>",
    //       "metadata": {
    //         "origin": {
    //           "metric_type": 0,
    //           "product": 0,
    //           "service": 0
    //         }
    //       },
    //       "resources": [
    //         {
    //           "name": "<string>",
    //           "type": "<string>"
    //         },
    //         {
    //           "name": "<string>",
    //           "type": "<string>"
    //         }
    //       ],
    //       "source_type_name": "<string>",
    //       "tags": [
    //         "<string>",
    //         "<string>"
    //       ],
    //       "type": 3,
    //       "unit": "<string>"
    //     },
    //     {
    //       "metric": "<string>",
    //       "points": [
    //         {
    //           "timestamp": "<long>",
    //           "value": "<double>"
    //         },
    //         {
    //           "timestamp": "<long>",
    //           "value": "<double>"
    //         }
    //       ],
    //       "interval": "<long>",
    //       "metadata": {
    //         "origin": {
    //           "metric_type": 0,
    //           "product": 0,
    //           "service": 0
    //         }
    //       },
    //       "resources": [
    //         {
    //           "name": "<string>",
    //           "type": "<string>"
    //         },
    //         {
    //           "name": "<string>",
    //           "type": "<string>"
    //         }
    //       ],
    //       "source_type_name": "<string>",
    //       "tags": [
    //         "<string>",
    //         "<string>"
    //       ],
    //       "type": 0,
    //       "unit": "<string>"
    //     }
    //   ]
    // }

    json = CkJsonObjectW_Create();
    CkJsonObjectW_UpdateString(json,L"series[0].metric",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[0].points[0].timestamp",L"<long>");
    CkJsonObjectW_UpdateString(json,L"series[0].points[0].value",L"<double>");
    CkJsonObjectW_UpdateString(json,L"series[0].points[1].timestamp",L"<long>");
    CkJsonObjectW_UpdateString(json,L"series[0].points[1].value",L"<double>");
    CkJsonObjectW_UpdateString(json,L"series[0].interval",L"<long>");
    CkJsonObjectW_UpdateInt(json,L"series[0].metadata.origin.metric_type",0);
    CkJsonObjectW_UpdateInt(json,L"series[0].metadata.origin.product",0);
    CkJsonObjectW_UpdateInt(json,L"series[0].metadata.origin.service",0);
    CkJsonObjectW_UpdateString(json,L"series[0].resources[0].name",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[0].resources[0].type",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[0].resources[1].name",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[0].resources[1].type",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[0].source_type_name",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[0].tags[0]",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[0].tags[1]",L"<string>");
    CkJsonObjectW_UpdateInt(json,L"series[0].type",3);
    CkJsonObjectW_UpdateString(json,L"series[0].unit",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[1].metric",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[1].points[0].timestamp",L"<long>");
    CkJsonObjectW_UpdateString(json,L"series[1].points[0].value",L"<double>");
    CkJsonObjectW_UpdateString(json,L"series[1].points[1].timestamp",L"<long>");
    CkJsonObjectW_UpdateString(json,L"series[1].points[1].value",L"<double>");
    CkJsonObjectW_UpdateString(json,L"series[1].interval",L"<long>");
    CkJsonObjectW_UpdateInt(json,L"series[1].metadata.origin.metric_type",0);
    CkJsonObjectW_UpdateInt(json,L"series[1].metadata.origin.product",0);
    CkJsonObjectW_UpdateInt(json,L"series[1].metadata.origin.service",0);
    CkJsonObjectW_UpdateString(json,L"series[1].resources[0].name",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[1].resources[0].type",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[1].resources[1].name",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[1].resources[1].type",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[1].source_type_name",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[1].tags[0]",L"<string>");
    CkJsonObjectW_UpdateString(json,L"series[1].tags[1]",L"<string>");
    CkJsonObjectW_UpdateInt(json,L"series[1].type",0);
    CkJsonObjectW_UpdateString(json,L"series[1].unit",L"<string>");

    CkHttpW_SetRequestHeader(http,L"Content-Type",L"application/json");
    CkHttpW_SetRequestHeader(http,L"Accept",L"application/json");
    CkHttpW_SetRequestHeader(http,L"Content-Encoding",L"identity");

    resp = CkHttpW_PostJson3(http,L"https://api.app.ddog-gov.com/api/v2/series",L"application/json",json);
    if (CkHttpW_getLastMethodSuccess(http) == FALSE) {
        wprintf(L"%s\n",CkHttpW_lastErrorText(http));
        CkHttpW_Dispose(http);
        CkJsonObjectW_Dispose(json);
        return;
    }

    sbResponseBody = CkStringBuilderW_Create();
    CkHttpResponseW_GetBodySb(resp,sbResponseBody);

    jResp = CkJsonObjectW_Create();
    CkJsonObjectW_LoadSb(jResp,sbResponseBody);
    CkJsonObjectW_putEmitCompact(jResp,FALSE);

    wprintf(L"Response Body:\n");
    wprintf(L"%s\n",CkJsonObjectW_emit(jResp));

    respStatusCode = CkHttpResponseW_getStatusCode(resp);
    wprintf(L"Response Status Code = %d\n",respStatusCode);
    if (respStatusCode >= 400) {
        wprintf(L"Response Header:\n");
        wprintf(L"%s\n",CkHttpResponseW_header(resp));
        wprintf(L"Failed.\n");
        CkHttpResponseW_Dispose(resp);
        CkHttpW_Dispose(http);
        CkJsonObjectW_Dispose(json);
        CkStringBuilderW_Dispose(sbResponseBody);
        CkJsonObjectW_Dispose(jResp);
        return;
    }

    CkHttpResponseW_Dispose(resp);

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

    // {
    //   "errors": [
    //     "<string>",
    //     "<string>"
    //   ]
    // }

    // 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.

    i = 0;
    count_i = CkJsonObjectW_SizeOfArray(jResp,L"errors");
    while (i < count_i) {
        CkJsonObjectW_putI(jResp,i);
        strVal = CkJsonObjectW_stringOf(jResp,L"errors[i]");
        i = i + 1;
    }



    CkHttpW_Dispose(http);
    CkJsonObjectW_Dispose(json);
    CkStringBuilderW_Dispose(sbResponseBody);
    CkJsonObjectW_Dispose(jResp);

    }

Curl Command

curl -X POST
	-H "Content-Encoding: identity"
	-H "Content-Type: application/json"
	-H "Accept: application/json"
	-d '{
  "series": [
    {
      "metric": "<string>",
      "points": [
        {
          "timestamp": "<long>",
          "value": "<double>"
        },
        {
          "timestamp": "<long>",
          "value": "<double>"
        }
      ],
      "interval": "<long>",
      "metadata": {
        "origin": {
          "metric_type": 0,
          "product": 0,
          "service": 0
        }
      },
      "resources": [
        {
          "name": "<string>",
          "type": "<string>"
        },
        {
          "name": "<string>",
          "type": "<string>"
        }
      ],
      "source_type_name": "<string>",
      "tags": [
        "<string>",
        "<string>"
      ],
      "type": 3,
      "unit": "<string>"
    },
    {
      "metric": "<string>",
      "points": [
        {
          "timestamp": "<long>",
          "value": "<double>"
        },
        {
          "timestamp": "<long>",
          "value": "<double>"
        }
      ],
      "interval": "<long>",
      "metadata": {
        "origin": {
          "metric_type": 0,
          "product": 0,
          "service": 0
        }
      },
      "resources": [
        {
          "name": "<string>",
          "type": "<string>"
        },
        {
          "name": "<string>",
          "type": "<string>"
        }
      ],
      "source_type_name": "<string>",
      "tags": [
        "<string>",
        "<string>"
      ],
      "type": 0,
      "unit": "<string>"
    }
  ]
}'
https://api.app.ddog-gov.com/api/v2/series

Postman Collection Item JSON

{
  "name": "Submit metrics",
  "request": {
    "method": "POST",
    "header": [
      {
        "description": "HTTP header used to compress the media-type.",
        "key": "Content-Encoding",
        "value": "identity"
      },
      {
        "key": "Content-Type",
        "value": "application/json"
      },
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n  \"series\": [\n    {\n      \"metric\": \"<string>\",\n      \"points\": [\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        }\n      ],\n      \"interval\": \"<long>\",\n      \"metadata\": {\n        \"origin\": {\n          \"metric_type\": 0,\n          \"product\": 0,\n          \"service\": 0\n        }\n      },\n      \"resources\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"source_type_name\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": 3,\n      \"unit\": \"<string>\"\n    },\n    {\n      \"metric\": \"<string>\",\n      \"points\": [\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        }\n      ],\n      \"interval\": \"<long>\",\n      \"metadata\": {\n        \"origin\": {\n          \"metric_type\": 0,\n          \"product\": 0,\n          \"service\": 0\n        }\n      },\n      \"resources\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"source_type_name\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": 0,\n      \"unit\": \"<string>\"\n    }\n  ]\n}",
      "options": {
        "raw": {
          "headerFamily": "json",
          "language": "json"
        }
      }
    },
    "url": {
      "raw": "{{baseUrl}}/api/v2/series",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "v2",
        "series"
      ]
    },
    "description": "The metrics end-point allows you to post time-series data that can be graphed on Datadog’s dashboards.\nThe maximum payload size is 500 kilobytes (512000 bytes). Compressed payloads must have a decompressed size of less than 5 megabytes (5242880 bytes).\n\nIf you’re submitting metrics directly to the Datadog API without using DogStatsD, expect:\n\n- 64 bits for the timestamp\n- 64 bits for the value\n- 20 bytes for the metric names\n- 50 bytes for the timeseries\n- The full payload is approximately 100 bytes.\n\nHost name is one of the resources in the Resources field."
  },
  "response": [
    {
      "name": "Payload accepted",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "HTTP header used to compress the media-type.",
            "key": "Content-Encoding",
            "value": "deflate"
          },
          {
            "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  \"series\": [\n    {\n      \"metric\": \"<string>\",\n      \"points\": [\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        }\n      ],\n      \"interval\": \"<long>\",\n      \"metadata\": {\n        \"origin\": {\n          \"metric_type\": 0,\n          \"product\": 0,\n          \"service\": 0\n        }\n      },\n      \"resources\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"source_type_name\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": 3,\n      \"unit\": \"<string>\"\n    },\n    {\n      \"metric\": \"<string>\",\n      \"points\": [\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        }\n      ],\n      \"interval\": \"<long>\",\n      \"metadata\": {\n        \"origin\": {\n          \"metric_type\": 0,\n          \"product\": 0,\n          \"service\": 0\n        }\n      },\n      \"resources\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"source_type_name\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": 0,\n      \"unit\": \"<string>\"\n    }\n  ]\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v2/series",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v2",
            "series"
          ]
        }
      },
      "status": "Accepted",
      "code": 202,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"
    },
    {
      "name": "Bad Request",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "HTTP header used to compress the media-type.",
            "key": "Content-Encoding",
            "value": "deflate"
          },
          {
            "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  \"series\": [\n    {\n      \"metric\": \"<string>\",\n      \"points\": [\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        }\n      ],\n      \"interval\": \"<long>\",\n      \"metadata\": {\n        \"origin\": {\n          \"metric_type\": 0,\n          \"product\": 0,\n          \"service\": 0\n        }\n      },\n      \"resources\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"source_type_name\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": 3,\n      \"unit\": \"<string>\"\n    },\n    {\n      \"metric\": \"<string>\",\n      \"points\": [\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        }\n      ],\n      \"interval\": \"<long>\",\n      \"metadata\": {\n        \"origin\": {\n          \"metric_type\": 0,\n          \"product\": 0,\n          \"service\": 0\n        }\n      },\n      \"resources\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"source_type_name\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": 0,\n      \"unit\": \"<string>\"\n    }\n  ]\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v2/series",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v2",
            "series"
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"
    },
    {
      "name": "Authentication error",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "HTTP header used to compress the media-type.",
            "key": "Content-Encoding",
            "value": "deflate"
          },
          {
            "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  \"series\": [\n    {\n      \"metric\": \"<string>\",\n      \"points\": [\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        }\n      ],\n      \"interval\": \"<long>\",\n      \"metadata\": {\n        \"origin\": {\n          \"metric_type\": 0,\n          \"product\": 0,\n          \"service\": 0\n        }\n      },\n      \"resources\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"source_type_name\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": 3,\n      \"unit\": \"<string>\"\n    },\n    {\n      \"metric\": \"<string>\",\n      \"points\": [\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        }\n      ],\n      \"interval\": \"<long>\",\n      \"metadata\": {\n        \"origin\": {\n          \"metric_type\": 0,\n          \"product\": 0,\n          \"service\": 0\n        }\n      },\n      \"resources\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"source_type_name\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": 0,\n      \"unit\": \"<string>\"\n    }\n  ]\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v2/series",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v2",
            "series"
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"
    },
    {
      "name": "Request timeout",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "HTTP header used to compress the media-type.",
            "key": "Content-Encoding",
            "value": "deflate"
          },
          {
            "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  \"series\": [\n    {\n      \"metric\": \"<string>\",\n      \"points\": [\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        }\n      ],\n      \"interval\": \"<long>\",\n      \"metadata\": {\n        \"origin\": {\n          \"metric_type\": 0,\n          \"product\": 0,\n          \"service\": 0\n        }\n      },\n      \"resources\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"source_type_name\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": 3,\n      \"unit\": \"<string>\"\n    },\n    {\n      \"metric\": \"<string>\",\n      \"points\": [\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        }\n      ],\n      \"interval\": \"<long>\",\n      \"metadata\": {\n        \"origin\": {\n          \"metric_type\": 0,\n          \"product\": 0,\n          \"service\": 0\n        }\n      },\n      \"resources\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"source_type_name\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": 0,\n      \"unit\": \"<string>\"\n    }\n  ]\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v2/series",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v2",
            "series"
          ]
        }
      },
      "status": "Request Timeout",
      "code": 408,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"
    },
    {
      "name": "Payload too large",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "HTTP header used to compress the media-type.",
            "key": "Content-Encoding",
            "value": "deflate"
          },
          {
            "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  \"series\": [\n    {\n      \"metric\": \"<string>\",\n      \"points\": [\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        }\n      ],\n      \"interval\": \"<long>\",\n      \"metadata\": {\n        \"origin\": {\n          \"metric_type\": 0,\n          \"product\": 0,\n          \"service\": 0\n        }\n      },\n      \"resources\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"source_type_name\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": 3,\n      \"unit\": \"<string>\"\n    },\n    {\n      \"metric\": \"<string>\",\n      \"points\": [\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        }\n      ],\n      \"interval\": \"<long>\",\n      \"metadata\": {\n        \"origin\": {\n          \"metric_type\": 0,\n          \"product\": 0,\n          \"service\": 0\n        }\n      },\n      \"resources\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"source_type_name\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": 0,\n      \"unit\": \"<string>\"\n    }\n  ]\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v2/series",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v2",
            "series"
          ]
        }
      },
      "status": "Request Entity Too Large",
      "code": 413,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"
    },
    {
      "name": "Too many requests",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "HTTP header used to compress the media-type.",
            "key": "Content-Encoding",
            "value": "deflate"
          },
          {
            "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  \"series\": [\n    {\n      \"metric\": \"<string>\",\n      \"points\": [\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        }\n      ],\n      \"interval\": \"<long>\",\n      \"metadata\": {\n        \"origin\": {\n          \"metric_type\": 0,\n          \"product\": 0,\n          \"service\": 0\n        }\n      },\n      \"resources\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"source_type_name\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": 3,\n      \"unit\": \"<string>\"\n    },\n    {\n      \"metric\": \"<string>\",\n      \"points\": [\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"timestamp\": \"<long>\",\n          \"value\": \"<double>\"\n        }\n      ],\n      \"interval\": \"<long>\",\n      \"metadata\": {\n        \"origin\": {\n          \"metric_type\": 0,\n          \"product\": 0,\n          \"service\": 0\n        }\n      },\n      \"resources\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"source_type_name\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": 0,\n      \"unit\": \"<string>\"\n    }\n  ]\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v2/series",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v2",
            "series"
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"
    }
  ]
}