Get IOC time series report

GET https://{{host}}/etp-report/v3/configs/:configId/ioc/time-series?startTimeSec={{startTimeSec}}&endTimeSec={{endTimeSec}}&record={{record}}&recordType={{recordType}}

Lists the DNS activities of a configuration for a given domain or IP, aggregated by day. Omit startTimeSec and endTimeSec from the request URL to return all available historical information.

Request Params

KeyDatatypeRequiredDescription
startTimeSecstring(Required) The start time for report data, in epoch seconds.
endTimeSecstring(Required) The end time for report data, in epoch seconds.
recordstring(Required) The target record from which to get blocklisted domains.
recordTypestring(Required) Enum Specifies the record type, either DOMAIN or IP.
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"columns":[{"id":"TIMESTAMP","name":"TIMESTAMP"},{"id":"TOTAL","name":"TOTAL"}],"rows":[["2017-02-23T00:00:00Z",0],["2017-02-24T00:00:00Z",0],["2017-02-25T00:00:00Z",0],["2017-02-26T00:00:00Z",0],["2017-02-27T00:00:00Z",0],["2017-02-28T00:00:00Z",0],["2017-03-01T00:00:00Z",0],["2017-03-02T00:00:00Z",0],["2017-03-03T00:00:00Z",0],["2017-03-04T00:00:00Z",0],["2017-03-05T00:00:00Z",0],["2017-03-06T00:00:00Z",0],["2017-03-07T00:00:00Z",0],["2017-03-08T00:00:00Z",0],["2017-03-09T00:00:00Z",0],["2017-03-10T00:00:00Z",0],["2017-03-11T00:00:00Z",0],["2017-03-12T00:00:00Z",0],["2017-03-13T00:00:00Z",0],["2017-03-14T00:00:00Z",0],["2017-03-15T00:00:00Z",0],["2017-03-16T00:00:00Z",2],["2017-03-17T00:00:00Z",0],["2017-03-18T00:00:00Z",0],["2017-03-19T00:00:00Z",0],["2017-03-20T00:00:00Z",0],["2017-03-21T00:00:00Z",0],["2017-03-22T00:00:00Z",0],["2017-03-23T00:00:00Z",0]]}