Chilkat Online Tools

DataFlex / Datadog API Collection / Get a list of events

Back to Collection Items

Use ChilkatAx-9.5.0-win32.pkg

Procedure Test
    Handle hoHttp
    Boolean iSuccess
    Variant vQueryParams
    Handle hoQueryParams
    Variant vResp
    Handle hoResp
    Variant vSbResponseBody
    Handle hoSbResponseBody
    Handle hoJResp
    Integer iRespStatusCode
    String sAlert_type
    Integer iDate_happened
    String sDevice_name
    String sHost
    Integer iId
    String sId_str
    String sPayload
    String sPriority
    String sSource_type_name
    String sText
    String sTitle
    String sUrl
    Integer j
    Integer iCount_j
    String sStrVal
    String sStatus
    Integer i
    Integer iCount_i
    String sTemp1
    Boolean bTemp1

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

    Get Create (RefClass(cComChilkatHttp)) To hoHttp
    If (Not(IsComObjectCreated(hoHttp))) Begin
        Send CreateComObject of hoHttp
    End

    Get Create (RefClass(cComChilkatJsonObject)) To hoQueryParams
    If (Not(IsComObjectCreated(hoQueryParams))) Begin
        Send CreateComObject of hoQueryParams
    End
    Get ComUpdateInt Of hoQueryParams "start" -62147425 To iSuccess
    Get ComUpdateInt Of hoQueryParams "end" -62147425 To iSuccess
    Get ComUpdateString Of hoQueryParams "priority" "normal" To iSuccess
    Get ComUpdateString Of hoQueryParams "sources" "tempor Ut sed velit" To iSuccess
    Get ComUpdateString Of hoQueryParams "tags" "host:host0" To iSuccess
    Get ComUpdateString Of hoQueryParams "unaggregated" "true" To iSuccess
    Get ComUpdateString Of hoQueryParams "exclude_aggregate" "true" To iSuccess
    Get ComUpdateInt Of hoQueryParams "page" -90656756 To iSuccess

    Send ComSetRequestHeader To hoHttp "Accept" "application/json"

    Get pvComObject of hoQueryParams to vQueryParams
    Get ComQuickRequestParams Of hoHttp "GET" "https://api.app.ddog-gov.com/api/v1/events" vQueryParams To vResp
    If (IsComObject(vResp)) Begin
        Get Create (RefClass(cComChilkatHttpResponse)) To hoResp
        Set pvComObject Of hoResp To vResp
    End
    Get ComLastMethodSuccess Of hoHttp To bTemp1
    If (bTemp1 = False) Begin
        Get ComLastErrorText Of hoHttp To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    Get Create (RefClass(cComChilkatStringBuilder)) To hoSbResponseBody
    If (Not(IsComObjectCreated(hoSbResponseBody))) Begin
        Send CreateComObject of hoSbResponseBody
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComGetBodySb Of hoResp vSbResponseBody To iSuccess

    Get Create (RefClass(cComChilkatJsonObject)) To hoJResp
    If (Not(IsComObjectCreated(hoJResp))) Begin
        Send CreateComObject of hoJResp
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComLoadSb Of hoJResp vSbResponseBody To iSuccess
    Set ComEmitCompact Of hoJResp To False

    Showln "Response Body:"
    Get ComEmit Of hoJResp To sTemp1
    Showln sTemp1

    Get ComStatusCode Of hoResp To iRespStatusCode
    Showln "Response Status Code = " iRespStatusCode
    If (iRespStatusCode >= 400) Begin
        Showln "Response Header:"
        Get ComHeader Of hoResp To sTemp1
        Showln sTemp1
        Showln "Failed."
        Send Destroy of hoResp
        Procedure_Return
    End

    Send Destroy of hoResp

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

    // {
    //   "events": [
    //     {
    //       "alert_type": "info",
    //       "date_happened": -60006686,
    //       "device_name": "dolore",
    //       "host": "proident in",
    //       "id": -22759649,
    //       "id_str": "quis labore cupidatat minim",
    //       "payload": "{}",
    //       "priority": "normal",
    //       "source_type_name": "nulla aute",
    //       "tags": [
    //         "environment:test"
    //       ],
    //       "text": "Oh boy!",
    //       "title": "Did you hear the news today?",
    //       "url": "ex"
    //     },
    //     {
    //       "alert_type": "info",
    //       "date_happened": 12830805,
    //       "device_name": "incididunt",
    //       "host": "ex Excepteur eu magna",
    //       "id": -86397972,
    //       "id_str": "Duis",
    //       "payload": "{}",
    //       "priority": "normal",
    //       "source_type_name": "quis amet voluptate fugiat enim",
    //       "tags": [
    //         "environment:test"
    //       ],
    //       "text": "Oh boy!",
    //       "title": "Did you hear the news today?",
    //       "url": "tempor"
    //     }
    //   ],
    //   "status": "laborum consequat"
    // }

    // Sample code for parsing the JSON response...
    // Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    Get ComStringOf Of hoJResp "status" To sStatus
    Move 0 To i
    Get ComSizeOfArray Of hoJResp "events" To iCount_i
    While (i < iCount_i)
        Set ComI Of hoJResp To i
        Get ComStringOf Of hoJResp "events[i].alert_type" To sAlert_type
        Get ComIntOf Of hoJResp "events[i].date_happened" To iDate_happened
        Get ComStringOf Of hoJResp "events[i].device_name" To sDevice_name
        Get ComStringOf Of hoJResp "events[i].host" To sHost
        Get ComIntOf Of hoJResp "events[i].id" To iId
        Get ComStringOf Of hoJResp "events[i].id_str" To sId_str
        Get ComStringOf Of hoJResp "events[i].payload" To sPayload
        Get ComStringOf Of hoJResp "events[i].priority" To sPriority
        Get ComStringOf Of hoJResp "events[i].source_type_name" To sSource_type_name
        Get ComStringOf Of hoJResp "events[i].text" To sText
        Get ComStringOf Of hoJResp "events[i].title" To sTitle
        Get ComStringOf Of hoJResp "events[i].url" To sUrl
        Move 0 To j
        Get ComSizeOfArray Of hoJResp "events[i].tags" To iCount_j
        While (j < iCount_j)
            Set ComJ Of hoJResp To j
            Get ComStringOf Of hoJResp "events[i].tags[j]" To sStrVal
            Move (j + 1) To j
        Loop

        Move (i + 1) To i
    Loop



