Chilkat Online Tools

unicodeC / Datadog API Collection / Get all custom metrics by hourly average

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 queryParams;
    HCkHttpResponseW resp;
    HCkStringBuilderW sbResponseBody;
    HCkJsonObjectW jResp;
    int respStatusCode;
    int avg_metric_hour;
    int max_metric_hour;
    const wchar_t *metric_category;
    const wchar_t *metric_name;
    const wchar_t *Day;
    const wchar_t *Month;
    int Limit;
    const wchar_t *Next_record_id;
    int Total_number_of_records;
    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();

    queryParams = CkJsonObjectW_Create();
    CkJsonObjectW_UpdateString(queryParams,L"month",L"1991-02-02T07:22:34.204Z");
    CkJsonObjectW_UpdateString(queryParams,L"day",L"1991-02-02T07:22:34.204Z");
    CkJsonObjectW_UpdateString(queryParams,L"names",L"dolor cillum in");
    CkJsonObjectW_UpdateString(queryParams,L"names",L"proident");
    CkJsonObjectW_UpdateInt(queryParams,L"limit",500);
    CkJsonObjectW_UpdateString(queryParams,L"next_record_id",L"tempor Ut sed velit");

    CkHttpW_SetRequestHeader(http,L"Accept",L"application/json;datetime-format=rfc3339");

    resp = CkHttpW_QuickRequestParams(http,L"GET",L"https://api.app.ddog-gov.com/api/v1/usage/top_avg_metrics",queryParams);
    if (CkHttpW_getLastMethodSuccess(http) == FALSE) {
        wprintf(L"%s\n",CkHttpW_lastErrorText(http));
        CkHttpW_Dispose(http);
        CkJsonObjectW_Dispose(queryParams);
        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(queryParams);
        CkStringBuilderW_Dispose(sbResponseBody);
        CkJsonObjectW_Dispose(jResp);
        return;
    }

    CkHttpResponseW_Dispose(resp);

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

    // {
    //   "metadata": {
    //     "day": "1970-12-19T21:24:25.324Z",
    //     "month": "1968-08-09T04:45:37.966Z",
    //     "pagination": {
    //       "limit": 93806394,
    //       "next_record_id": "Lorem Excepteur culpa irure",
    //       "total_number_of_records": 92367782
    //     }
    //   },
    //   "usage": [
    //     {
    //       "avg_metric_hour": 6012044,
    //       "max_metric_hour": 51959196,
    //       "metric_category": "standard",
    //       "metric_name": "nisi in"
    //     },
    //     {
    //       "avg_metric_hour": -65971160,
    //       "max_metric_hour": 62447032,
    //       "metric_category": "custom",
    //       "metric_name": "magna sed proident labore"
    //     }
    //   ]
    // }

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

    Day = CkJsonObjectW_stringOf(jResp,L"metadata.day");
    Month = CkJsonObjectW_stringOf(jResp,L"metadata.month");
    Limit = CkJsonObjectW_IntOf(jResp,L"metadata.pagination.limit");
    Next_record_id = CkJsonObjectW_stringOf(jResp,L"metadata.pagination.next_record_id");
    Total_number_of_records = CkJsonObjectW_IntOf(jResp,L"metadata.pagination.total_number_of_records");
    i = 0;
    count_i = CkJsonObjectW_SizeOfArray(jResp,L"usage");
    while (i < count_i) {
        CkJsonObjectW_putI(jResp,i);
        avg_metric_hour = CkJsonObjectW_IntOf(jResp,L"usage[i].avg_metric_hour");
        max_metric_hour = CkJsonObjectW_IntOf(jResp,L"usage[i].max_metric_hour");
        metric_category = CkJsonObjectW_stringOf(jResp,L"usage[i].metric_category");
        metric_name = CkJsonObjectW_stringOf(jResp,L"usage[i].metric_name");
        i = i + 1;
    }



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

    }

Curl Command

curl -G -d "month=1991-02-02T07%3A22%3A34.204Z"
	-d "day=1991-02-02T07%3A22%3A34.204Z"
	-d "names=dolor%20cillum%20in"
	-d "names=proident"
	-d "limit=500"
	-d "next_record_id=tempor%20Ut%20sed%20velit"
	-H "Accept: application/json;datetime-format=rfc3339"
https://api.app.ddog-gov.com/api/v1/usage/top_avg_metrics

Postman Collection Item JSON

{
  "name": "Get all custom metrics by hourly average",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json;datetime-format=rfc3339"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/v1/usage/top_avg_metrics?month=1991-02-02T07:22:34.204Z&day=1991-02-02T07:22:34.204Z&names=dolor cillum in&names=proident&limit=500&next_record_id=tempor Ut sed velit",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "v1",
        "usage",
        "top_avg_metrics"
      ],
      "query": [
        {
          "key": "month",
          "value": "1991-02-02T07:22:34.204Z",
          "description": "Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for usage beginning at this hour. (Either month or day should be specified, but not both)"
        },
        {
          "key": "day",
          "value": "1991-02-02T07:22:34.204Z",
          "description": "Datetime in ISO-8601 format, UTC, precise to day: [YYYY-MM-DD] for usage beginning at this hour. (Either month or day should be specified, but not both)"
        },
        {
          "key": "names",
          "value": "dolor cillum in",
          "description": "Comma-separated list of metric names."
        },
        {
          "key": "names",
          "value": "proident",
          "description": "Comma-separated list of metric names."
        },
        {
          "key": "limit",
          "value": "500",
          "description": "Maximum number of results to return (between 1 and 5000) - defaults to 500 results if limit not specified."
        },
        {
          "key": "next_record_id",
          "value": "tempor Ut sed velit",
          "description": "List following results with a next_record_id provided in the previous query."
        }
      ]
    },
    "description": "Get all [custom metrics](https://docs.datadoghq.com/developers/metrics/custom_metrics/) by hourly average. Use the month parameter to get a month-to-date data resolution or use the day parameter to get a daily resolution. One of the two is required, and only one of the two is allowed."
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json;datetime-format=rfc3339"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/usage/top_avg_metrics?month=1991-02-02T07:22:34.204Z&day=1991-02-02T07:22:34.204Z&names=proident&limit=500&next_record_id=tempor Ut sed velit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "usage",
            "top_avg_metrics"
          ],
          "query": [
            {
              "key": "month",
              "value": "1991-02-02T07:22:34.204Z",
              "description": "Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for usage beginning at this hour. (Either month or day should be specified, but not both)"
            },
            {
              "key": "day",
              "value": "1991-02-02T07:22:34.204Z",
              "description": "Datetime in ISO-8601 format, UTC, precise to day: [YYYY-MM-DD] for usage beginning at this hour. (Either month or day should be specified, but not both)"
            },
            {
              "key": "names",
              "value": "proident",
              "description": "Comma-separated list of metric names."
            },
            {
              "key": "limit",
              "value": "500",
              "description": "Maximum number of results to return (between 1 and 5000) - defaults to 500 results if limit not specified."
            },
            {
              "key": "next_record_id",
              "value": "tempor Ut sed velit",
              "description": "List following results with a next_record_id provided in the previous query."
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json;datetime-format=rfc3339"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"metadata\": {\n    \"day\": \"1970-12-19T21:24:25.324Z\",\n    \"month\": \"1968-08-09T04:45:37.966Z\",\n    \"pagination\": {\n      \"limit\": 93806394,\n      \"next_record_id\": \"Lorem Excepteur culpa irure\",\n      \"total_number_of_records\": 92367782\n    }\n  },\n  \"usage\": [\n    {\n      \"avg_metric_hour\": 6012044,\n      \"max_metric_hour\": 51959196,\n      \"metric_category\": \"standard\",\n      \"metric_name\": \"nisi in\"\n    },\n    {\n      \"avg_metric_hour\": -65971160,\n      \"max_metric_hour\": 62447032,\n      \"metric_category\": \"custom\",\n      \"metric_name\": \"magna sed proident labore\"\n    }\n  ]\n}"
    },
    {
      "name": "Bad Request",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json;datetime-format=rfc3339"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/usage/top_avg_metrics?month=1991-02-02T07:22:34.204Z&day=1991-02-02T07:22:34.204Z&names=proident&limit=500&next_record_id=tempor Ut sed velit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "usage",
            "top_avg_metrics"
          ],
          "query": [
            {
              "key": "month",
              "value": "1991-02-02T07:22:34.204Z",
              "description": "Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for usage beginning at this hour. (Either month or day should be specified, but not both)"
            },
            {
              "key": "day",
              "value": "1991-02-02T07:22:34.204Z",
              "description": "Datetime in ISO-8601 format, UTC, precise to day: [YYYY-MM-DD] for usage beginning at this hour. (Either month or day should be specified, but not both)"
            },
            {
              "key": "names",
              "value": "proident",
              "description": "Comma-separated list of metric names."
            },
            {
              "key": "limit",
              "value": "500",
              "description": "Maximum number of results to return (between 1 and 5000) - defaults to 500 results if limit not specified."
            },
            {
              "key": "next_record_id",
              "value": "tempor Ut sed velit",
              "description": "List following results with a next_record_id provided in the previous query."
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json;datetime-format=rfc3339"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"Bad Request\",\n    \"Bad Request\"\n  ]\n}"
    },
    {
      "name": "Forbidden - User is not authorized",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json;datetime-format=rfc3339"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/usage/top_avg_metrics?month=1991-02-02T07:22:34.204Z&day=1991-02-02T07:22:34.204Z&names=proident&limit=500&next_record_id=tempor Ut sed velit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "usage",
            "top_avg_metrics"
          ],
          "query": [
            {
              "key": "month",
              "value": "1991-02-02T07:22:34.204Z",
              "description": "Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for usage beginning at this hour. (Either month or day should be specified, but not both)"
            },
            {
              "key": "day",
              "value": "1991-02-02T07:22:34.204Z",
              "description": "Datetime in ISO-8601 format, UTC, precise to day: [YYYY-MM-DD] for usage beginning at this hour. (Either month or day should be specified, but not both)"
            },
            {
              "key": "names",
              "value": "proident",
              "description": "Comma-separated list of metric names."
            },
            {
              "key": "limit",
              "value": "500",
              "description": "Maximum number of results to return (between 1 and 5000) - defaults to 500 results if limit not specified."
            },
            {
              "key": "next_record_id",
              "value": "tempor Ut sed velit",
              "description": "List following results with a next_record_id provided in the previous query."
            }
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json;datetime-format=rfc3339"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"Bad Request\",\n    \"Bad Request\"\n  ]\n}"
    },
    {
      "name": "Too many requests",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json;datetime-format=rfc3339"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/usage/top_avg_metrics?month=1991-02-02T07:22:34.204Z&day=1991-02-02T07:22:34.204Z&names=proident&limit=500&next_record_id=tempor Ut sed velit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "usage",
            "top_avg_metrics"
          ],
          "query": [
            {
              "key": "month",
              "value": "1991-02-02T07:22:34.204Z",
              "description": "Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for usage beginning at this hour. (Either month or day should be specified, but not both)"
            },
            {
              "key": "day",
              "value": "1991-02-02T07:22:34.204Z",
              "description": "Datetime in ISO-8601 format, UTC, precise to day: [YYYY-MM-DD] for usage beginning at this hour. (Either month or day should be specified, but not both)"
            },
            {
              "key": "names",
              "value": "proident",
              "description": "Comma-separated list of metric names."
            },
            {
              "key": "limit",
              "value": "500",
              "description": "Maximum number of results to return (between 1 and 5000) - defaults to 500 results if limit not specified."
            },
            {
              "key": "next_record_id",
              "value": "tempor Ut sed velit",
              "description": "List following results with a next_record_id provided in the previous query."
            }
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json;datetime-format=rfc3339"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"Bad Request\",\n    \"Bad Request\"\n  ]\n}"
    }
  ]
}