End_Procedure

Curl Command

curl -G -d "start=-62147425"
	-d "end=-62147425"
	-d "priority=normal"
	-d "sources=tempor%20Ut%20sed%20velit"
	-d "tags=host%3Ahost0"
	-d "unaggregated=true"
	-d "exclude_aggregate=true"
	-d "page=-90656756"
	-H "Accept: application/json"
https://api.app.ddog-gov.com/api/v1/events

Postman Collection Item JSON

{
  "name": "Get a list of events",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/v1/events?start=-62147425&end=-62147425&priority=normal&sources=tempor Ut sed velit&tags=host:host0&unaggregated=true&exclude_aggregate=true&page=-90656756",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "v1",
        "events"
      ],
      "query": [
        {
          "key": "start",
          "value": "-62147425",
          "description": "(Required) POSIX timestamp."
        },
        {
          "key": "end",
          "value": "-62147425",
          "description": "(Required) POSIX timestamp."
        },
        {
          "key": "priority",
          "value": "normal",
          "description": "Priority of your events, either `low` or `normal`."
        },
        {
          "key": "sources",
          "value": "tempor Ut sed velit",
          "description": "A comma separated string of sources."
        },
        {
          "key": "tags",
          "value": "host:host0",
          "description": "A comma separated list indicating what tags, if any, should be used to filter the list of events."
        },
        {
          "key": "unaggregated",
          "value": "true",
          "description": "Set unaggregated to `true` to return all events within the specified [`start`,`end`] timeframe.\nOtherwise if an event is aggregated to a parent event with a timestamp outside of the timeframe,\nit won't be available in the output. Aggregated events with `is_aggregate=true` in the response will still be returned unless exclude_aggregate is set to `true.`"
        },
        {
          "key": "exclude_aggregate",
          "value": "true",
          "description": "Set `exclude_aggregate` to `true` to only return unaggregated events where `is_aggregate=false` in the response. If the `exclude_aggregate` parameter is set to `true`,\nthen the unaggregated parameter is ignored and will be `true` by default."
        },
        {
          "key": "page",
          "value": "-90656756",
          "description": "By default 1000 results are returned per request. Set page to the number of the page to return with `0` being the first page. The page parameter can only be used\nwhen either unaggregated or exclude_aggregate is set to `true.`"
        }
      ]
    },
    "description": "The event stream can be queried and filtered by time, priority, sources and tags.\n\n**Notes**:\n- If the event you’re querying contains markdown formatting of any kind,\nyou may see characters such as `%`,`\\`,`n` in your output.\n\n- This endpoint returns a maximum of `1000` most recent results. To return additional results,\nidentify the last timestamp of the last result and set that as the `end` query time to\npaginate the results. You can also use the page parameter to specify which set of `1000` results to return."
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/events?start=-62147425&end=-62147425&priority=normal&sources=tempor Ut sed velit&tags=host:host0&unaggregated=true&exclude_aggregate=true&page=-90656756",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "events"
          ],
          "query": [
            {
              "key": "start",
              "value": "-62147425",
              "description": "(Required) POSIX timestamp."
            },
            {
              "key": "end",
              "value": "-62147425",
              "description": "(Required) POSIX timestamp."
            },
            {
              "key": "priority",
              "value": "normal",
              "description": "Priority of your events, either `low` or `normal`."
            },
            {
              "key": "sources",
              "value": "tempor Ut sed velit",
              "description": "A comma separated string of sources."
            },
            {
              "key": "tags",
              "value": "host:host0",
              "description": "A comma separated list indicating what tags, if any, should be used to filter the list of events."
            },
            {
              "key": "unaggregated",
              "value": "true",
              "description": "Set unaggregated to `true` to return all events within the specified [`start`,`end`] timeframe.\nOtherwise if an event is aggregated to a parent event with a timestamp outside of the timeframe,\nit won't be available in the output. Aggregated events with `is_aggregate=true` in the response will still be returned unless exclude_aggregate is set to `true.`"
            },
            {
              "key": "exclude_aggregate",
              "value": "true",
              "description": "Set `exclude_aggregate` to `true` to only return unaggregated events where `is_aggregate=false` in the response. If the `exclude_aggregate` parameter is set to `true`,\nthen the unaggregated parameter is ignored and will be `true` by default."
            },
            {
              "key": "page",
              "value": "-90656756",
              "description": "By default 1000 results are returned per request. Set page to the number of the page to return with `0` being the first page. The page parameter can only be used\nwhen either unaggregated or exclude_aggregate is set to `true.`"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"events\": [\n    {\n      \"alert_type\": \"info\",\n      \"date_happened\": -60006686,\n      \"device_name\": \"dolore\",\n      \"host\": \"proident in\",\n      \"id\": -22759649,\n      \"id_str\": \"quis labore cupidatat minim\",\n      \"payload\": \"{}\",\n      \"priority\": \"normal\",\n      \"source_type_name\": \"nulla aute\",\n      \"tags\": [\n        \"environment:test\"\n      ],\n      \"text\": \"Oh boy!\",\n      \"title\": \"Did you hear the news today?\",\n      \"url\": \"ex\"\n    },\n    {\n      \"alert_type\": \"info\",\n      \"date_happened\": 12830805,\n      \"device_name\": \"incididunt\",\n      \"host\": \"ex Excepteur eu magna\",\n      \"id\": -86397972,\n      \"id_str\": \"Duis\",\n      \"payload\": \"{}\",\n      \"priority\": \"normal\",\n      \"source_type_name\": \"quis amet voluptate fugiat enim\",\n      \"tags\": [\n        \"environment:test\"\n      ],\n      \"text\": \"Oh boy!\",\n      \"title\": \"Did you hear the news today?\",\n      \"url\": \"tempor\"\n    }\n  ],\n  \"status\": \"laborum consequat\"\n}"
    },
    {
      "name": "Bad Request",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/events?start=-62147425&end=-62147425&priority=normal&sources=tempor Ut sed velit&tags=host:host0&unaggregated=true&exclude_aggregate=true&page=-90656756",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "events"
          ],
          "query": [
            {
              "key": "start",
              "value": "-62147425",
              "description": "(Required) POSIX timestamp."
            },
            {
              "key": "end",
              "value": "-62147425",
              "description": "(Required) POSIX timestamp."
            },
            {
              "key": "priority",
              "value": "normal",
              "description": "Priority of your events, either `low` or `normal`."
            },
            {
              "key": "sources",
              "value": "tempor Ut sed velit",
              "description": "A comma separated string of sources."
            },
            {
              "key": "tags",
              "value": "host:host0",
              "description": "A comma separated list indicating what tags, if any, should be used to filter the list of events."
            },
            {
              "key": "unaggregated",
              "value": "true",
              "description": "Set unaggregated to `true` to return all events within the specified [`start`,`end`] timeframe.\nOtherwise if an event is aggregated to a parent event with a timestamp outside of the timeframe,\nit won't be available in the output. Aggregated events with `is_aggregate=true` in the response will still be returned unless exclude_aggregate is set to `true.`"
            },
            {
              "key": "exclude_aggregate",
              "value": "true",
              "description": "Set `exclude_aggregate` to `true` to only return unaggregated events where `is_aggregate=false` in the response. If the `exclude_aggregate` parameter is set to `true`,\nthen the unaggregated parameter is ignored and will be `true` by default."
            },
            {
              "key": "page",
              "value": "-90656756",
              "description": "By default 1000 results are returned per request. Set page to the number of the page to return with `0` being the first page. The page parameter can only be used\nwhen either unaggregated or exclude_aggregate is set to `true.`"
            }
          ]
        }
      },
      "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": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/events?start=-62147425&end=-62147425&priority=normal&sources=tempor Ut sed velit&tags=host:host0&unaggregated=true&exclude_aggregate=true&page=-90656756",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "events"
          ],
          "query": [
            {
              "key": "start",
              "value": "-62147425",
              "description": "(Required) POSIX timestamp."
            },
            {
              "key": "end",
              "value": "-62147425",
              "description": "(Required) POSIX timestamp."
            },
            {
              "key": "priority",
              "value": "normal",
              "description": "Priority of your events, either `low` or `normal`."
            },
            {
              "key": "sources",
              "value": "tempor Ut sed velit",
              "description": "A comma separated string of sources."
            },
            {
              "key": "tags",
              "value": "host:host0",
              "description": "A comma separated list indicating what tags, if any, should be used to filter the list of events."
            },
            {
              "key": "unaggregated",
              "value": "true",
              "description": "Set unaggregated to `true` to return all events within the specified [`start`,`end`] timeframe.\nOtherwise if an event is aggregated to a parent event with a timestamp outside of the timeframe,\nit won't be available in the output. Aggregated events with `is_aggregate=true` in the response will still be returned unless exclude_aggregate is set to `true.`"
            },
            {
              "key": "exclude_aggregate",
              "value": "true",
              "description": "Set `exclude_aggregate` to `true` to only return unaggregated events where `is_aggregate=false` in the response. If the `exclude_aggregate` parameter is set to `true`,\nthen the unaggregated parameter is ignored and will be `true` by default."
            },
            {
              "key": "page",
              "value": "-90656756",
              "description": "By default 1000 results are returned per request. Set page to the number of the page to return with `0` being the first page. The page parameter can only be used\nwhen either unaggregated or exclude_aggregate is set to `true.`"
            }
          ]
        }
      },
      "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": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/events?start=-62147425&end=-62147425&priority=normal&sources=tempor Ut sed velit&tags=host:host0&unaggregated=true&exclude_aggregate=true&page=-90656756",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "events"
          ],
          "query": [
            {
              "key": "start",
              "value": "-62147425",
              "description": "(Required) POSIX timestamp."
            },
            {
              "key": "end",
              "value": "-62147425",
              "description": "(Required) POSIX timestamp."
            },
            {
              "key": "priority",
              "value": "normal",
              "description": "Priority of your events, either `low` or `normal`."
            },
            {
              "key": "sources",
              "value": "tempor Ut sed velit",
              "description": "A comma separated string of sources."
            },
            {
              "key": "tags",
              "value": "host:host0",
              "description": "A comma separated list indicating what tags, if any, should be used to filter the list of events."
            },
            {
              "key": "unaggregated",
              "value": "true",
              "description": "Set unaggregated to `true` to return all events within the specified [`start`,`end`] timeframe.\nOtherwise if an event is aggregated to a parent event with a timestamp outside of the timeframe,\nit won't be available in the output. Aggregated events with `is_aggregate=true` in the response will still be returned unless exclude_aggregate is set to `true.`"
            },
            {
              "key": "exclude_aggregate",
              "value": "true",
              "description": "Set `exclude_aggregate` to `true` to only return unaggregated events where `is_aggregate=false` in the response. If the `exclude_aggregate` parameter is set to `true`,\nthen the unaggregated parameter is ignored and will be `true` by default."
            },
            {
              "key": "page",
              "value": "-90656756",
              "description": "By default 1000 results are returned per request. Set page to the number of the page to return with `0` being the first page. The page parameter can only be used\nwhen either unaggregated or exclude_aggregate is set to `true.`"
            }
          ]
        }
      },
      "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}"
    }
  ]
}